@charset "utf-8";
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: c3b966;
	text-decoration: none;
}
.navtextSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 003e78;
	text-decoration: none;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: 615d5c;
	padding-right: 20px;
	padding-left: 12px;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: c97d3a;
}
.footertext a:link {
	text-decoration: none;
	color: c97d3a;
}
.footertext a:visited {
	text-decoration: underline;
	color: c97d3a;
}
.footertext a:active {
	text-decoration: underline;
	color: c97d3a;
}
.footertext a:hover {
	text-decoration: none;
	color: 000000;
}

