BODY    {
        font-size: 8pt;
        font-family: arial;
        margin-left: 0pt;
        background-color: #FFFFFF;
        }

a:link    { color: black; text-decoration: none;}
a:active  { color: black; text-decoration: none;}
a:visited { color: black; text-decoration: none;}
a:hover   { color: #000090; text-decoration: underline;}

table{
        color: #000000;
        font-size: 8pt;
        font-family: arial; 
        padding-left: 6px;  
        font-weight: normal;
}

TABLE.dark{
        color: #FFFFFF;
        font-size: 8pt;
        font-family: arial; 
        padding-left: 5px;  
        font-weight: normal;
        background-color: #777777;
}

TD.dark {
        color: FFFFFF;
        font-size: 8pt;
        font-weight: bold;
        font-family: arial;
        background-color: #777777;
        }

TABLE.light{
        color: #000000;
        font-size: 8pt;
        font-family: arial;
        padding-left: 5px;
        font-weight: normal;
        background-color: #EEEEEE;
}

TD.light {
        color: #000000;
        font-size: 8pt;
        font-weight: bold;
        font-family: arial;
        background-color: #EEEEEE;
        }

TABLE.menu{
	color: #000000;
        font-size: 8pt;
        font-family: arial;
	padding-left: 5px;
	font-weight: normal;
	background-color: #EEEEEE;
	}

TD.header {
        font-size: 8pt;
        font-weight: bold;
        font-family: arial;
        color: white;
        background-color: #777777;
        }


ul      {
        color: #818FFF;
        font-size: 11pt;
        margin-left: 10px;
        }

LI      {
        color: #FFFFFF;
        font=weight: bold;
        font-size: 10pt;
        margin-left: 15px;
        }


