@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #184E44;
	background-image: url(greengrid.gif);
}
.small {
	font-size: 11px;
}
.topnav {
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
}
.topnav a:link {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.topnav a:hover {
	font-weight: bold;
	color: #E34B00;
	text-decoration: underline;
}
.topnav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #7B4D2F;
	text-decoration: none;
}
.titlebrown {
	font-weight: bold;
	color: #A6612A;
}
.titlelightgreen {
	font-weight: bold;
	color: #789B40;
}
.bold {
	font-weight: bold;
}
.smallbold {
	font-size: 11px;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #009933;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #E34B00;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #009999;
	text-decoration: underline;
}
.quote {
	font-style: italic;
	font-weight: bold;
	color: #174E44;
}

