@import url('fonts.css');

body {
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #000;
    font-family: "locator-regular", UniversLT, arial, geneva, sans-serif;
    font-size: 13px;
    text-align: left;
    line-height: 130%;
    letter-spacing: 0px;
}

img {
    border: none;
}


.b_r {
    border: 1px solid #F80000;
}

.b_g {
    border: 1px solid #317F43;
}

.b_b {
    border: 1px solid #1E2460;
}

.b_xo {
    border: 1px solid #FF7514;
}

#xopage {
    position: absolute;
    border: 0px solid #ff0000;
    background-color: #000;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
}
#xoheader {
    clear: both;
    padding: 0px;
    margin: 0 auto;
    border: 0px solid #ff0000;
    width: 980px;
    z-index: 100;
    text-align: left;
    color:red;
    background-color: transparent;
    display: inline-table;
}

.header_tel
{   text-decoration: none;
    font-family: "locator-regular", UniversLT, arial, geneva, sans-serif;
    color:#ffffff;
    font-size:18px;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #808080;
        text-decoration: none;
    }



