
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	align: center;
	background-color: #B4BED9;
	
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0C2D83;
	
}
.sub_head_blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #0C2D83;
	font-size: 14px;
	font-weight: bold;
	
}
.sub_head_red {
	font-family: Arial, Helvetica, sans-serif;
	color: #F17E00;
	font-size: 14px;
	font-weight: bold;
	
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C2D83;
	font-weight: normal;
}
.links {
	font-size: 12px;
	font-weight: bold;
	color: #F17E00;
}
a:link {
	color: #F17E00;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #F17E00;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #F17E00;
}