.contact_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #292929;
	font-weight: normal;
	font-style: normal;
	background-color: ;
		padding: 2;

}
.contact_textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #292929;
	font-weight: normal;
	font-style: normal;
	background-color: white;
	border: solid;
	border-width: 1px;
	border-color: #006600;
	border-radius: ;
	-moz-border-radius: ;
}
.contact_textbox:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-style: normal;
	background-color: white;
	border: solid;
	border-width: 1px;
	border-color: #006600;
	border-radius: ;
	-moz-border-radius: ;
}
.contact_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-style: normal;
	background-color: #006600;
	border: solid;
	border-width: 1px;
	border-color: #006600;
	border-radius: ;
	-moz-border-radius: ;
}
.contact_button:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #84C986;
	font-weight: bold;
	font-style: normal;
	background-color: #006600;
	border: solid;
	border-width: 1px;
	border-color: #006600;
	border-radius: ;
	-moz-border-radius: ;
}
.contact_table {
	background-color: ;
	padding: 2;
}

