body {
   //font: 12pt/16pt sans-serif;
   font: 10pt/12pt sans-serif;
   color: #000000;
   margin: 0;
}

.error {
   color: orange;
}

th {
  color: #ffffff;
}

tr.header {
  background-color: #333333;
}

td.header {
  font-weight: bold;
  color: #ffffff;
  background-color: #333333;
}

td.field_name {
  font-weight: bold;
}

td.top_nav {
  border-top: 1px solid #990000;
  font-family: Times;
  color: #990000;
}

td.red_field {
  color: #ffffff;
  background-color: #990000;
}

td.grey_field {
  background-color: #cccccc;
}

a.top_nav:link {
  font-size: 11pt;
  text-decoration: none;
  color: #990000;
}

a.top_nav:visited {
  font-size: 11pt;
  text-decoration: none;
  color: #990000;
}

a.top_nav:hover {
  font-size: 11pt;
  border-top: 1px solid #990000;
  border-bottom: 1px solid #990000;
  font-family: sans-serif;
  text-decoration: none;
  color: #990000;
}

a.top_nav:active {
  font-size: 11pt;
  text-decoration: none;
  color: #990000;
}

li.error {
  color: #990000;
}
