@charset "utf-8";
/* CSS Document */

.contact-table {
	border:0px none;
	width:100%;
	border-bottom: #C1393A solid 1px;
}


.contact-table tr
{
	
}

.contact-table td 
{
	padding-bottom:4px;
	padding-top:4px;
	border-bottom: #e6e6e6 solid 1px;
}

.contact-table a 
{
	text-decoration:underline;
}


.contact-table-left-column {
	padding-right:10px;
}

.contact-hr {
	height: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.contact-table-left-col  {
	width:30%;
}

.contact-table-center-col  {
	width:60%;
}

.contact-table-right-col  {
	width:5%;
}

.contact-table-alternate-row {
	background-color:#f2f2f2;
}

