@charset "utf-8";
/* CSS Document */

body {
	background-color: #85CA29;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0B2108;
	font-size: 12px;
	line-height: 18px;
}
td {
	vertical-align: top;
}
td.intro {
	background-color: #4A7413;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 14px;
	padding: 0px 30px 10px 30px;
	text-align: center;
}
.brightgreen {
	color: #85CA29;
}
h1 {
	color: #38580D;
	font-size: 24px;
	font-weight:bold;
	line-height: 24px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	line-height:20px;
	color:  #4A7413;
	margin-bottom: -10px;
}
h2.long {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	font-style: italic;
	letter-spacing: 1px;
	color: #0B2108;
	margin-bottom: auto;
}
h3 {
	color: #85CA29;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
}
.tablespace {
	margin-bottom: auto;
}
h4 {
	color: #263D09;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
h2.home {
	color: #263D09;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
a.head4 {
	color: #263D09;
}
a.head4:hover {
	color: #38580D;
	text-decoration: none;
}
.navhead {
	color: #85CA29;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
a {
	color: #4A7413;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
hr {
	border: dashed #263D09;
	border-width: 1px 0px 0px 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.hometext {
	font-size: 12px;
	text-align: center;
}
td.foot {
	font-size: 9px;
	padding: 10px 0px;
	text-align: right;
}
td.footl {
	font-size: 9px;
	padding: 10px 0px;
	text-align: left;
}
table.head {
	background-image: url(images/head.gif);
	background-position: top;
	background-repeat: no-repeat;
}
table.main {
	background-color: #FFFFFF;
}
td.content {
	border-left: 1px solid #263D09;
	padding-left: 10px;
}
ul.arrows {
	list-style: circle inside url("/images/arrow.png");
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #4A7413;
}
ul.arrowsmall {
	list-style: circle inside url("/images/arrow.png");
	font-weight: bold;
	line-height: 25px;
	color: #4A7413;
}
ul.arrownormal {
	list-style: circle inside url("/images/arrow.png");
	line-height: 25px;
}
a.nav1 {
	display: block;
	padding: 3px 0px 3px 10px;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
a.nav1:hover {
	background-image: url("/images/navi.gif");
	background-position: left;
	background-repeat: no-repeat;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.nav2 {
	display: block;
	padding: 3px 0px 3px 20px;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
a.nav2:hover {
	background-image: url("/images/navi.gif");
	background-position: 10px;
	background-repeat: no-repeat;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
td.bottom {
	vertical-align: bottom;
}
td.middle {
	vertical-align:middle;
}
a.toplink {
	border: 1px solid #38580D;
	background-color: #FFFFFF;
	width: auto;
	padding: 3px 7px;
	font-weight: bold;
	font-size: 11px;
	line-height: 35px;
}
a.toplink:hover {
	background-color:#dbe3d0;
	text-decoration: none;
}
a.brochure {
	border: 1px solid #85CA29;
	width: auto;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
}
a.brochure:hover {
	background-color:#dbe3d0;
	text-decoration: none;
}
.formbox {
	border: 1px solid 85CA29;
	font-size:10px;
	color: #333333;
}
.formtext {
	font-size:10px;
	font-weight:bold;
	padding-top:5px;
}
img.logo {
	padding-bottom: 10px;
	padding-right: 10px;
}