﻿.FooterMain{
    width: 100%;
    background-color: #0D2239;
    color: #fff;
    text-align: right;
 /*   padding: 15px 40px;
    position: fixed;*/
    bottom: 0;
    left: 0;
}

.FooterMain .TableVerticalAlign .Cell2{
    color: white;
}

.FooterMain a:link{
    font-size: 14px;
    color: #fff;
}
.FooterMain a:visited{
    color: #fff;
}

.FooterMain a:hover{
    color: #b8d0ee;
    font-size: 14px;
    text-decoration: none;
}

.FooterMain .TableVerticalAlign {
    width: 100%;    
}