@charset "iso-8859-1";
/* CSS Document */
html { 
overflow: scroll; 
} 
body{
	background:#FFFFFF;
	color:#FFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}

.darkneutral{
	color:#333333;
}

.darkcolor{
	color:#456527;
}
.darkcolor a:link{
	color:#456527;
	text-decoration:underline;
}
.darkcolor a:visited{
	color:#456527;
	text-decoration:underline;
}
.darkcolor a:hover{
	color:#669E2E;
	text-decoration:underline;
}
.darkcolor a:active{
	color:#456527;
	text-decoration:underline;
}

.title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contenttitle{
	color:#9DEA6A;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

.large{
	font-size:18px
}

.bigger{
	font-size:16px;
}

.big{
	font-size:14px;
}

.small{
	font-size:11px;
}

.tiny{
	font-size:10px;
}

a:link{
	color:#1F3C04;
	text-decoration:underline;
}
a:visited{
	color:#1F3C04;
	text-decoration:underline;
}
a:hover{
	color:#92CF5F;
	text-decoration:underline;
}
a:active{
	color:#1F3C04;
	text-decoration:underline;
}

.btn {
	font-size:20px;
	font-weight:bold;
}
.btn a:link{
	color:#7BB14E;
	text-decoration:none;
}
.btn a:visited{
	color:#7BB14E;
	text-decoration:none;
}
.btn a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.btn a:active{
	color:#7BB14E;
	text-decoration:none;
}

.darkneutral a:link{
	color:#333333;
	text-decoration:underline;
}
.darkneutral a:visited{
	color:#333333;
	text-decoration:underline;
}
.darkneutral a:hover{
	color:#333333;
	text-decoration:underline;
}
.darkneutral a:active{
	color:#333333;
	text-decoration:underline;
}
.listtitle {
	color: #ABDA81;
	font-weight: bold;
}
.pageHeading {
	font-size:30px;
	color:#333;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
/* Div clearing fix - Found in SitePoint.com blogs */
.clr {
	width:100%;
	overflow:hidden;
}
.clear {
	clear:both;
}
.lightcolor {
	color: #ACDD8C;
}
.lightcolor a:link{
	color: #ACDD8C;
}
.lightcolor a:visited{
	color: #ACDD8C;
}
.lightcolor a:hover{
	color: #FFF;
}
.lightcolor a:active{
	color: #ACDD8C;
}

.contactusLabel{
	color:#C0EAA2;
	font-size:14px;
	font-weight:bold;
	padding-top:4px;
}
.contactusTextBox{
	color:#000;
	width:180px;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.contactusStar{
	color:#000;
	font-weight:bold;
}
.contactusDiv{
	margin:0 0 10px 0;
}
.contactusRadio{
	color:#FFF;
	font-size:14px;
}

