BODY {
  margin: 0px;
  
  background-color: #1B3252;
  background-image: url(images/site_bg.gif);
  background-repeat: repeat-x;
}

.content {
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  
  text-align: justify;
}

.content A {
  color: #941010;
}

.content A:Hover {
  text-decoration: none;
}

.content_header {
  color: #941010;
}

.content_footer {
  font-family: arial;
  font-size: 9px;
  color: #FFFFFF;
}

.content_hilite {
  font-style: italic;
}

.input {
  
}

.subnav {
  color: #FFFFFF;
}

.subnav A {
  color: #FFFFFF;
  
  text-decoration: none;
}

.subnav A:Hover {
  text-decoration: underline;
}