body {
  margin: 0 0 0 0;
}
.flushmargin {
  position: absolute;
  left: 0px;
  top: 0px;
}

body, p, td, th, li, div, span {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 10pt;
}

.copyright {
  font-size: 8pt;
}

a:link, a:visited {
  color: blue;
  text-decoration: underline;
}

a:hover, a:visited:hover {
  color: maroon;
  text-decoration: underline;
}

th {
  font-weight: bold;
  text-align:left;
  background-color: #E9E3DC;
  padding-left: 4px;
}

h1 {
  font-weight: bolder;
  font-size: 16pt;
  color: #5D87A1;
}

h2 {
  font-weight: bolder;
  font-size: 12pt;
}

h3 {
  font-size: 12pt;
}

h4 {
  font-weight: bolder;
  font-size: 10pt;
}

.searchbox {
  color: #00274C;
  width: 150px;
  font-size: 8pt;
  border: 0 0 0 0;
  margin: 0 0 0 0;
}

.searchbutton {
  border: 1px solid white;
  margin: 0 0 0 0;
  color: white;
  background-color: #3B6E8F;
  font-weight : bolder;
}




