a {
  color: #182478;
}
a:hover {
  color:red;
}
body,p,td  {
  font:normal 12pt "Arial";
}
.Header  {
  font:bold 16pt "Arial";
  color: #ce1335;
  text-align: center;
}
.Footer  {
  font:italic 10pt "Times Roman";
  color: black;
  text-align: center;
}
.TopBar {
  position: absolute;
  top: 10px;
  left: 210px;
  background: #fff8e4;
  height: 250px;
  overflow: hidden;
}
.LeftBar {
  position: absolute;
  top: 330px;
  left: 40px;
  background: #fff8e4;
}
.Body {
  position: absolute;
  top: 270px;
  left: 210px;
  width: 560px;
  background: #fff8e4;
  text-align:left;
  color:black;
  z-index: 1;
}
.disclaimer {
  font:normal 10pt "Times Roman";
}

