
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

HTML, BODY, H1, H2, H3, H4, H5, P, UL, OL, DL, DIV, TABLE, TD, TH, CENTER, BLOCKQUOTE, A, FORM, INPUT, TEXTAREA, SELECT, OPTION {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1d2433;    
}

HTML, BODY {
    width: 100%;
    height: 100%;
    min-height: 800px;
    margin: 0px;
    position: relative;
    top: 0px;
}

BODY {
    background-color: #ffffff;
    background-image: url(../assets/body-bg.png);
    background-repeat: repeat-x;
    background-position: 0% 0%;
}

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

H1 {
    margin-top: 20px;
    margin-bottom: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #3b4765;
    font-size: 15px;
    letter-spacing: 2px;
    color: #3f7db1;
}

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

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

H4 {
    font-size: 9pt;
}

H5 {
    font-size: 8pt;
}

H1:first-child, H2:first-child, H3:first-child, H4:first-child, H5:first-child {
    margin-top: 0px;
}

P, UL, OL, DL, BLOCKQUOTE {
    margin: 12px 0px 5px 0px;
    line-height: 1.2;
    text-align: justify;
}

P:first-child, UL:first-child, OL:first-child, DL:first-child, BLOCKQUOTE:first-child {
    margin-top: 0px;
}

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

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

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

UL {
    list-style-type: square;
}

DT {
    margin: 8px 0px 4px 0px;
    padding: 0px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

DD {
    margin: 0px 0px 0px 16px;
    padding: 0px;
    line-height: 1.2;
    text-align: justify;
}

LI {
    margin-top: 4px;
    line-height: 1.2;
}

LI + LI, P + LI {
    padding-top: 5px;
}

TABLE {
    empty-cells: show;
}

A {
    text-decoration: none;
    color: #8b0101;
}

A:hover {
    color: #5e9dd1;
}

IMG {
    border: 0px;
    vertical-align:bottom;
}

PRE {
    margin: 20px 50px 20px 50px;
    color: #000000;
}

SUP {
    font-size: 60%;
}

.Left {
    text-align: left;
}

.Center {
    text-align: center;
}

.Right {
    text-align: right;
}
