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

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

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

BODY {
}

H1 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 4px 0px 4px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #213c53;
}

H2 {
    margin-top: 15px;
    font-size: 16px;
    color: #213c53;
}

H3 {
    margin-top: 10px;
    font-size: 13px;
    color: #1c5e96;
}

H4 {
    font-size: 9pt;
}

H5 {
    font-size: 8pt;
}

P, BLOCKQUOTE {
    margin: 10px 0px 10px 0px;
    line-height: 1.5;
    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 UL, UL.Disc {
    list-style-type: disc;
}

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.5;
}

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

TABLE {
    empty-cells: show;
}

A {
    text-decoration: none;
    color: #00478a;
}

A:hover {
    color: #4ab800;
}

B {
    font-weight: 600;
}

STRONG {
    font-weight: 700;
}

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

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

HR {
    height: 1px;
    margin: 15px 0px 15px 0px;
    border: none;
    border-top: 1px dotted #3657c1;
}

.Left {
    text-align: left;
}

.Center {
    text-align: center;
}

.Right {
    text-align: right;
}

.Bold {
    font-weight: 600;
}

.Strong {
    font-weight: 700;
}

.Small {
    font-size: 11px;
}

.Dim {
    color: #707f87;
}
