body, li, table, input, select, option, textarea, .menu {
	font-size: 			11px;
	font-family: 		Arial;
	color: 				#FFFFFF; 
}

body         {  
 scrollbar-face-color: #449BCA;
 scrollbar-shadow-color: #D5F0FE; 
 scrollbar-highlight-color: #D5F0FE;
 scrollbar-3dlight-color: #005786;
 scrollbar-darkshadow-color: #005786; 
 scrollbar-track-color: #00C5F0; 
 scrollbar-arrow-color: #FFFFFF; 
 
}

A:link { text-decoration: underline; color: #BAE7FF;}
A:visited { text-decoration: underline; color: #BAE7FF;}
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: 				#DFDFDF;

}
h2 {
	font-size: 			13px;
	color: 				#DFDFDF;
}

h3 {
	font-size: 			13px;
	color: 				#003877;
}

h4 {
	font-size: 			13px;
	color: 				#003877;
}

input, select, textarea {

	font-size: 			11px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#6FDAF1;
	background-color:	#309BD6;

}

td.background {
 
 		background-image: url('splash/background.jpg'); 
               background-attachment: fixed;
               background-repeat: repeat-x; 
               background-position: left top;  
}

@media print {

	.noprint {
		display: none;
	}
}