﻿/*============================================================
CONTACT.CSS
============================================================*/



div#mainmenu ul li.mmContact a {
	background-position: 0px -24px;
}


/*========================
table
=========================*/
table{
	margin: 1em auto 1em auto;
	width:auto;
}

table tr{
	border: 1px solid #39CD07;
}

table th{
	text-align:center;
	padding:3px;
	background-color:#F1FEEA;
	border-bottom: 1px dotted #95D680;
}

table td{
	text-align:center;
	padding:3px;
	text-align: left;
	border-bottom: 1px dotted #95D680;
}

table th.green{
	border: none;
	color:#FFFFFF;
	background-color:#95D680;
}

/*========================
hr
=========================*/
hr{
	margin-top: 1em;
}




