html, body {
  background-color: #fff;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  size: 16px;
  font-weight: normal;

}
a:link {
  color: #af0101;
  text-decoration: underline;
}


#head {
  display: none;
}

#nav {
  display: none;
}

#mainframe {
}


#content {
}

#content table {
  width: 780px !important;
}


#imgframe {
}
#imgframe img {
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #af0101;
  margin: 30px 0 10px 0;
}
h2:first-child {
  margin-top: 10px !important;
}

h3 {
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
  margin: 30px 0 10px 0;
}
h3:first-child {
  margin-top: 10px !important;
}

#footer {
  display: none;
}

#news h2 {
  border-bottom: 1px solid #cca !important;
  margin-top: 50px;
}

hr {
  border: none;
  border-bottom: 1px solid #cca;
}
