.UIFooterControl {
        color: #222222;
        font: 14px/19px arial;
        height: 80px;
        background: linear-gradient(180deg, rgb(158 223 249) 50%, rgb(98 204 249) 100%);
        border-radius: 25px 25px 0 0;
}
.UIFooterControl strong{
        text-align: center !important;
        display: block;
        font-weight: bold;
        line-height: 1.5;
}
.UIFooterControl a {
        color: #036637;
        font: bold 10pt arial;
}
.UIFooterControl .CopyRight {
        font: 14px arial;
        padding: 10px;
        text-align: center;
}
