body {
  color: black;
  background-color: #ffffff;
  font-family: sans-serif;
  font-size: 7pt;
}

a:link { color: #003399; text-decoration: none; }
a:visited { color: #003399; text-decoration: none; }
a:active { color: #003399; text-decoration: none; }
a:hover { color: #9933cc; text-decoration: none; }

a.anchor:hover { color: inherit; text-decoration: none; }

a.thead:link { color: inherit; }
a.thead:visited { color: inherit; }
a.thead:active { color: inherit; }
a.thead:hover { color: #9933cc; }

h2 {
  color: black;
  background-color: #99ccff;
  border-color: #003399;
  border-width: 1px;
  border-style: solid;
  padding-left: 4px;
  padding-right: 4px;
  clear: left;
  margin-top: 40px;
}

img.photo {
  background-color: #99ccff;
  border-color: blue;
  border-width: 1px;
  border-style: solid;
  padding: 4px;
}

img.href:hover {
  background-color: #dfafdf;
  border-color: purple;
}

img.left {
  margin-bottom: 40px;
}

.left {
  float: left;
  margin-right: 4px;
}
.right {
  float: right;
  margin-left: 4px;
}

table {
  border-collapse: collapse;
  font-size: inherit;
  vertical-align: baseline;
}

thead { 
  text-align: center;
  font-weight: bolder;
  background-color: #99ccff;
  border-color: #003399;
  border-width: inherit;
  border-style: none;
}

thead.results {
  background-color: #f0ffff;
  border-width: 0px;
  border-style: solid;
  border-color: black;
}

tbody {
  border-color: #99ccff;
  border-width: 1px;
  border-style: none;
  vertical-align: inherit;
}

tbody.results {
  border-style: solid;
  border-color: black;
}

th.results {
  border-style: solid;
  border-color: black;
  border-width: 1px;
}

tr {
  border-color: inherit;
  border-width: inherit;
  border-style: inherit;
}

tr.skip {
  height: 5px;
  border-style: none;
}

tr.tfoot {
  border-color: #99ccff;
  border-width: 0px;
  border-style: none;
}

tr.graph {
  height: 1.5em;
  border-width: 0px;
  vertical-align: bottom;
}

td.skip {
  border-style: none;
}

td {
  vertical-align: inherit;
  border-color: inherit;
  border-width: inherit;
  border-style: solid;
}

td.sparse {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

td.graph {
  text-align: center;
  font-size: x-small;
}

td.graph-line {
  border-color: #bfcfff;
  border-top-width: 1px;
}

td.graph-bar {
  background-color: #99ccff;
  border-color: 003399;
  border-width: 1px;
}

td.graph-left {
  border-color: black;
  border-right-width: 2px;
}

td.graph-left-line {
  border-color: black;
  border-top-width: 1px;
}

td.graph-left-text {
  border-width: 0px;
  text-align: right;
  vertical-align: top;
  padding-top: .6em;
  padding-right: 3px;
}

td.graph-bottom {
  border-color: black;
  border-top-width: 2px;
  border-left-width: 1px;
  border-right-width: 1px;
}

td.graph-vert-line {
  border-color: black;
  border-right-width: 1px;
}

hr {
  background-color: #99ccff;
  border-color: 003399;
  border-width: 1px;
  border-style: solid;
  height: 3px;
}

hr.bottom { 
  margin-top: 40px;
}

hr.top {
}

li.sparse {
  margin-top: 1em;
  margin-bottom: 1em;
}
