
/*.UIFooterControl {
   # background: none repeat scroll 0 0 #1A6FC2;
    color: #ffffff;
     width: 1000px;
}
.UIFooterControl a {
    color: #d0d0d0;
}
.UIFooterControl .CopyRight {
    padding: 20px 10px;
}


*/

.UIFooterControl {



    height: 144px;
    color: #fff;
    font: 10pt/20px arial;
    
     margin: 0 auto;
    position: relative;
    width: 1000px;
}
.UIFooterControl .CopyRight {
    padding: 10px 0 0 10px;
}
.UIFooterControl a {
    color: #fff;
    font: bold 10pt arial;
}
.UIFooterControl .Design {
    position: absolute;
    right: 10px;
    top: 126px;
}
