.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: #f8ede6;
	border: inset;
	border-width: 1px;
	border-color: #293158;
	border-radius: 3;
	-moz-border-radius: 3;
}
.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: inset;
	border-width: 1px;
	border-color: #293158;
	border-radius: 3;
	-moz-border-radius: 3;
}
.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: #AA5E2C;
	border: outset;
	border-width: 1px;
	border-color: #293158;
	border-radius: 3;
	-moz-border-radius: 3;
}
.contact_button:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-style: normal;
	background-color: #D59359;
	border: outset;
	border-width: 1px;
	border-color: #293158;
	border-radius: 3;
	-moz-border-radius: 3;
}
.contact_table {
	background-color: ;
	padding: 2;
}

