@charset "utf-8";
/* CSS Document */

a:link {
	color: #666633;
	text-decoration: underline;
}
a:visited {
	color: #666633;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a.LinkNav:link {
	color: #EEF1E0;
	text-decoration: none;
}
a.LinkNav:visited {
	color: #EEF1E0;
	text-decoration: none;
}
a.LinkNav:hover {
	text-decoration: underline;
	color: #CCC;
}
a.LinkFooter:link {
	color: #758037;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}
a.LinkFooter:visited {
	color: #758037;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}
a.LinkFooter:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #CCC;
}
.Header {
	color: #758037;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
}
.SubHeader {
	color: #758037;
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
}
.SmallText {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}