ul.NavList {
  text-transform: uppercase;
}

#Content a {
  font-weight: bold;
}

a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

#Content p.thumb-caption a {
  font-weight: normal;
}

ul.NavList {
  margin: 14px 0px 0px 280px;
  padding: 4px 0px 0px 0px;
  font-weight: normal;
}

ul.NavList li {
  border: 0;
}

ul.NavList li.CurrentPosition {
  border: 0;
}

ul.NavList li.CurrentPosition a {
  color: #999999;
}

ul.NavList li a {
  font-weight: normal;
}


