/* Contact Page */
	
div#contact_first_column {
	width: 760px;
	text-align: center;
	padding-top: 20px;
	padding-right: 85px;
	padding-bottom: 20;
	padding-left: 85px;
}
div#contact_first_column td {
	font-family: "Segoe UI", Arial;
	font-weight: normal;
	font-size:15px;
	letter-spacing: 0;
	line-height: 22px;
	color: #333333;
	margin: 0;
	text-align:left;
	vertical-align: top;
	background-color: #FDFDFD;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
div#contact_first_column td a {
	text-decoration: none;
	color: #0063C6
}
div#contact_first_column td a:hover {
	text-decoration: none;
	color: #0063C6;
}
div#contact_first_column td#header_td {
	background-color: #E6E6E6;
	border-bottom: 1px dotted #CCCCCC;
	height: 15px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 16px;
}
