table.topNavBar {
	background-color: #666699; 
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.topNavBar td {
	vertical-align: middle;
	color: white;
	font-size: 12px;
}

.topNavBarHomeLabel {
	vertical-align: middle;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 10px;
	color: #666699;
}

a {
	text-decoration: underline;
	color: #666699;
}

a.leftNavBar {
	font-size: 15px;
	color: #79C21D;
	font-weight: bold;
	text-decoration: none;
}

a.leftNavBarSelected {
	font-size: 15px;
	color: #666699;
	font-weight: bold;
	text-decoration: none;
}

a.leftNavBar:hover {
	color: #666699;
}