.page-footer
{
    position:relative;
    width:960px;
    text-align: left;
    padding: 0px;
    margin: 0px auto;
    border:0px;
    background-repeat:repeat-y;
    background-image:url("site-images/footer-filler.jpg");
    display: block;
}

.page-footer img
{
    display:block;
    border:none;
    margin:0;
}



.footer-text
{
    line-height: 1.0em;
    text-align:center;
    margin-left:60px;
    margin-top:0px;
    margin-bottom:0px;

    font-family:arial, sans-serif;
    font-size: 9pt;
    color:#333333;
    width:885px;
    display: block;
}

.validator
{
    position:relative;
    width:960px;
    text-align: right;
    padding: 0px;
    margin: 0px auto;
    border:0px;
}

.footer-text a
{
    color:#4c586f;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px dotted #4c586f;
}

.footer-text a:hover
{
    color: #d78d17;
    border-bottom: 1px solid #d78d17;
}

.footer-text b
{
    color:#820f0f;
}

.footer-text i
{
    color:#820f0f;
}



