@font-face {
    font-family: "Jura";
    src: url("../../fonts/Jura-Regular.ttf");
}

@font-face {
    font-family: "Jura";
    src: url("../../fonts/Jura-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Jura";
    src: url("../../fonts/Jura-Italic.ttf");
    font-style: italic;
}
    
@font-face {
    font-family: "Jura";
    src: url("../../fonts/Jura-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}

.t3Serif {
    font-family: Jura, Georgia, Helvetica;
}

.t3Bold {
    font-weight: bold;
}


/* There is a bug when printing Jura from ChromeFrame, it changes to some crazy characters, so fall back to a standard font*/
@media print {
    .t3Serif {
        font-family: Georgia, Helvetica;
    }
}

.t3SansSerif {
    font-family: Helvetica, Georgia, Jura;
}

.t3Black {
    color: #151e1e !important;
}

.t3Red {
    color: #BE0000 !important;
}

.t3Green {
    color: #73a75b !important;
}

.t3Yellow {
    color: #D2B110 !important;
}

.t3Blue {
    color: #158eb5 !important;
}

.t3LightGray {
    color: #d4d9d6 !important;
}

.t3MediumGray {
    color: #808080 !important;
}

.superscriptThree {
    position: relative;
    font-weight: normal;
    font-size: 0.75em;
    vertical-align: super;
}

body {
    font-family: Helvetica, Georgia, Jura;
    color: #151e1e;
}
