@charset "utf-8";

.headingmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #77d827;
}
.subhead1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #77d827;
}
.subhead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC9900;
}

#navigation2 {
	margin: 0px;
	padding: 0px;
	height: 375px;
	width: 150px;
	position: absolute;
	left: 50px;
	top: 270px;
}
#navigation2 ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation2 ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-image: url(Buttons1/newblack1.jpg);
	background-repeat: no-repeat;
	text-align: right;
	display: block;
	margin: 0px;
	height: 25px;
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#navigation2 a:hover {
	color: #FFFFFF;
	background-image: url(Buttons1/newblack1.jpg);
}

