body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

p {
  font-size: 10pt;
}
p.smallprint {
  font-size: smaller;
}

table {
  font-size: 10pt;
}
table.results {
  background-color: #EEEEEE;
  border: outset 0pt;
  border-collapse: separate;
  border-spacing: 0pt;
  width: 75%;
}
tr.heading {
  background-color: #AABBFF;
}
td {
  border: inset 0pt;
}
td.proptitle {
    text-align: left;
    vertical-align: top;
    width: 150px;
    height: 20px;
}
td.propvalue {
    text-align: left;
    vertical-align: top;
}

h1 {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
}

h2 {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}

hr {
  color: #004E98;
  height: 1px;
}

thead {
  font-weight: bold;
}



a {
}
a:link     { color: #004E98; }
a:visited  { color: #004E98; }
a:active   { color: #000000; }
a:hover    { color: #000000; }

a.smallprint {
  font-size: smaller;
}