@CHARSET "UTF-8";

.footerExtended
{
    background-color: #000000;
    color: #ffffff;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding: .75em;
}

.footerLinks
{
    padding-top: .95em;
    
}

.footerLinks a:link, .footerLinks a:visited, .footerLinks a:active
{
    color: #ffffff;
    text-decoration: none;
    
}

.footerLinks a:hover
{
    text-decoration: underline;
}

.footerLinksSpacer
{
    font-size: 1.34em;
    padding-left: .6em;
    padding-right: .6em;
}

.footerText
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #ffffff;
    line-height: 150%;
    padding-top: 1em;
    
}

.footerText a
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: underline;
}

.footerMSTransparency {
    padding: 0;
    width: 153px !important;
    margin: 0 auto;
}

.underlined {
    text-decoration: underline;
    color: #ffffff;
}

.underlined:hover {
    text-decoration: none;
}