﻿a.nav, a:link.nav, a:visited.nav {
	display: block;
	height: 35px;
	border: 1px none #000;
	text-align: center;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 35px;
	overflow: hidden;
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
	padding: 5px 10px;
	margin-left: 5px;
}
.tabletext {
	font-family: Arial;
	font-size: 10pt;
}
a:hover.nav {
	color: #454500;
	background-repeat: no-repeat;
}
a:active.nav {
	color: #454500;
	background-repeat: no-repeat;
}
