.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.head {
	font-family: "Arial Black";
	font-size: 30px;
	line-height: 46px;
	color: #005590;
	font-weight: normal;
}
a:link {
	color: #018BDE;
	text-decoration: none;
}
a:visited {
	color: #018BDE;
	text-decoration: none;
}
a:hover {
	color: #018BDE;
	text-decoration: underline;
}
a:active {
	color: #018BDE;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3D5480;
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #929292;
}
h1 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #005590;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 12px;
}

