body {
  margin: 4;
  padding: 0px;
  border: 0px;
  font: 10pt Trebuchet MS, Helvetica, sans-serif;
  color: #000000;
  background: #C8C8C8;
}

h3 {
  font-size: 1.3em;
  color: #0079C0;
}

a {
  text-decoration: none;
  color: #0066CC;
}

p.headline {
  font-size: 140%;
  font-weight: bold;
  color: #0066CC;
}

p.numbers {
  font-size: 130%;
  font-weight: bold;
  color: #000000;
}

p.quote {
  font-size: 130%;
  font-weight: bold;
  color: red;
}

td {
  background-color: #FFFFFF;
}

textarea {
  font: 9pt Trebuchet MS, Helvetica, sans-serif;
  color: #808080;
}

input.usrinput {
  font: 9pt Trebuchet MS, Helvetica, sans-serif;
  color: #000000;
}

input.button {
  font: 9pt Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

select {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: #000000;
}

td.grtop {
  border-top: 1px solid #C0C0C0;
}