a:link {
	color:#000000;
}

a:visited {
	color:#875ead;
}

a:active {
	color:#FF0000;
}

a:hover {
	color:#7e7e7e;
}


a.navbar:link {
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	font-variant: expanded;
	color:#FFFFFF;
	text-decoration: none;
}

a.navbar:visited {
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
}

a.navbar:active {
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	color:#bf0000;
	text-decoration: none;
}
a.navbar:hover {
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	background-color: #bf0000;
}

#navbar-blue {
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #7e7e7e;
	color: #FFFFFF;
	padding: 3px;
}

#navbar-red {
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: ##7e7e7e;
	color: #FFFFFF;
	padding: 3px;
}

