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

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

body         {  
               scrollbar-face-color: #004B65;
               scrollbar-shadow-color: #6B97A6; 
               scrollbar-highlight-color: #6B97A6;
               scrollbar-3dlight-color: #000000;
               scrollbar-darkshadow-color: #000000; 
               scrollbar-track-color: #012438; 
               scrollbar-arrow-color: #6B97A6; 
               
}

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


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

h1, h2, h3 	{

}

h1 {
	font-size: 			13px;
	color: 				#F4BA30;

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

h3 {
	font-size: 			12px;
	color: 				#F4BA30;
}

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

input, select, textarea {
	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#333333;
	border-width :		1px;
	border-style :		solid;
	border-color :		#D0E9F2;
	background-color:	#FFFFFF;
}


</style>.subheading {
	font-weight: bold;
	text-decoration: underline;
}
.subheading {
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #f4ba30;
}
.margin10 {
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.table ul {
	list-style-type: decimal;
}
.table ol {
	list-style-type: lower-roman;
}
