﻿a:link {color: #757575;}
a:visited {color: #757575;}
a:hover {color: #757575;}
a:active {color: #757575;}

.error
{
    color: Red;
}

/*html,body
{
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    line-height: 14px;
    font-family: Arial;
    height: 100%;
}*/

html, body{height:100%}

.TopNavigation
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}
.TopNavigation a:link {color: #FFFFFF; text-decoration: none;}
.TopNavigation a:active {color: #FFFFFF; text-decoration: none;}
.TopNavigation a:hover {color: #ec1c24; text-decoration: none;}
.TopNavigation a:visited {color: #FFFFFF; text-decoration: none;}
.TopNavigation a:visited:hover {color: #ec1c24; text-decoration: none;}

 .policies
 {
    font-family: courier new;
    font-size: 12px;
    line-height: 14px;
 }

.News
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    height:100%;
}
.News a:link {color: #af1300; text-decoration: none;}
.News a:active {color: #af1300; text-decoration: none;}
.News a:hover {color: #ec1c24; text-decoration: none;}
.News a:visited {color: #af1300; text-decoration: none;}
.News a:visited:hover {color: #af1300; text-decoration: none;}

.Footer
{
    font-family: Arial;
    font-size: 9px;
    font-weight: normal;
    color: #CCCCCC;
}
.Footer a:link {color: #CCCCCC; text-decoration: underline;}
.Footer a:visited {color: #CCCCCC; text-decoration: underline;}
.Footer a:active {color: #CCCCCC; text-decoration: underline;}
.Footer a:hover {color: #CCCCCC; text-decoration: underline;}

.mFooter
{
    font-family: Arial;
    font-size: 9px;
    font-weight: normal;
    color: #c2c2c2;
}
.mFooter a:link {color: #c2c2c2; text-decoration: underline;}
.mFooter a:visited {color: #c2c2c2; text-decoration: underline;}
.mFooter a:active {color: #c2c2c2; text-decoration: underline;}
.mFooter a:hover {color: #c2c2c2; text-decoration: underline;}

.MailingListTitle
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

td.MailingList
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    height: 101px;
}


.MailingList a:link {color: #FFFFFF; text-decoration: underline;}
.MailingList a:visited {color: #FFFFFF; text-decoration: underline;}
.MailingList a:active {color: #FFFFFF; text-decoration: underline;}
.MailingList a:hover {color: #ec1c24; text-decoration: underline;}

.Scrolling
{
    font-family: Arial;
    font-size: 13px;
    color: Red;
}
.MainContent
{
    font-family: Arial;
    font-size: 13px;
    color: #757575;
    line-height: 16px;
}

.PageTitle
{
    font-family: Arial;
    font-size: 20px;
    color: #757575;
    font-weight: bolder;
    margin-left: 10px;
}
.NewsBox
{
    font-family: Arial;
    font-size: 12px;
    color: #5f5f5f;
}

.NewsBoxHeader
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

.JoinNowButton
{
    background-color: #af1300;
    border: 2px #af1300 outset;
    padding: 1px 4px;
    color: #ffffff;
    text-decoration: none;
    font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

