BODY {

  background-color:#000000;
  color: #5b5b5;
  margin: 0px;
}

A {
  color: #990000;
  font-weight: bold;
  text-decoration: none;
}

A:hover {
  color: #FF3300;
  font-weight: bold;
  text-decoration: none;
}


A.nav {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

A.nav:hover {
  color: #FF3300;
  font-weight: bold;
  text-decoration: none;
}

A.footer {
  color: #cacaca;
  font-weight: bold;
  text-decoration: none;
}

A.footer:hover {
  color: #ff3300;
  font-weight: bold;
  text-decoration: none;
}

TD.mainHeading {
  font-family: Arial;
  font-size: 11pt;
  color: #000000;
}


TD.main {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}

TD.footer {
  font-family: Arial;
  font-size: 10pt;
  color: #cacaca;
}

body, p, th, td {font-family: Arial; font-size:10pt;  }
h1 {font-family: Arial; font-size:10pt; }
h2 {font-family: Arial; font-size:10pt; line-height:14pt; margin-top:1px; margin-bottom:1px; }
h3 {font-family: Arial; font-size:10pt; }
.event_name {font-family: Arial; font-size:8pt; font-weight:bold; }
.small {font-size:8pt; }
.main_area {width:100%;  margin-left:auto; margin-right:auto;}
.separator {width:100%; margin-top:4px; margin-bottom:4px; margin-left:1px; border-bottom-width:1px; border-bottom-color:#000000;  border-bottom-style:solid; }