body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
	margin: 0px;
	background-repeat: repeat;
	background-color: #FFF;
	background-image: url(pic/grass_bg.jpg);
	background-attachment: fixed;
	text-align: justify;
}
.main_txt {
	text-align: justify;
	font-size: 11pt;
}
.select_text {
	background-color: #D9E6D0;
	padding: 5px;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #2C5E00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0D1B1;
	border-right-color: #C0D1B1;
	border-bottom-color: #C0D1B1;
}


.copyright {
	color: #999;
	font-size: 8pt;
}
.bottom_text {
	color: #666;
	font-size: 9px;
}
.copyright a {
	color: #333;
}
.copyright a:hover {
	text-decoration: none;
	color: #5FB611;
}
.menu_bg {
	background-attachment: scroll;
	background-image: url(pic/menu1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom_bg {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #131716;
}
h3 {
	font-size: 18pt;
	font-weight: normal;
	color: #347404;
}
a:link {
	color: #2C5E00;
}
a:hover {
	color: #2C5F00;
	text-decoration: none;
}
a:visited {
	color: #2C5F00;
}
.form_text {
	font-size: 8pt;
}

