
#slide {
	LEFT: 5; VISIBILITY: visible; POSITION: absolute; TOP: 10}
	
body 	{
		MARGIN-LEFT: 150px;
		BACKGROUND-COLOR:#ADC3AD;
		font-size:10pt;
		scrollbar-arrow-color:#000000; 
		scrollbar-3dlight-color:#111111; 
		scrollbar-highlight-color:#555555; 
		scrollbar-face-color:#009F00; 
		scrollbar-shadow-color:#111111; 
		scrollbar-track-color:#009F00; 
		scrollbar-darkshadow-color:#000000;
		}
p        {margin-top:0; margin-bottom:6px;}
Tbody 	{
		BACKGROUND-COLOR:#ADC3AD;
		font-size:10pt;
		margin-top:0; margin-bottom:6px;
		scrollbar-arrow-color:#000000; 
		scrollbar-3dlight-color:#111111; 
		scrollbar-highlight-color:#555555; 
		scrollbar-face-color:#009F00; 
		scrollbar-shadow-color:#111111; 
		scrollbar-track-color:#009F00; 
		scrollbar-darkshadow-color:#000000;
		}
td    {
       color:#ffffff
       font-size:10pt;
       font-family:Verdana, Arial, sans serif;
       }
       
a, a:link, a:visited, a:active {
		color:#102294;
		text-decoration:none;
		font-size:10pt;
		font-weight:bold;
		}

a:hover, a:focus{
		color:#0000FF;
		text-decoration:underline;
		font-size:10pt;
		font-weight:bold;
		}



