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

	font-size: 			12px;
	font-family: 		Verdana, Arial;
	color: 				#FFFFFF; 
}

body         {  
 scrollbar-face-color: #19529A;
 scrollbar-shadow-color: #5185C5; 
 scrollbar-highlight-color: #5185C5;
 scrollbar-3dlight-color: #002452;
 scrollbar-darkshadow-color: #002452; 
 scrollbar-track-color: #063A7B; 
 scrollbar-arrow-color: #FFFFFF; 
 
}

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


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

h1, h2, h3, h4 	{

}

h1 {
	font-size: 			14px;
	color: 				#DFEDFF;

}
h2 {
	font-size: 			11px;
	color: 				#D4EAFF;
}

h3 {
	font-size: 			11px;
	color: 				#D4EAFF;
}

h4 {
	font-size: 			11px;
	color: 				#2F4F86;
}

input, select, textarea {

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

}
td.tablebg {
 
 		background-image: url('images/tablebg.gif'); 
               background-attachment: fixed;
               background-repeat: no-repeat; 
               background-position: top center;  
}