@font-face {
    font-family: 'tex_gyre_adventor';
    src: url('fonts/texgyreadventor-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'tex_gyre_adventor';
    src: url('fonts/texgyreadventor-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'tex_gyre_adventor';
    src: url('fonts/texgyreadventor-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'tex_gyre_adventor';
    src: url('fonts/texgyreadventor-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body { font-family: 'tex_gyre_adventor','Open Sans','Helvetica Neue', Arial, sans-serif; font-size:0.9rem; background-color: #ffffff; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }


/* Very large desktops */
@media (min-width: 1400px) {
	.xxbody{ border-left:5px solid grey !important; } /*DEDUG REMOVE*/
}
/* Large desktops and laptops */
@media (min-width: 1199px) and (max-width: 1399px) {
	.xxbody{ border-left:5px solid orange !important; } /*DEDUG REMOVE*/
}
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.xxbody{ border-left:5px solid yellow !important; } /*DEDUG REMOVE*/
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.xxbody{ border-left:5px solid green !important; } /*DEDUG REMOVE*/
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.xxbody{ border-left:5px solid blue !important; } /*DEDUG REMOVE*/
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.xxbody{ border-left:5px solid red !important; } /*DEDUG REMOVE*/
}