#body-box {
	text-align: center;
}
#contact-table {
	width: 60%;
	margin: 10px auto;
	text-align: left;
	border-collapse:collapse;
}

#contact-table th {
	text-align: center;
	color: #fefefe;
	background-color: #333333;
	background-image: url(../resources/contact_bg_h.png);
	padding: 10px;
	font-size: 110%;
}
#contact-table td {
	padding: 5px;
	line-height: 1.4em;
	border-bottom: 1px solid silver;
	font-size: 90%;
}

#body-box p.desc {
	text-align:center;
}
#body-box p.pdf-download {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}