/*  "bar" class:
	These are strictly for i_linksbar.asp included
	at the top of every page.
*/
A.bar:LINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	text-decoration: none;
	color : White;
}
A.bar:ACTIVE {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	text-decoration: none;
	color: teal;
}
A.bar:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	color : White;
}
A.bar:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	text-decoration: none;
	color: teal;
	background-color: black;
}
.MenuText{
	background-color: Black;
	color: White;
}

