.BodyText {
    font-family : Arial;
    font-size : 11px;
    color:#000000;
}

.BodyTextBlue {
    font-family : Arial;
    font-size : 13px;
    color:#003366;
}

.BodyTextWhite {
    font-family : Arial;
    font-size : 13px;
    color:#FFFFFF;
}


.BodyText13px {
    font-family : Arial;
    font-size : 13px;
    color:#000000;
}

H1 {
    font-family : Arial;
    font-size : 15px;
    color:#000000;
}

H2 {
    font-family : Arial;
    font-size : 15px;
    color:#000000;
}

H3 {
    font-family : Arial;
    font-size : 15px;
    color:#000000;
}

H4 {
    font-family : Arial;
    font-weight: bold;
    font-size : 15px;
    color:#000000;
}

.BodyTextInput {
    font-family : Arial;
    font-size : 10px;
    color:#000000;
}

.BodyTextInput:link {
    font-family : Arial;
    font-size : 10px;
    color:#000000;
    text-decoration: underline;
}

.BodyTextInput:active {
    font-family : Arial;
    font-size : 10px;
    color:#000000;
    text-decoration: underline;
}

.BodyTextInput:visited {
    font-family : Arial;
    font-size : 10px;
    color:#000000;
    text-decoration: underline;
}

.BodyTextReq {
    font-family : Arial;
    font-size : 10px;
    color:#CC0000;
}

.tooltip_div {
    height: 50px;
    width:270px;
    background: #006699;
    position: absolute;
    font-family : Verdana;
    color: #FFFFFF;
    font-size: 10px;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    left: -400px;
    top: -400px;
    z-index: 0;
    border: solid;
    border-color: #000000;
    border-width: 2px;
}