body  /* Style for web page body */ 
{   
    margin: 0;
    padding: 0; 	
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 100%; 
    /*sC01*/ background-color:  #ffffff /*eC01*/;
    /*sC02*/ color:  #000000 /*eC02*/; 
    /* false value for WinIE4/5 */
    speech-rate: inherit; 
}

h1    /* Style for Header 1 */
{
    margin: 0px;
    font-weight: bold;
    font-size: 140%;
    /*sC10*/ color:  #2e5886 /*eC10*/;
    background-color: transparent;
    text-align: center;
}

h2    /* Style for Header 2 */
{
    margin-top: 0px;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 125%;
    /*sC10*/ color:  #2e5886 /*eC10*/;
    background-color: transparent;
}

h3    /* Style for Header 3 */
{
    margin: 0px;
    font-weight: bold;
    font-size: 110%;
    /*sC10*/ color:  #2e5886 /*eC10*/;
    background-color: transparent;
}

a    /* Unvisited Link Color */
{
    /*sC11*/ color:  #2e5886 /*eC11*/;
}

a:visited    /* Visited Link Color */
{
    /*sC12*/ color: #800080 /*eC12*/; 
}

input, select    /* Style for Input Fields and Drop Down Lists */
{
    font-size: 90%;
}

small    /* Style for Forgot Password and Logged On As messages  */
{
    font-size: 70%;
}

fieldset /* Style for fieldsets */
{
    margin: 0;
    padding: 0 5px 5px 5px;
    border: solid 1px #d0d0d0;
}

legend /* Style for legends [i.e. fieldset labels] */
{
    font-weight: bold;
    font-size: 110%;
    /*sC10*/ color: #2e5886 /*eC10*/;
    background-color: transparent;
}