body {
  color: black;
  background-color: white;
  margin-left: 0;
  margin-top: 0;
  margin: 0;
}
p,td,li  {
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
.smText {
  font-size: 8pt;
  }
.lgText {
  font-size: 12pt;
  }
.smBold {
  font-size: 8pt;
  font-weight: bold;
  }
.boldText {
  font-weight: bold;
  }
.smCourier  {
  font-size: 8pt;
  font-family: Courier New;
  }
.sectionLabel {
  font-weight: bolder;
  color: #FFFFFF;
  background-color: #990000;
}
.blackBkgd {
  background-color: #000000;
}
.whiteBkgd {
  background-color: #FFFFFF;
}
.copyrightText {
  font-size: 8pt;
  color: #CC0000;
}
.lightGreyBkgd {
  background-color: #CCCCCC;
}
.buzzedYearSection {
  font-weight: bolder;
  color: #FFFFFF;
  background-color: #990000;
}
.contestLabel  { 
  font-weight: bold;
  color: #ffffff; 
  background-color: #CC0000;
  }
.contestCaption  {
  font-weight: bolder;
  color: #CC0000;
  background-color: #CCCCCC;
  }
.contestColumn  {
  background-color: #CCCCCC;
  }
.subCapRow  {
  background-color: #E1E9FB;
  font-weight: bold;
  }
.subCapColumn {
  background-color: #E1E9FB;
  font-size: 8pt;
  font-weight: bold;
  }
.ltColumn  {
  background-color: #E1E9FB;
  }
.hiliteRow  {
  background-color: #EFE8B6;
  }

a:link {
  text-decoration: none;  
  color: #990000;
}

a:active {
  text-decoration: none;
  color: #990000;
}

a:hover {
  text-decoration: underline;
  color: #990000;
}

a:visited {
  text-decoration: none;
  color: #990000;
}

