a.hnav, a.hnav:link, a.hnav:visited {
	display: block;
	width: 80px;
	height: 25px;
	background: #680198;
	border: 1px solid #ffffff;
	margin-top: 2px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	line-height: 25px;
	overflow: hidden;
	float: left;
}

a.hnav:hover {
	color: #680198;
	background: #ffffff;
	border: 1px solid #680198;
}

a.hnav:active {
	color: #680198;
	background: #ffffff;
	border: 3px solid #680198;
	line-height: 21px;
}

table.contacts {
	border: 2px solid #680198;
	margin-top: 3px;
	width: 742px;
	display: block;
	text-align: left;
}

table.contacts th {
	font-weight: bold;
	padding: 5px;
	background: #cccccc;
	width: 247px;
}

table.contacts td {
	border-top: 1px solid #680198;
	padding: 5px;
}

