BODY {
  margin: 0px;
  
  background-color: #181827;
  background-image: url(../images/bg.gif);
}



.content {
  font-family: arial, helvetica, trebuchet ms;
  font-size: 11px;
  color: #000000;
}

.content A {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.content A:Hover {
  text-decoration: underline;
}

.content_header {
  font-weight: bold;
}

.content_header2 {
  font-weight: bold;
  font-size: 14px;
}

.news_content {
  font-family: arial, helvetica, trebuchet ms;
  font-size: 10px;
  color: #000000;
}

.news_content A {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.news_content A:Hover {
  text-decoration: underline;
}

.required {
  font-weight: bold;
  color: #832222;
}