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

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

HTML, BODY {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: #bdc4cf;
}

H1, H2, H3, H4, H5 {
    font-weight: bold;
}

H1 {
    font-size: 16px;
}

H2 {
    font-size: 14px;
}

H3 {
    font-size: 13px;
}

H4 {
    font-size: 12px;
}

H5 {
    font-size: 10px;
}

P, UL, OL, DL, BLOCKQUOTE {
    line-height: 1.2;
    text-align: justify;
}

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

DL {
    padding-left: 8px;
}

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 {
    line-height: 1.2;
}

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

PRE {
    margin: 10px 10px 10px 150px;
    font-family: LucidaTypewriter, monospace;
    line-height: 1;
    color: #000000;
}

TABLE {
    empty-cells: show;
}

A {
    text-decoration: none;
    color: #300da2;
}

A:hover {
    text-decoration: none;
    color: #4c14ff;
}

IMG {
    border: 0px;
}

.Left {
    text-align: left;
}

.Center {
    text-align: center;
}

.Right {
    text-align: right;
}

.NoWrap {
    white-space: nowrap;
}

.Bold {
    font-weight: bold;
}

.HighLight {
    background-color: #ffc470;
}

TR:hover .HighLight { 
    background-color: #ffe5c1;
}
