BODY, PRE, P, FORM, EM, H1, H2, H3, H4, UL, OL
   {
   margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
   }

a:link
    {
    text-decoration: none;
    color: #B2BAC6;
    }
a:visited
    {
    text-decoration: none;
    color: #B2BAC6;
    }
a:hover
    {
    text-decoration: underline;
    color: #d03038;
    }
a:active
    {
    text-decoration: none;
    color: #B2BAC6;
    }



.TextWhite12
   {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #FFFFFF;
   font-weight: normal;
   }
.TextWhite14
   {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #FFFFFF;
   font-weight: normal;
   }
.TextWhite16
   {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   color: #FFFFFF;
   font-weight: normal;
   }

.TextBlue12
   {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #B2BAC6;
   font-weight: normal;
   }
.TextBlue14
   {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #B2BAC6;
   font-weight: normal;
   }
.TextBlue16
   {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   color: #B2BAC6;
   font-weight: normal;
   }

.TextRed12
   {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #d03038;
   font-weight: normal;
   }
.TextRed14
   {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #d03038;
   font-weight: normal;
   }

.FooterText
   {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #666666;
   font-weight: normal;
   }

a.FooterText:link
    {
    text-decoration: none;
    color: #666666;
    }
a.FooterText:visited
    {
    text-decoration: none;
    color: #666666;
    }
a.FooterText:hover
    {
    text-decoration: none;
    color: #666666;
    }
a.FooterText:active
    {
    text-decoration: none;
    color: #666666;
    }



