.NavBar{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #c0c0c0;
	height: 20px;
}
.NavBar a:hover{
	font-size: 14px;
}
.NavBar a:visited{
	font-size: 14px;
}

.NavActive{
	background-color: #c0c0c0;
}
.NavActive a{
	color: #0000e0;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.NavInactive{
	background-color: #c0c0c0;
}
.NavInactive a{
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
