.NavTopHead
 {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #004088;
 }

.NavTopHead:HOVER
 {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #FFCC00;
 }

.NavLeftHead
 {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #004088;
 }

.NavLeftHead:HOVER
 {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #FFCC00;
 }

.NavLeftBody
 {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #004088;
  background-color: #EBEBEB;
  border: solid 1px #EBEBEB;
  padding: 2px 7px;
 }

.NavLeftBody:HOVER
 {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #FFCC00;
  background-color: #F5F5F5;
  border: solid 1px #C8C8C8;
  padding: 2px 7px;
 }

.Heading
 {
  font-family: arial;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #004088;
 }

.Subing
 {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #004088;
 }

.Text
 {
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #004088;
 }

.HeadULine
 {
  font-family: arial;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #004088;
  display: block;
  border-bottom: solid 1px #C8C8C8;
  padding-bottom: 5px;
 }
