.header_white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.body_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.body_bold_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.legal_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
.header_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #092674;
}

.body_navy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #041339;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #000099;
}
a:hover {
	font-weight: bold;
	color: #0033FF;
}
.body_brown a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #041339;
}
.stat_name{
	background-color:#CFD8F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #092674;
	border-bottom:1px solid #092674;
}
.stat_container {
	width:32%;
	margin:5px 5px 10px 5px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #041339;
	height:275px;
	border:1px solid #092674;
	overflow:hidden;
}
a.back_to_top {
	clear:both;
	background-color: #041339;
	color:#FFFFFF;
	display:block;
	padding:5px ;
	margin:5px -5px 5px 5px;
	border:1px solid #092674;
	font-size: 14px;
	font-weight: bold;
}
