body{
	font-size: 9pt;
	font-family: "Arial CE", "Helvetica CE", "Tahoma CE", Arial, Helvetica, Tahoma, sans-serif;
	margin:0;
	padding:0;
	color:#0a376e;
	background-color: #ffffff;
}
a, a:visited{
	font-size: 9pt;
	color: #96ab36;
	background-color: #ffffff;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
h1{
	color: #0a376e;
	font-weight: bold;
	font-size: 11pt;
}
h2{
	color: #0a376e;
	font-weight: bold;
	font-size: 10pt;
}
hr.blueline{
	color: #0a376e;
	background-color: #0a376e;
	width: 968px;
	height: 1px;
	border: 0;
	clear:both;
}