body, li, table, input, select, option, textarea, .menu {
	font-size: 			12px;
	font-family: 		Arial;
	color: 				#000000; 
}


body         {  
 scrollbar-face-color: #6293C3;
 scrollbar-shadow-color: #E0E0E0; 
 scrollbar-highlight-color: #E0E0E0;
 scrollbar-3dlight-color: #393939;
 scrollbar-darkshadow-color: #393939; 
 scrollbar-track-color: #15619F; 
 scrollbar-arrow-color: #FFFFFF; 
}

A:link { text-decoration: underline; color: #4B4B4B;}
A:visited { text-decoration: underline; color: #4B4B4B;}
A:active {text-decoration:underline; color:#000000;}
A:hover {text-decoration:underline; color:#000000;}

a.nav:link    {text-decoration:none;color:000000;margin-left:30px;font-size:11px;}
a.nav:visited {text-decoration:none;color:000000;margin-left:30px;font-size:11px;}
a.nav:hover   {text-decoration:none;color:#303030;margin-left:30px;font-size:11px;}
a.nav:active  {text-decoration:none;color:#303030;margin-left:30px;font-size:11px;}

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

h1 {
	font-size: 			20px;
	color: 				#DF2731;

}
h2 {
	font-size: 			15px;
	color: 				#DF2731;
		
}

h3 {
	font-size: 			13px;
	color: 				#4C4C4C;
}

h4 {
	font-size: 			14px;
	color: 				#94BA29;
}

.spectxt {
	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 :		#0E4069;
	background-color:	#FFFFFF;

}