@charset "utf-8";
/* CSS Document */

a:hover
{
   color: #980027;
   text-decoration: underline;
}

a
{
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
}

.hdr-red
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:16pt;
   color:#980027;
   font-weight: bold;
}

.hdr-grn
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:16pt;
   color:#478a58;
   font-weight: bold;
}

.bodytxt
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:13px;
   color:#000000;
   font-weight: normal;
}

.download
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#000000;
   font-weight: bold;
}

.btmnav
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:10px;
   color:#FFFFFF;
   font-weight: bold;
}

.footer
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#FFFFFF;
   font-weight: bold;
}

.footertxt
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#FFFFFF;
   font-weight: normal;
}