body {
  background-color:white;
}
body,div {
  font-family: arial,helvetica,sans-serif;
  font-size: 9pt;
  text-align:center;
}
h1 {
  font-size:18pt;
  font-weight:bold;
}
.black-on-white {
  color:black;
  background-color:white;
}
th {
  text-align:left;
  vertical-align:top;
  font-size: 12pt;
  font-weight:bold;
  color:white;
  background-color:black;
}
.even {
  background-color:white;
  vertical-align:top;
}
.odd {
  background-color:#DDDDDD;
  vertical-align:top;
}
td {
  vertical-align:top;
  text-align:left;
  margin-bottom: 5px;
}
input.text {
  border:1px black solid;
  background-color:#cccccc;
}
.highlight {
  color:#ff0000;
  font-weight:bold;
}
.lastupdate {
  background-color:#FFFF99;
}
.grid-header th {
  background-color:#DDDDDD;
  font-size:8pt;
  font-weight:normal;
  color:#000000;
}
a:link,a:visited {
  color:#0000ff;
}
a:active {
  color:#ff0000;
}