table.contact {
	border-bottom: 1px solid #e3e3e3;
	padding:0px 0px 0px 0px;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 10px;
}


table.contact td, table.contact th {
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 12px;
	border-top: 1px solid #e3e3e3;
	/*background-color: #FDF2BD;*/
}

table.contact th {
	padding: 4 0 4 10;
	background-color: #EEC922;
	font-size: 13px;
	font-weight:bold;
}

table.contact td img {
	padding: 0;
	margin: 0;
}

.contact_header {
	font: 14px/16px;
	font-weight: bold;
}

.contact a:link,.contact a:visited,.contact a:active {
	background: url(/public/images/bullets/bullet_OrangeSquares.gif) no-repeat 5px 2px;
	color:#A93011;
	text-decoration: none;
}

.contact a:hover {
	color:#4C99F6;
	text-decoration: underline;
}