
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	align: left;
	background-color: #182839;
	
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #4a4a4a;
		
}
.sub_head {
	font-family: Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: bold;
		
	
}
.table_head {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	
}
.table_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
		
	
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	font-weight: normal;
	padding: 15px;
	text-align: left;
}
.links {
	font-size: 12px;
	font-weight: bold;
	color: #05458c;
}
	
a:link {
	color: #05458c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #05458c;
}
a:hover {
	text-decoration: none;
	color: #075BBF;
}
a:active {
	text-decoration: none;
	color: #05458c;

	
