.navbartable {  background-color: #660000}
.navbararea { text-align: center }
a.navbarlnk:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 75%; font-weight: bold; color: #FFFFFF; text-decoration: none}
a.navbarlnk:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 75%; font-weight: bold; color: #FFFFFF; text-decoration: underline}
a.navbarlnk:active {  font-family: Arial, Helvetica, sans-serif; font-size: 75%; font-weight: bold; color: #FFFFFF; text-decoration: none}
a.navbarlnk:link {  font-family: Arial, Helvetica, sans-serif; font-size: 75%; font-weight: bold; color: #FFFFFF; text-decoration: none}
.navbarhidden {
	display: none;
	overflow: hidden;
	clip:   rect(0px, 0px, 0px, 0px);
	height: 0px;
	width: 0px;
	visibility: hidden;
}
