/*============================= CSS STYLES FOR VIP2546 =============================*/

body {
    background: black;
    margin: 0px auto;
    font-family: Arial, Helvetica, sans-serif;
}

.Heading {
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.Heading1 a {
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

    .Heading1 a:hover {
        font-size: 14px;
        font-style: normal;
        line-height: normal;
        font-variant: normal;
        color: #fff200;
        text-decoration: none;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }

.Btn_Login {
    width: 90px;
    height: 25px;
    background: url(../images/default/04.jpg) no-repeat;
    background-size: cover;
}
