@font-face {
    font-family: Gill-Sans-MT;
    src: url('./Fonts/Gill-Sans-MT/GIL_____.TTF') format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Gill-Sans-MT;
    src: url('./Fonts/Gill-Sans-MT/GILB____.TTF') format("truetype");
    font-weight: 700;
    font-style: normal
}

body {
    background: none repeat scroll 0 0 #eeeeee;
    font-family: Roboto;
    font-size: 14px;
    line-height: 22px;
    background-color: #ffffff;
}