@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #046838;
}
a {
	color: #999900;
	text-decoration: none;
	font-style: italic;
}
.topnav {
	background-color: #EFEFEF;
	height: 20px;
	width: 385px;
	text-align: center;
	vertical-align:middle;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
}
a:hover {
	color: #006633;
}
.leftnav {
	background-color: #EFEFEF;
	height: 20px;
	width: 170px;
	text-align: right;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.quote {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
