.normalfonts {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #000000}
body, td, tr {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #000000}
A:link {
        color: #0000FF;
        font-size: 12px; font-weight: normal;
        text-decoration : none
}

A:hover {
        font-size: 12px; font-weight: normal;
        color: #FF6600;
        text-decoration : none
}

A:visited {
        font-size: 12px; font-weight: normal;
        color: #0000FF;
        text-decoration : none
}

A:visited:hover {
        font-size: 12px; font-weight: normal;
        color: #FF6600;
        text-decoration : none
}
A.left:link {
        color: #FFFFFF;
        font-size: 12px; font-weight: bold;
        text-decoration : none
}

A.left:hover {
        font-size: 12px; font-weight: bold;
        color: #FF9933;
        text-decoration : none
}

A.left:visited {
        font-size: 12px; font-weight: bold;
        color: #FFFFFF;
        text-decoration : none
}

A.left:visited:hover {
        font-size: 12px; font-weight: bold;
        color: #FF9933;
        text-decoration : none
}
A.bottomlinks:link {
        color: #0000FF;
        font-size: 12px; font-weight: normal;
        text-decoration : none
}

A.bottomlinks:hover {
        color: #FF6600;
        font-size: 12px; font-weight: normal;
        text-decoration : none
}

A.bottomlinks:visited {
        color: #0000FF;
        font-size: 12px; font-weight: normal;
        text-decoration : none
}

A.bottomlinks:visited:hover {
        color: #FF6600;
        font-size: 12px; font-weight: normal;
        text-decoration : none
}
A.bottomlinks2:link {
        color: #FFFFFF;
        font-size: 12px; font-weight: normal;
        text-decoration : none
}

A.bottomlinks2:hover {
        color: #FF6600;
        font-size: 12px; font-weight: normal;
        text-decoration : none
}

A.bottomlinks2:visited {
        color: #FFFFFF;
        font-size: 12px; font-weight: normal;
        text-decoration : none
}

A.bottomlinks2:visited:hover {
        color: #FF6600;
        font-size: 12px; font-weight: normal;
        text-decoration : none
}

  /* letter and word spacing */
         .letterspaced    {letter-spacing: 10pt;}
         .wordspaced      {word-spacing: 20px;}
  /* vertical alignment examples */
         .sub             {vertical-align: sub;}
         .super           {vertical-align: super;}
  /* text alignment properties */ .right {text-align: right;}
         .left            {text-align: left;}
         .justify         {text-align: justify;}
         .center          {text-align: center;}
  /* indentation and line-height examples */
         p.indent         {text-indent: 20px;
                           line-height: 200%;}
         p.lineheight1    {line-height: 150%;}
         p.lineheight2    {line-height: 75%;}
         p.negindent      {text-indent: -10px;
                           background-color: yellow;}
         #bigchar         {background-color: red;
                           color: white;
                           font-size: 28pt;
                           font-family: Impact;}
         p.carson         {font-size: 12pt;
                           font-family: Courier;
                           letter-spacing: 4pt;
                           line-height: 20pt;}
  /* text transformation properties */
         .uppercase       {text-transform: uppercase;}
         .lowercase       {text-transform: lowercase;}
         .capitalize      {text-transform: capitalize;}
  /* text-decoration properties */
         .underline       {text-decoration: underline;}
         .blink           {text-decoration: blink;}
         .line-through    {text-decoration: line-through;}
         .overline        {text-decoration: overline;}
  /* white space control */
         .normal          {white-space: normal;}
         .pre             {white-space: pre;}
         .nowrap          {white-space: nowrap;}