body, td, input, textarea, select
    {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
    }

a:link, a:active, a:visited, a:hover
    {
      text-decoration: none;
    }

.monospace
    {
      font-family: "Courier New", Courier, monospace;
    }

.font12
    {
      font-size: 12px;
    }

.fontB
    {
      font-weight: bold;
    }

.fontBI
    {
      font-style: italic;
      font-weight: bold;
    }

.fontBIU
    {
      font-style: italic;
      font-weight: bold;
      text-decoration: underline;
    }

.fontBU
    {
      font-weight: bold;
      text-decoration: underline;
    }

.fontI
    {
      font-style: italic;
    }

.fontIU
    {
      font-style: italic;
      text-decoration: underline;
    }

.fontU
    {
      text-decoration: underline;
    }

.font14
    {
      font-size: 14px;
    }

.font14B
    {
      font-size: 14px;
      font-weight: bold;
    }

.font14BI
    {
      font-size: 14px;
      font-style: italic;
      font-weight: bold;
    }

.font16
    {
      font-size: 16px;
    }

.font16B
    {
      font-size: 16px;
      font-weight: bold;
    }

.font16BI
    {
      font-size: 16px;
      font-style: italic;
      font-weight: bold;
    }

.font18
    {
      font-size: 18px;
    }

.font18B
    {
      font-size: 18px;
      font-weight: bold;
    }

.font18BI
    {
      font-size: 18px;
      font-style: italic;
      font-weight: bold;
    }

.font20
    {
      font-size: 20px;
    }

.font20B
    {
      font-size: 20px;
      font-weight: bold;
    }

.font20BI
    {
      font-size: 20px;
      font-style: italic;
      font-weight: bold;
    }

