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

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

body         {  
 scrollbar-face-color: #6068B0;
 scrollbar-shadow-color: #8189CD; 
 scrollbar-highlight-color: #8189CD;
 scrollbar-3dlight-color: #2F3565;
 scrollbar-darkshadow-color: #2F3565; 
 scrollbar-track-color: #3F478C; 
 scrollbar-arrow-color: #FFFFFF; 
 
}

A:link { text-decoration: underline; color: #464755;}
A:visited { text-decoration: underline; color: #464755;}
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: 				#3F478C;

}
h2 {
	font-size: 			13px;
	color: 				#3F478C;
}

h3 {
	font-size: 			13px;
	color: 				#828ACC;
}

h4 {
	font-size: 			13px;
	color: 				#828ACC;
}

input, select, textarea {

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

}

