a:link {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #996666;
	text-decoration: none;
}
.Large_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #039AFE;
}
.Body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000
}
.Sub_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #039AFE;
	font-weight: bold;
}
.Links_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.Body_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.red_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;	
}

