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

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


body         {  
 scrollbar-face-color: #71C00D;
 scrollbar-shadow-color: #57940B; 
 scrollbar-highlight-color: #ffffff;
 scrollbar-3dlight-color: #57940B;
 scrollbar-darkshadow-color: #57940B; 
 scrollbar-track-color: #BADD8E; 
 scrollbar-arrow-color: #FFFFFF; 
}

A:link { text-decoration: underline; color: #16157B;}
A:visited { text-decoration: underline; color: #16157B;}
A:active { text-decoration: none;}
A:hover {text-decoration:underline; color:#FFFFFF;}


p, h1, h2, h3, h4 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1 {
	font-size: 			14px;
	color: 				#141E5B;

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

h3 {
	font-size: 			12px;
	color: 				#C2C7EC;
}

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


input, select, textarea {

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

}

td.watermark {
		background-image: url('images/watermark.jpg'); 
               background-repeat: no-repeat; 
               background-position: top right;  
}