#table_contacts th{
	border-bottom: 1px solid #000;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #364112;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#table_contacts td{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #364112;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#table_contacts td a{
	color: #336666;
}