h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-weight: bold;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
  text-align: justify;
}

p.test {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
  text-align: justify;
}

.just {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
  text-align: justify;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}

.t {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  vertical-align: top;
}

.tb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  vertical-align: top;
}

.colort {
  font-family: Arial, Helvetica, sans-serif;
  color: #c12403;
  font-size: 9pt;
  font-weight: bold;
  vertical-align: top;
}

a:link {
  font-family: Helvetica, Verdana, Arial;
  font-size: 9pt;
  color: #c42507;
}
a:active {
  font-family: Helvetica, Verdana, Arial;
  font-size: 9pt;
  color: #ff2800;
}
a:visited {
  font-family: Helvetica, Verdana, Arial;
  font-size: 9pt;
  color: #5b0e00;
}

body {
  background-image: url(../images/bkgd.gif);
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: Helvetica, Verdana, Arial;
  font-size: 9pt;
  text-align: justify;
}
