﻿DIV.FooterLt
{
    text-align: center;
    margin-left: 5px;
}
DIV.FooterRt
{
    float: right;
    margin-right: 10px;
}
DIV.FooterCopyright
{
    text-align: center;
    font-family: Arial;
    color: #989898;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    margin: 15px 0px 0px 15px;
}
DIV.FooterAddress
{
    text-align: center;
    font-family: Arial;
    color: #989898;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    margin: 5px 0px 10px 15px;
}
A.footerLinkDark
{
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    color: #696969;
    font-weight: bold;
    margin-left: 5px;
}
A.footerLinkDark:hover
{
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
    color: #696969;
    font-weight: bold;
}
A.footerLinkLite
{
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    color: #C6C6C6;
    font-weight: bold;
    margin-left: 5px;
}
A.footerLinkLite:hover
{
    font-family: Arial;
    font-size: 12px;
    color: #989898;
    text-decoration: underline;
}
.dividerGray
{
    height: 1px;
    background-color: #E1E1E1;
    margin: 0px;
}

