/*BODY TEXT COLOR*/
BODY, b, input, select, TR, TD, TH {
    color: #000000 !important;
}


/*FONTS*/
BODY, b, input, select, input[type="submit"] {
    font: 500 14px/22px "Roboto", Helvetica, sans-serif !important;
	font-weight: bold !important;
}


/*BUTTON COLORS AND STYLES*/
input[type="submit"]{
    background-color: #fff !important;
    color: #000000 !important;
    border: #000000 1px solid !important;
    font-weight: bold;
    text-transform: uppercase;
}
input[type="submit"]:hover {
    background-color: #288dc1 !important;
}


/*LINK COLORS*/
a:link, a:visited {
    color: #000000 !important;
}
a:hover {
    color: #288dc1 !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;
}
a:link {
    text-decoration: none !important;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
LAYER, P, DIV {
    background:transparent !important;
}