@charset "utf-8";
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
.SmallHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bolder;
}
.SectionHeaders {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #000000;
	font-weight: bolder;
	line-height: 2em;
}

.BigHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: oblique;
	font-variant: small-caps;
	color: #757618;
	font-weight: bolder;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	background-color: #b7d186;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}

