body, li, table, input, select, option, textarea, .menu {

	font-size: 			12px;
	font-family: 		Arial;
	color: 				#3F4330; 
}

body         {  
 scrollbar-face-color: #A1A97F;
 scrollbar-shadow-color: #D0D5BA; 
 scrollbar-highlight-color: #D0D5BA;
 scrollbar-3dlight-color: #71765A;
 scrollbar-darkshadow-color: #71765A; 
 scrollbar-track-color: #848B66; 
 scrollbar-arrow-color: #FFFFFF; 
 
}

A:link { text-decoration: underline; color: #60654C;}
A:visited { text-decoration: underline; color: #60654C;}
A:active { text-decoration: none;}
A:hover {text-decoration:underline; color:#000000;}


p, h1, h2, h3, h4 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1, h2, h3, h4 	{

}

h1 {
	font-size: 			13px;
	color: 				#919778;

}
h2 {
	font-size: 			12px;
	color: 				#919778;
}

h3 {
	font-size: 			12px;
	color: 				#919778;
}

h4 {
	font-size: 			12px;
	color: 				#919778;
}

input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#C1C9A2;
	background-color:	#FFFFFF;

}

td.bgleft {
 
 		background-image: url('images/bgleft.gif'); 
               background-attachment: fixed;
               background-repeat: repeat-y; 
               background-position: right top;  
}
td.bgright {
 
 		background-image: url('images/bgright.gif'); 
               background-attachment: fixed;
               background-repeat: repeat-y; 
               background-position: left top;  
}