
* {
    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: 16px;
    font-weight: 400;
    color: #424242;
}

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

STRONG {
    font-weight: 700;
}

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

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

A:hover, A:active {
    color: #1f96ea;
}

IMG {
    border: none;
}

HR {
    border-top: 1px dotted #d0d0d0;
    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;
}

.Dimmed {
    color: #808080;  
}

.NoWrap {
    white-space: nowrap;
}
