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


Body { background-color: #9FAD6D }

.text {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	text-decoration: underline;
}

A:link { color: #663300}
A:visited { color: #663300}
A:hover {
	color: #006699
}
A:active {
	color: #006699
}
.textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
}

.homewhite {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	font-weight: bold;
}
.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
A:link.footer { color: #666666 font-size: 10px }
A:visited.footer { color: #666666; font-size: 10px }
A:hover.footer { color: #78AFED; font-size: 10px }
A:active.footer { color: #78AFED; font-size: 10px }

A:link.nav { text-decoration: none; font-size: 12px; color: #000000 }
A:visited.nav { text-decoration: none; font-size: 12px; color: #000000 }
A:hover.nav {
	text-decoration: underline;
	font-size: 12px;
	color: #000000
}
A:active.nav { text-decoration: underline; font-size: 12px; color: #000000 }
