A:link {
  color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
A:visited {
  color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
  color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
A:active {
  color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
.navTop:link {
  color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.navTop:visited {
  color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.navTop:hover {
  color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.navTop:active {
  color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.navLeft:link {
  color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.navLeft:visited {
  color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.navLeft:hover {
  color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.navLeft:active {
  color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.navLeftSmall:link {
	color: #000000;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
.navLeftSmall:visited {
  color: #000000;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
.navLeftSmall:hover {
  color: #FF0000;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
.navLeftSmall:active {
  color: #000000;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}