input,select,textarea {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 8pt;
    color : #29428C;
    font-weight : none;
    text-decoration : none;
}

P.home {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10px;

}

ul.home {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10px;
    margin-left : 5px;
    margin-right : 5px;
    list-style-type : disc;
    line-height : 14px;
}

li.home {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10px;
    list-style : disc url("images/home/bullet.gif");
    margin-left : -20px;
    list-style-type : disc;
    line-height : 14px;
}

P.bold {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
    font-weight : bold;
}

P.text {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
}

P {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
}

Font.text {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
}

OL {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
}

LI {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
}

UL {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
}

UL.quote {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
}

H1 {
    font-family: Arial, sans-serif, Helvetica;
    font-size: 19px;
    color: #29428C;
    margin : 0px;
    font-weight : bold;
    border-bottom-width : 0px;
}

H2 {
font-family: Arial, sans-serif, Helvetica;
    font-size: 16px;
    color: #29428C;
    margin : 0px;
    font-weight : bold;
    border-bottom-width : 0px;
}

H4 {
    font-family: Arial, sans-serif, Helvetica;
    font-size: 13px;
    color: #000000;
    margin : 0px;
    font-weight : bold;
    border-bottom-width : 0px;
}

P.legal {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 7pt;
}

A:link {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
    color : #003399;
}

A:visited {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
    color : #003399;
}

A:hover, A:active {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
    color : #000000;
}

A.homel:link {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
    color : #7394BD;
    text-decoration : underline;

}

A.homel:visited {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
    color : gray;
    text-decoration : underline;
}

A.homel:hover {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
    color : #29428C;
    text-decoration : underline;
}

sup.small {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 8px;
}

A.nav:link {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 8pt;
    font-weight: bold;
    color : white;
    text-decoration : none;
}

A.nav:visited {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 8pt;
    font-weight: bold;
    color : white;
    text-decoration : none;
}

A.nav:hover {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
    font-weight: bold;
    color : #29428C;
    background-color : none;
}

A.nav2:link {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 10px;
    color : #7394BD;

}

A.nav2:visited {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 10px;
    color : #7394BD;
}

A.nav2:hover {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 10px;
    color : #29428C;
}


.pStyle {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
        color: #000000
}

.pStyleBold {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
    font-weight : bold;
        color: #000000
}

BODY {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
}

BODY.bold {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
    font-weight : bold;
}

BODY.text {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
}

TD {
    font-family: Arial, sans-serif, Helvetica;
    font-size : 11px;
}

input.errHilite, select.errHilite, textarea.errHilite {
    border: 1px solid #DDC;
    background-color: #FFE;
}

label.errHilite {
    color: #C00;
}

ul#errors {
    display: none;
    margin-top: 1em;
    background-color: #FFE;
    border: 1px solid #CC9;
    padding: .3em;
    color: #C00;
    font-weight: bold;
}

ul#errors li {
    margin-top: .5em;
    margin-bottom: .5em;
    padding: 0;
}

ul#errors li.heading {
    list-style-type: none;
    color: #000;
    font-weight: normal;
    font-style: italic;
    margin: .5em 0;
    padding: 0;
}