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: Arial;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   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;
}

a
{
   color: #FFFFFF;
}
a:visited
{
   color: #FFFFFF;
}
a:active
{
   color: #670909;
}
a:hover
{
   color: #0000FF;
}
a.Blue:link
{
   color: #456C8D;
}
a.Blue:visited
{
   color: #456C8D;
   text-decoration: underline;
}
a.Blue:active
{
   color: #456C8D;
   text-decoration: underline;
}
a.Blue:hover
{
   color: #FFFFFF;
   background: #456C8D;
   text-decoration: underline;
}
a.white_grey_underlined:link
{
   color: #FFFFFF;
}
a.white_grey_underlined:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.white_grey_underlined:active
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.white_grey_underlined:hover
{
   color: #C0C0C0;
   text-decoration: none;
}
a.white_grey:link
{
   color: #FFFFFF;
   text-decoration: none;
}
a.white_grey:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.white_grey:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.white_grey:hover
{
   color: #C0C0C0;
   text-decoration: none;
}
