.contactsHeader {
	vertical-align: top;
	text-align: center;
	color: #716951;
	font-size: 14pt;
	padding: 10px;
	font-weight: bold;
	font-family: Tahoma;
}

.contactsText {
	vertical-align: top;
	text-align: left;
	color: #716951;
	font-size: 10pt;
	padding: 10px;
	font-family: Tahoma;
}

.contactsText a {
	color: #3399cc;
}

.formContactDescription {
	font-size: 10pt;
	vertical-align: top;
	text-align: right;
	color: #716951;
	font-family: Tahoma;
}

.formContactInput {
	background-color: white;
	border: solid 1px #716951;
}

.formContactTextArea {
	background-color: white;
	border: solid 1px #716951;
}