/* CSS Document */

	BODY                    
	{
		FONT-FAMILY: 'Lucida Grande','Lucida Sans Unicode','Lucida','Helvetica','Verdana','Arial','Sans-serif';
		FONT-SIZE: 8pt;
		font-weight: normal;
		COLOR: #222222;				
	}

	TD
	{
		FONT-FAMILY: 'Lucida Grande','Lucida Sans Unicode','Lucida','Helvetica','Verdana','Arial','Sans-serif';
		FONT-SIZE: 8pt;
		font-weight: normal;		
		COLOR: #222222;		
	}
	
	A
	{
		text-decoration:none;
		font-weight: bold;		
		COLOR: #006600;
	}
	
	A:hover,A:active
	{
		text-decoration:underline;
		font-weight: bold;
		COLOR: #006600;		
	}
