@charset "utf-8";
.back {
	background-attachment: fixed;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tbleborder {
	border: 1px solid #7B7B7B;
	background-image: url(images/bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.formcontrols {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CAD6B0;
	border: 1px solid #333333;
}

.navborder {
	border: 1px solid #FFFFFF;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
.head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #859D3D;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #99AF68;
	font-size: 12px;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #99AF68;
	font-size: 12px;
}
.botgreenline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CAD6B0;
}
.tblmainback {
	background-image: url(images/bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
