/*BODY TEXT COLOR*/
BODY, b, input, select, TR, TD, TH {
    color: #000000 !important;
}


/*FONTS*/
BODY, b, input, select, input[type="submit"] {
    font: 600 14px/22px "Roboto", Helvetica, sans-serif !important;
    font-weight: bold
}


/*BUTTON COLORS AND STYLES*/
    input[type="submit"] {
        background-color: #ffffff !important;
        color: #fffff !important;
        border: #000000 2px solid !important;
        font-weight: bold;
        text-transform: uppercase;
    }
input[type="submit"]:hover {
    background-color: #ff0000 !important;
}


/*LINK COLORS*/
a:link, a:visited {
    color: #ff0000 !important;
}
a:hover {
    color: #00833c !important;
}


/*OTHER STYLES*/
body {
    background: #ffffff !important;
    margin: 0px !important;
}
form[name=customer_information] tr:nth-child(even) {
    background: #F6F6F6 !important;
}
input[type="submit"]:hover {
    background-image: none !important;
    color: #ffffff !important;
    border: #000000 2px solid !important;
}
a:link {
    text-decoration: none !important;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
LAYER, P, DIV {
    background:transparent !important;
}