body {
  font-family: arial, sans-serif, monospace;
  font-size: 10pt;
  font-weight: normal;
  background: white;
  color: black;
}
th {
  font-weight: bold;
  background: rgb(153,51,0);
  color: white;
  text-align: center;
}
th.left {
  text-align: left;
}
td {
  font-weight: normal;
  background: white;
  color: black;
  text-align: center;
}
td.left {
  font-weight: normal;
  background: white;
  color: black;
  text-align: left;
}
td.bright {
  font-weight: normal;
  background: white;
  color: black;
  text-align: center;
}
td.brightleft {
  font-weight: normal;
  background: white;
  color: black;
  text-align: left;
}
td.dark {
  font-weight: normal;
  background: #E6E6E6;
  color: black;
  text-align: center;
}
td.darkleft {
  font-weight: normal;
  background: #E6E6E6;
  color: black;
  text-align: left;
}
p.footer {
  font-size: 8pt;
}
div.center {
  text-align: center;
}