#contact_table {
	text-align: center;
	margin: 0px;
	height: 26px;
	padding: 0.5px;
	background-image: none;
	background-color: #E7E7E7;
	border: 1px ridge #CCC;
}
.contact a:link {
	font-family: NanumGothicExtraBoldWeb;
	font-size: 12px;
	color: #004B9A;
	background-color: #E7E7E7;
	text-align: center;
	text-decoration: none;
}


.contact a:visited {
	font-family: 'NanumGothicExtraBoldWeb';
	font-size: 12px;
	color: #004B9A;
	text-decoration: none;
	text-align: center;
	height: auto;
	background-color: #E7E7E7;
}

.contact a:hover , active{
	font-family: 'NanumGothicExtraBoldWeb';
	font-size: 12px;
	float: none;
	color: #000;
	padding: 0px;
	background-color: #E7E7E7;
}
