table.contact
{
	width:100%;
	font-size:12px;
}

table.contact th
{
	background-color: #7FB1BF;
	color:#000000;
	text-align:left;
}

#cont_name{ width: 25%; }
#cont_posi{ width: 25%; }
#cont_emai{ width: 50%; }

table.contact a
{
	color:#CC0000;
	text-decoration: none;
}

table.contact a:hover
{
	text-decoration: underline;
}

