body  /* Style for web page body */ 
{   
    margin: 0;
    padding: 0; 	
    font-family: Verdana, Arial, san-serif; 
    font-size: small; 
    /*sC01*/ background-color:  #ffffff /*eC01*/;
    /*sC02*/ color:  #000000 /*eC02*/; 
}

h1    /* Style for Header 1 */
{
    margin: 0;
    font-weight: bold;
    font-size: 140%;
    /*sC10*/ color:  #2e5886 /*eC10*/;
    background-color: transparent;
    text-align: center;
}

h2    /* Style for Header 2 */
{
    margin-top: 0;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 120%;
    /*sC10*/ color:  #2e5886 /*eC10*/;
    background-color: transparent;
}

h3    /* Style for Header 3 */
{
    margin: 0;
    font-weight: bold;
    font-size: 110%;
    /*sC10*/ color:  #2e5886 /*eC10*/;
    background-color: transparent;
}

h4    /* Style for Header 4 */
{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 100%;
    /*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, textarea  /* Style for input fields */
{
	font-family: Verdana, Arial, san-serif;
	font-size: 90%;
}

fieldset  /* Style for fieldsets */
{
    margin: 0;
    padding: 0 5px 5px 5px;
}

legend /* Style for fieldset legends */
{
    font-weight: bold;
    font-size: 110%;
    /*sC10*/ color: #2e5886 /*eC10*/;
    background-color: transparent;
}

img /* style for images */
{
	border: 0;
}

form /* style for forms */
{
    margin: 0;
    padding: 0; 
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

th, td /* sytle for table cells */
{
	vertical-align: top;
}