@charset "utf-8";
.top_bg {
	background-color: #FFFFFF;
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.green_bg {
	background-image: url(../images/green.gif);
	background-repeat: repeat;
}
.mid_green {
	background-image: url(../images/mid_green.gif);
	background-position: left top;
}
.dark_green {
	background-image: url(../images/dark_green.gif);
	background-position: left top;
}
.head_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #9FF442;
	font-style: normal;
}

.head_textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9FF442;
}

.BigText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #488d00;
}

.BigText1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.GreenText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: Bold;
	color: #182e00;
	font-style: normal;
}

.text_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

.content-Black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #2a2621;
	text-align: left;
}

.content-Bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: Bold;
	color: #2a2621;
	text-align: left;
}

.content-Green {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: Bold;
	color: #4d880d;
	text-align: left;
}


.grren_dot {
	background-color: #77C02A;
	background-image: url(../images/green_dot.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.blob {
	background-color: #5D9E18;
	background-image: url(../images/blob.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.viewmore {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.viewmore:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.white {
	background-color: #FFFFFF;
	background-image: url(../images/white.gif);
	background-repeat: repeat;
	background-position: left top;
}

.line{
border-top:1px dashed #006633;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A2621;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2A2621;
}
a:hover {
	text-decoration: none;
	color: #2A2621;
	text-decoration: underline;
}
a:active {
	text-decoration:none;
	color: #2A2621;
}

.button:link { font-family:Arial, Verdana, Helvitica, sans-serif; font-size: 12px; font-weight:bold; color: #fff; text-decoration: none; }
.button:visited { font-family:Arial, Verdana, Helvitica, sans-serif; font-size: 12px; font-weight:bold; color: #fff; text-decoration: none; }
.button:hover { font-family:Arial, Verdana, Helvitica, sans-serif; font-size: 12px; font-weight:bold; color: #fff; text-decoration: underline; }
.button:active { font-family:Arial, Verdana, Helvitica, sans-serif; font-size: 12px; font-weight:bold; color: #fff; text-decoration: none; }


.button1:link { font-family:Arial, Verdana, Helvitica, sans-serif; font-size: 12px; color: #2a2621; text-decoration: underline; }
.button1:visited { font-family:Arial, Verdana, Helvitica, sans-serif; font-size: 12px; color: #2a2621; text-decoration: underline; }
.button1:hover { font-family:Arial, Verdana, Helvitica, sans-serif; font-size: 12px; color: #4d880d; text-decoration: none; }
.button1:active { font-family:Arial, Verdana, Helvitica, sans-serif; font-size: 12px; color: #2a2621; text-decoration: underline; }

.tab-menu{width:500px; float:left; height:33px; text-align:center;}
.tab-menu ul{margin:0; padding:0px;}
.tab-menu li{display:block; list-style-type:none; float:left; margin-right:5px;}
.tab-menu li a{float:left; height:33px; line-height:33px; text-align:center; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-transform:capitalize; background:url(../images/over.gif) no-repeat left top; width:139px; text-decoration:none;}
.tab-menu li a:hover{background:url(../images/hover.gif) no-repeat left top; width:139px;}
.tab-menu .selected a{background:url(../images/hover.gif) no-repeat left top;}

.sub-menu{width:640px; float:left; height:22px; line-height:22px; background-color:#E4FECA; color:#77C02A;}
.sub-menu ul{margin:0; padding:0px; }
.sub-menu li{display:block; list-style-type:none; float:left;}
.sub-menu li a{font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; color:#000; padding-left:5px; padding-right:5px; float:left; font-weight:normal;}
.sub-menu li a:hover{text-decoration:underline;}
.sub-menu .active a{text-decoration:underline;}

