@charset "iso-8859-1";

body {
  font-weight: 700;
  font-family: monospace;
  font-size: 10pt;
}

table {
  padding-top: 1em;
  font-weight: 700;
  font-family: monospace;
  font-size: 10pt;
  width: 95%;
}

th {
  padding: 1em 2em 1em 1em;
  text-align: left;
}

td {
  padding: 1em 2em 1em 1em;
}

h1 {
  font-family: monospace;
  font-weight: 700;
  font-size: 16pt;
}

h2,
h3 {
  font-family: monospace;
  font-weight: 700;
  font-size: 12pt;
  margin-bottom: 0;
  margin-top: 1em;
}

a.nounderline {
  text-decoration: none;
  color: #000;
}


