/* CSS Document */

#divContactWrapper {
	margin-left: 150px;
}
.divContactHeader {
	font-family: "Eras Bold ITC";
	font-size: 15px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 230px;
}
#divContactWrapper {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	margin-left: 200px;
}
.divContactText a {
	font-family: Verdana;
	font-size: 12px;
	color: #0066FF;
	margin-left: 8px;
}
#divHtmlPageContainer {
	margin-right: 50px;
	margin-left: 50px;
	clear: both;
}

