/* hb */


body {
  font-family:Arial, sans-serif;
  font-size:15px;
  color:black;
  background:#960000;
 }

.main {
  position:relative;
  top:0;

  padding:0;
  width:1001px;
  background:white;  
}

.content {
  position:relative;
  top:24px;
  padding: 12px 24px;
  text-align:left;
}

.header {
  position:relative;
  top:24px;
  width:1001px;
  height:309px;
  background:white;  
  padding:0;
  z-index:1;
 }

a {
color:black;
}

a:hover {
color:black;
text-decoration:none;
}

a:visited a:active {
color:black:
}

hr {
  color:black;
}

.small {
font-size:11px;

}
