body {
  margin: 0px;
  margin-top: 75px;
  background-image: url(../img/background_tile.gif);
  font-family: arial;
}
body,td,select,option {
  font-size: 11px;
  color: #636363;
}
.pageFrame {
  background-color: #898989;
}
.dateFormat {
  font-weight: bold;
  color: white;
  text-align: right;
  padding-right: 10px;
}
.coloredBand {
  background-color: #ED1B23;
}
.fpContent {
  background-color: white;
  padding-right: 15px;
}
.headingBand {
  background-color: #BFC0C1;
  height: 32px;
}
.headingText {
  font-weight: bold;
  font-size: 14px;
  color: white;
}
a.whiteLinks:active,a.whiteLinks:visited,a.whiteLinks {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
a.whiteLinks:hover {
  color: #BFC0C1;
}
a.blackLinks:active,a.blackLinks:visited,a.blackLinks {
  color: #898989;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}
a.blackLinks:hover {
  color: #BFC0C1;
}
.flySpeck {
  color: white;
  text-align: center;
  background-color: #898989;
}
.navLine {
  background-image: url(../img/nav_tile.gif);
}
a.2tNavLink {
  font-size: 12px;
  font-weight: bold;
  color: #898989;
  padding-right: 6px;
}
a.2tNavLinkSmall {
  font-size: 10px;
  color: #898989;
  padding-right: 6px;
}
INPUT {
     font-size: 10px;
}
.btn {
     border: 1px solid black;
     font-size: 9px;
}
a.iconLinks:active,a.iconLinks:visited,a.iconLinks {
     font-weight: bold;
     color: #898989;
     text-decoration: none;
}
a.iconLinks:hover {
     color: #BFC0C1;
}