@charset "utf-8";
/* CSS Document */

#contactTable {
	width: 100%;
	border: 0;
	margin: 12px 0 12px 0;
}

#contactTable td {
	width: 33%;
	padding: 6px;
	font-weight: bold;
}

#contactTable td.blue {
	background: #dae5f3;
}

#contactTable td.tan {
	background: #f6eede;
}