
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

@font-face {
    font-family: 'Franklin Gothic FS Heavy';
    src: url('../fonts/franklingothic-hvy.eot');
    src: local('Franklin Gothic FS Heavy'), url('../fonts/franklingothic-hvy.woff');
}

@font-face {
    font-family: 'FontSite Sans LightEx';
    src: url('../fonts/fontsitesans-lightex.eot');
    src: local('FontSite Sans LightEx'), url('../fonts/fontsitesans-lightex.woff');
}

BODY, H1, H2, H3, H4, H5, P, UL, OL, DL, DIV, TABLE, TD, TH, CENTER, BLOCKQUOTE, FORM, INPUT, TEXTAREA, SELECT, OPTION, PRE {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #dadada;
}

P, DD {
    line-height: 1.4;
    text-align: justify;
}

OL, UL {
    margin-left: 8px;
    padding-left: 24px;
}

UL {
    list-style-type: square;
    list-style-position: outside;
}

OL {
    list-style-type: decimal;
    list-style-position: outside;
}

LI {
    margin-top: 8px;
}

B {
    font-weight: 600;
    color: #cacaca;
}

STRONG {
    font-weight: 700;
}

SUB, SUP {
    font-size: 75%;
}

A, A:link, A:visited  {
    text-decoration: none;
    color: #bd1f00;
}

A:hover, A:active {
    color: #ff0000;
}

IMG {
    border: none;
}

.RaggedLeft {
    text-align: right;
}

.RaggedRight {
    text-align: left;
}

.Centering {
    text-align: center;
}

.Justify {
    text-align: justify;
}

.Small {
    font-size: 11px;
}

.Bold {
    font-weight: bold;
}

.TopSep {
    margin-top: 10px;
}

.Red {
    color: #ee0000;
}

.Aqua {
    color: #083e63;
}

.Emph {
    font-weight: bold;
    color: #ff4a00;
}

.NoWrap {
    white-space: nowrap;
}
