body, li, table, input, select, option, textarea, .menu {

	font-size: 			12px;
	font-family: 		Arial;
	color: 				#000000; 
}

body         {  
 scrollbar-face-color: #505050;
 scrollbar-shadow-color: #737373; 
 scrollbar-highlight-color: #737373;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000; 
 scrollbar-track-color: #000000; 
 scrollbar-arrow-color: #ECECEC; 
 
}

A:link { text-decoration: underline; color: #123073;}
A:visited { text-decoration: underline; color: #123073;}
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: 			14px;
	color: 				#232020;

}
h2 {
	font-size: 			12px;
	color: 				#525252;
}

h3 {
	font-size: 			14px;
	color: 				#525252;
}

h4 {
	font-size: 			12px;
	color: 				#123073;
}

.small {
	font-size: 			11px;
	color: 				#000000;
}

input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#D1D1D1;
	background-color:	#FFFFFF;

}
td.mainbg1 {
		background-image: url('images/mainbg1.jpg'); 
               background-repeat: repeat-x; 
               background-position: top left;  
}


</style>