h1
{
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h2
{
   font-family: Verdana;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #3366FF;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h3
{
   font-family: Arial;
   font-size: 24px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h4
{
   font-family: Arial;
   font-size: 21px;
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h5
{
   font-family: Arial;
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

h6
{
   font-family: Arial;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}

.CustomStyle
{
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000080;
}

.TextBox
{
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #282828;
   background-color: #FFFFFF;
   padding: 2 0 2 0;
}

.Header
{
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   color: #3366FF;
}

.BodyText
{
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
}

a.RedLink:link
{
   color: #FF0000;
   text-decoration: none;
}
a.RedLink:visited
{
   color: #FF0000;
   text-decoration: none;
}
a.RedLink:active
{
   color: #FF0000;
   text-decoration: none;
}
a.RedLink:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.FooterLink:link
{
   color: #FFFFFF;
   text-decoration: none;
}
a.FooterLink:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.FooterLink:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.FooterLink:hover
{
   color: #3366FF;
   text-decoration: none;
}

