.topnavigationtable {
	border: thin solid #339999;
	background-color: #000066;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	color: #5FC9C9;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
a:visited {
	color: #5FC9C9;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
a:active {
	color: #003366;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
a:hover {
	color: #86D7D7;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
