
* {
    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: #ffffff;
}


H1,  H2,  H3,  H4,  H5, 
H1 > A, H2 > A, H3 > A, H4 > A, H5 > A, 
H1 > A:link, H2 > A:link, H3 > A:link, H4 > A:link, H5 > A:link,
H1 > A:visited, H2 > A:visited, H3 > A:visited, H4 > A:visited, H5 > A:visited {
    font-weight: 600;
    color: #083e63;
}

H1 {
    font-size: 16px;
}

H2 {
    font-size: 14px;
}

H3 {
    font-size: 12px;
}

H4 {
    font-size: 11px;
}

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: #3e6b8a;
}

A:hover, A:active,
H1 > A:hover, H2 > A:hover, H3 > A:hover, H4 > A:hover, H5 > A:hover,
H1 > A:active, H2 > A:active, H3 > A:active, H4 > A:active, H5 > A:active {
    color: #ff4a00;
}

IMG {
    border: none;
}

HR {
    width: auto;
    border-top: 1px dotted #cacaca;
    border-bottom: none;
    border-left: none;
    border-right: 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;
}
