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

