
.normal {
          font-family: Arial, sans-serif;
          font-size: 9pt;
          font-weight: normal;
          font-style: normal;
          color: #000000;
}

.bold {
          font-family: Arial, sans-serif;
          font-size: 9pt;
          font-weight: bold;
          font-style: normal;
          color: #000000;
}

.small {
          font-family: Arial, sans-serif;
          font-size: 8pt;
          font-weight: normal;
          font-style: normal;
          color: #000000;
}

.smallbold {
          font-family: Arial, sans-serif;
          font-size: 8pt;
          font-weight: bold;
          font-style: normal;
          color: #000000;
}

.smallhead {
          font-family: Arial, sans-serif;
          font-size: 10pt;
          font-weight: bold;
          font-style: normal;
          color: #336666;
}

.head {
          font-family: Arial, sans-serif;
          font-size: 12pt;
          font-weight: bold;
          font-style: normal;
          color: #336666;
}

.title {
          font-family: Arial, sans-serif;
          font-size: 14pt;
          font-weight: bold;
          font-style: normal;
          color: #336666;
}


A:link { font-family: Arial, sans-serif; font-size: 9pt; text-decoration: none}
A:visited { font-family: Arial, sans-serif; font-size: 9pt; text-decoration: none}
A:hover { font-family: Arial, sans-serif; font-size: 9pt; text-decoration: underline}
A:active { font-family: Arial, sans-serif; font-size: 9pt}

