/* CSS Document */
body {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #2C5537;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;

}
.main_td {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.main_td a{
	color: #000000;
}
.bold_green {
	font-weight: bold;
	color: #0A4322;
	font-size: 18px;
}
.bold_green a{
	font-weight: bold;
	color: #0A4322;
}

.tiny {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.tiny a{
	color: #000000;
}
.tinys{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.left_button {
	background-color: #003300;
	background-image: url(../images/button.png);
	height: 50px;
	width: 156px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 18px;
}
.menu_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menu_black a{

	color: #000000;
	text-decoration: none;
}
.contact_title_black {
	font-size: 18px;
	color: #000000;
}
INPUT,TEXTAREA, SELECT {
	color: #000000;
	background-color: #FFFFCC;
	border: medium double #003300;
}
