BODY {
  color: black;
  background-color: white;
  font-family: arial;
}

H1, H2, H3, H4, H5, P, TD, TH { font-family: arial;}

.left { text-align: left;}
.center { text-align: center;}
.right { text-align: right;}

P.smallerText { font-size: x-small;}
P.copyRightInfo { font-size: xx-small;}

.venueMarker {
  color: #579D5F;
  font-weight: bold;
  font-style: italic;
}

TD.sponsorIntro {
  font-size: medium;
  color: #445a9b;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}

TD.introCell {
  color: white;
  /*background-color: #579d5f;  34cea6 */
  background: url(../images/menu_back.jpg);
  vertical-align: top;
  text-align: center;
}

TD.raffleCell {
  /*color: white;
   background-color: #579d5f; 
  background: url(../images/menu_back.jpg);*/
  color: black;
  background-color: #ff8000;
  vertical-align: top;
  font-size: x-small;
}

TD.sponsorCell {
  color: black;
  background-color: #ff8000;
  vertical-align: top;
  font-size: x-small;
}

.cellTitle {
  color: white;
  text-align: center;
  font-weight: bold;
}

.countDown {
  color: black;
  text-align: center;
  font-weight: bold;
}

.imgHR { height: 25;}

.event { margin-left: 15; text-align: left;}
.eventDate { font-size: 115%; color: darkgreen; text-align: left;}
.eventTitle { text-decoration: underline; font-weight: bold; text-align: left;}
.eventTime { font-style: italic;}
.pending { font-weight: bold; color: red; text-align: left;}

a.nav { text-decoration: none;}
a.nav:hover { text-decoration: underline;}
a.nav:visited { text-decoration: none;}
.nav { font: bold 12px Arial; color: #ffffff;}

.countDown { color: black;}