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

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: 13px;
    color: #444444;
}

BODY {
    background-color: #c7c8c0;
    background-image: url('../assets/bg.png');
    background-repeat: repeat-x;
    background-position: 0px 35px;
}

HTML, BODY {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

BODY {
    min-width: 924px;
}

H1, H2, H3, H4, H5 {
    margin-bottom: 6px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #ffffff;
    clear: both;
}

H1 {
    margin-top: 20px;
    margin-bottom: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #3d6687;
    font-size: 16px;
    letter-spacing: 2px;
    color: #8b0101;
}

H2 {
    margin-top: 15px;
    padding-left: 15px;
    background-image: url('../assets/header-bg.png');
    background-repeat: no-repeat;
    background-position: left;
    font-size: 14px;
    letter-spacing: 1px;
    color: #3d6687;
}

H3 {
    margin-top: 10px;
    font-size: 11px;
}

H4 {
    font-size: 11px;
}

H5 {
    font-size: 10px;
}


P, DD {
    line-height: 1.3;
    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;
}

STRONG {
    font-weight: 700;
}

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

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

A:hover, A:active {
    color: #890c15;
}

IMG {
    border: none;
}

HR {
    border-top: 1px dotted #c6c6c6;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.Right {
    text-align: right;
}

.Left {
    text-align: left;
}

.Center {
    text-align: center;
}

.Justify {
    text-align: justify;
}

.Small {
    font-size: 11px;
}

.Bold {
    font-weight: bold;
}

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

.NoWrap {
    white-space: nowrap;
}

.Dim {
    color: #909090;
}
