@charset "UTF-8";
body {
	background-color: #005A84;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.body {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #FFFFFF;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #005A84;
	line-height: 24px;
	font-weight: bold;
}
.footnote {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
.sidebarhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
}
.sub-subhead {
	font-size: 12px;
	color: #78A22F;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-style: italic;
	font-weight: bold;
}
.navigation {
	font-size: 10.5px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyJustified {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}

