body
{
	font-family:Arial, Helvetica, sans-serif;
}


div.a{
	font: 16pt Arial, Helvetica;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: white;
	background-color : #000066;
	border-top-color : Gray;
	border-top-width : medium;
	vertical-align : middle;
	border-style : solid;
	margin-top : 5px;
	text-transform : capitalize;
}
div.b{
	font: 13pt Arial, Helvetica;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	color: red;
	font-style : oblique;
}
span.search
{
	background-color: #003868;
	font: 300 normal normal 8pt Arial, Helvetica, sans-serif;
	text-align: right;
	color: White;
	vertical-align: top;
	padding-bottom: 3px;
	padding-top: 3px;
}
td.foot{
		font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	line-height : 15px;
	color: Gray;
	text-align: left;
/*Hoover action for links
*/
}A:link {
	color: Navy;
	text-decoration:none;
	
}A:visited {
	color: Navy;
	text-decoration:none;
} A:active {
	color: Navy;
	text-decoration:none;
} A:hover {
		color: green;
		text-decoration:none;
	}	
	
