    body, html
    {
        scrollbar-face-color:       #011F67;
        scrollbar-3dlight-color:    #9EAAC0;
        scrollbar-arrow-color:      #9EAAC0;
        scrollbar-darkshadow-color: #9EAAC0;
        scrollbar-shadow-color:     #9EAAC0;
        scrollbar-base-color:       #011F67;
        scrollbar-track-color:      #9EAAC0;
        scrollbar-highlight-color:  #011F67;

        background-color:           #FFFFFF;
        background-image:           none;

        color:                      #000000;
        margin:                     0px;

        font-family:                Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size:                  13px;
    }
    
    img
    {
        display: block;
        border: none;
    }

    td.header
    {
        background-color: #011F67;
        
        text-align: left;
        
        font-weight: bold;
        font-size: 15px;
        color: #FFF;
    }

    td.footer
    {
        background-color: #FFFFFF;

        font-size: 10px;
        color: #011F67;
    }
    
    td.side
    {
        background-color: #9EAAC0;   
    }

    td.white
    {
        background-color: #FFFFFF;
    }
    
    td.border
    {
        background-color: #011F67;
    }    
    
    h1.header
    {
        width: 550px;
                    
        text-align: left;

        font-size: 15px;
        color: #011F67;
        
        border-bottom: #011F67 1px solid;
    }    
    
    p.text
    {
        width: 550px;
        
        text-align: justify;
    
        font-size: 12px;
        color: #000;
    }
    
    ul
    {
        list-style-type: square;
    }
    
    ul#nav
    {
        margin: 0px;
        padding: 0px;
    }
    
    ul#nav li
    {
        margin: 0px;
        padding: 0px;
        list-style: none;
        border: none;
    }
       
    a:link, a:active, a:visited
    {
        text-decoration:        none;
        color:                  #011F67;
    }
    a:hover
    {
        text-decoration:        underline;
        color:                  #011F67;
    }

    a.footer:link, a.footer:active, a.footer:visited
    {
        text-decoration:        none;
        color:                  #011F67;
    }
    a.footer:hover
    {
        text-decoration:        underline;
        color:                  #011F67;
    }   
    
    a.nav:link, a.nav:active, a.nav:visited
    {
        display:                block;
        width:                  155px;
        height:                 22px;
        background-color:       #2B479A;
        
        padding-left:           5px;
        padding-top:            6px;

        font-size:              12px;
        font-weight:            bold;
        text-decoration:        none;
        color:                  #FFFFFF;
        
        text-align:             left;
        vertical-align:         top;        
        
        border-bottom:          #445E9C 1px solid;
    }
    a.nav:hover
    {
        background-color:       #011F67;
        text-decoration:        none;
        color:                  #FFFFFF;
    }  
    a.actnav:link, a.actnav:active, a.actnav:visited
    {
        display:                block;
        width:                  155px;
        height:                 22px;
        background-color:       #011F67;

        padding-left:           5px;
        padding-top:            6px;

        font-size:              12px;
        font-weight:            bold;
        text-decoration:        none;
        color:                  #FFFFFF;

        text-align:             left;
        vertical-align:         top;

        border:                 none;
    }    
    a.actnav:hover
    {
        background-color:       #0A1F32;
        text-decoration:        none;
        color:                  #FFFFFF;
    }
    a.subnav:link, a.subnav:active, a.subnav:visited
    {
        display:                block;
        width:                  138px;
        min-height:             17px;
        background-color:       #929EB4;
        background-image:       url("/images/subnav.gif");
        background-repeat:      no-repeat;

        padding-left:           22px;
        padding-top:            3px;

        font-size:              10px;
        font-weight:            bold;
        text-decoration:        none;
        color:                  #011F67;
        
        text-align:             left;
        vertical-align:         top;

        border-bottom:          #848F99 1px solid;
    }
    a.subnav:hover
    {
        background-color:       #082D83;
        background-image:       url("/images/actsubnav.gif");
        background-repeat:      no-repeat;
        text-decoration:        none;
        color:                  #FFFFFF;
    }    
    input, textarea
    { 
        border:                 #011F67 1px solid;
    }
    .error
    {
        background-color:       #EED2D1;
    }
