
.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: white;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFCC00;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFCC00;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFCC00;
  text-decoration: none;
  font-size: 9pt;
}

a:hover {
  color: white;
}

a.title {
  color: #CCCCCC;
  font-size: 9pt;
  text-decoration: underline;
}

td.sideboxes {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 9pt;
  text-align: left;
}

td.sideboxes2 {
}

