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

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

body         {  
 scrollbar-face-color: #3559AC;
 scrollbar-shadow-color: #728ECF; 
 scrollbar-highlight-color: #728ECF;
 scrollbar-3dlight-color: #06173E;
 scrollbar-darkshadow-color: #06173E; 
 scrollbar-track-color: #0B245B; 
 scrollbar-arrow-color: #D0DBF4; 
 
}

A:link { text-decoration: underline; color: #123073;}
A:visited { text-decoration: underline; color: #123073;}
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: 			12px;
	color: 				#401157;

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

h3 {
	font-size: 			14px;
	color: 				#2A52AF;
}

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


input, select, textarea {

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

}
td.bg {
			background-image: url('images/bg.gif'); 
               background-repeat: repeat-x; 
               background-position: top left;  
}


</style>