/* Element Styles */

body {
        margin:0px;
}

td {
        font:10pt arial;
        color: #333300;
        letter-spacing: .1em;
        text-align: left;
}

a {
        color: #cc0000;
}

a:hover {
        color: #990000;
        text-decoration:underline;
}

/* ID Styles */

#contentArea {
        background-color: #ffffff;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 75px;
}

#navArea {
        background-color: #cc3300;
        border-top-color: #ffffff;
        border-top-style: solid;
        border-top-width: 2px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
}

#navigation {
        padding-top: 5px;
        padding-bottom: 5px;
                }

#navigation a {
        font:11px arial;
        color: #336666;
        text-decoration:none;
        letter-spacing:.1em;
        }

#navigation a:hover {
        color: #993300;
        text-decoration:underline;
        }

#navigation a.current {
        color: #ffffff;
                }

/* Class Styles */

.logo {
        font:16pt times new roman;
        color: #333300;
        letter-spacing:.4em;
        font-weight:bold;
        padding-top: 10px;
        padding-bottom: 2px;
        padding-left: 15px;
        margin-bottom: 1px;
        }

.bodyText {
        font:9pt arial;
        line-height:15px;
        color:#333333;
        width: 450px;
        }

.pageName {
        font:14pt georgia;
        color: #CC3300;
        letter-spacing:.1em;
        line-height:25px;
        }


/**
*   Section 3.  Form CSS
*/
    

#inputform {
}

#inputform * {
}

#inputform h3 {
    text-align: left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    line-height: 1.1em;
}

#inputform h3 a {
    background: #F0F3FA;
    color: #424248;
    text-decoration: none;
}

#inputform h3 a:hover {
    background: #FFA850;
    color: #F0F0A0;
}

#inputform hr {
    color: #7f0000;
}

#inputform p.bodyText {
    text-align: left;
    font-family: arial,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2em;
}

#inputform .FORM_asterisk {
    font-size: 150%;
    color: #7f0000;
}

#inputform .FORM_head {
    color: #002c55;
}

#inputform .FORM_bodyNoteCaption {
    font-size: 80%;
    line-height: 1.2em;
    color: #7f0000;
}

#inputform .FORM_bodyNoteText {
    font-size: 80%;
    line-height: 1.2em;
    color: #555555;
}

#inputform .FORM_bodySmall {
    font-size: 75%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2em;
    text-align: left;
    color: #333333;
}

#inputform .FORM_formfields {
    font-size: 90%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.1em;
    text-align: left;
    color: #00105d;
}



