@charset "UTF-8";
body {
	background-color: #aeded9;
	margin-top: 20px;
}
a:link {
	color: 92c838;
	font-weight: bold;
}
a:visited {
	color: #6F9B31;
}
a:active {
	color: #92c838;
	font-weight: bold;
}
a:hover {
	color: #6F9B31;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #92C73E;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

