body  /* Style for web page body */ 
{   
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-size: small;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;    	*/
    /* false value for WinIE4/5 */
    speech-rate: inherit;  
}

body div, body p, body li, body dd    /* Style for web page body div, p, li and dd elements */ 
{   
    font-size: small;	
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    /* false value for WinIE4/5 */
    speech-rate: inherit;
}

h1    /* Style for Header 1 */
{
    margin: 0px;
    font-weight: bold;
    font-size: 150%;
    font-family:Helvetica, Arial, sans-serif;
	color:#653460;
    background-color: transparent;
    text-align: center;
}

h2    /* Style for Header 2 */
{
    margin-top: 0px;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 125%;
    font-family:Helvetica, Arial, sans-serif;
	color:#4A8F54;
    background-color: transparent;
}

h3    /* Style for Header 3 */
{
    margin: 0px;
    font-weight: bold;
    font-size: 110%;
    font-family:Helvetica, Arial, sans-serif;
	color: /*sC01*/ #4A8F54; /*eC01*/;
    background-color: transparent;
}

a    /* Unvisited Link Color */
{
    color: /*sC01*/ #4A8F54 /*eC01*/;
}

a:visited    /* Visited Link Color */
{
    color: /*sC05*/ #4A8F54 /*eC05*/; 
}

a:hover    /* Hover Link Color */
{
    color: /*sC06*/ #4A8F54 /*eC06*/;
}

input    /* Style for Input Fields */
{
    font-size: 90%;
}

select    /* Style for Values in Drop Down Lists  */
{
    font-size: 90%;
}

small    /* Style for Forgot Password and Logged On As messages  */
{
    font-size: xx-small;
}