.ticker{
  font: Verdana, Arial, serif; 
  color: #FFFFFF; 
  position: relative;
  font-style:italic; 
  font-weight: bold;
  text-decoration: none; 
  cursor: default;
}

table{
  font-size: 1em;
}

.scheduleTable{
  background-color: #3B6992;
}

.scheduleTable th{
  color: white;
}

.scheduleRow{
  background-color: #EBEBEB;
}

.scheduleAltRow{
  background-color: #FFFFFF;
}

BODY{
  margin: 0px;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 0.80em;
}

.topBannerLeft{
  background-color: #D0DDEA;
  font-size: 0.8em;
}

.topMenuBanner{
  padding-left: 20px;
  background-color: #687274;
  border-bottom: 5px solid #CDCDCD;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.topMenuSpacer{
  width: 20px;
}

.topMenuItem{
font-size: 0.85em;
  background-color: #687274;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.topMenuItemSel{
font-size: 0.8em;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #33383D;
  text-decoration: none;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bottomMenuBar{
  background-color: #487EA8;
}

.sideMenuLevel1{
  background-color: #3B6992;
  display: block;
  text-decoration: none;
  color: white;
  padding-left: 30px;
  margin-bottom: 2px;
}

.sideMenuLevel2{
  display: block;
  text-decoration: none;
  color: white;
  padding-left: 30px;
  margin-bottom: 2px;
}

.bottomSpacer{
  display: block;
  border-bottom: 5px solid white;
  height: 30px;
}

.mainBody{
  color: #414243;
  padding-right: 20px;
  font-size: 0.85em;
}

H1{
  color: #AB2439;
  font-size: 1.60em;
}

H2{
  font-size: 1.20em;
}
.headerByLine{
  background-color: #0077D4;
  color: white;
  text-align: left;
  font-weight: normal;
  font-style: normal;
}

.headerSlogan{
  background-color: #0077D4;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  font-size: 14pt;
  font-style:italic;
}


.Error{
  font-weight: bold;
  color: #FF0000;
}

.clientBannerHilite{
  color: #E3432D;
}

ul{
 list-style-image:url(images/bullet.gif)
}
