.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: capitalize;
	color: #585858;
	background-color: #FFCC00;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #0C600D;
	text-indent: 20px;
	padding-top: 5px;
	margin: -1px;
	background-image: url(images/banner_bg.gif);
	background-repeat: no-repeat;
}
.nav {
	font-family: Verdana;
	font-size: 12px;
	background-color: #0C600D;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFF99;
}
.subhead {
	font-family: Verdana;
	font-size: 14px;
	color: #FFCC00;
	background-color: #0C600D;
	font-style: normal;
	font-weight: bold;
	padding-left: 10px;
}
.text {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	padding: 10px;
	list-style-type: circle;
}
