
body {
  padding: 0px;
  margin: 0px;
  background-position: left top;
  background-repeat: repeat-y;
  background-color: #ffffff;
  
    
  font-family: Arial, sans-serif;
  text-decoration: none;
  font-size: 11px;
  color: #000000;
}


hr.headline {
  border: medium none;
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #004C90;
  margin: 0;
}

hr.footerline {
  border: medium none;
  bottom: 0;
  display: block;
  height: 12px;
  left: 0;
  position: fixed;
  width: 100%;
  background-color: #004C90;
  margin: 0px;
}