BODY {
	color: black;
	background-color: White;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	}

H1 {
	color: #CC0000;
	text-decoration: none;
	font-family: Georgia;
	font-size: 30px;
	font-weight: bold;
}

H2 {
	color: #CC0000;
	text-decoration: none;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
}

H3 {
	color: #000000;
	text-decoration: none;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
}

/* start of hyperlinks */
A {
	color: #000080;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial,  sans-serif;
	font-size: 24px;
	font-weight: bold;
}

A:HOVER {
	color: #000080;
	text-decoration:underline
}
A.bodylinks-green {
	color: green;
	font-family: Verdana, Tahoma, Arial,  sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
A:hover.bodylinks-green {
	color: green;
	text-decoration: underline;
}
A.bodylinks-blue {
	color: #000080;
	font-family: Verdana, Tahoma, Arial,  sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
A:hover.bodylinks-blue {
	color: #000080;
	text-decoration: underline;
}
A.footerlinks {
	color: #000080;
	font-family: Verdana, Tahoma, Arial,  sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
A:hover.footerlinks {
	color: #000080;
	text-decoration: underline;
}
/* end of hyperlinks */

.mainheader {
	color: black;
	font-family: Verdana, Tahoma, Arial,  sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.subheader {
	color: Navy;
	font-family: Verdana, Tahoma, Arial,  sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.text {
	color: black;
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
}
.footertext {
	color: black;
	font-family: Verdana, Tahoma, Arial,  sans-serif;
	font-size: 12px;
	font-weight: bold;
}
