<style type="text/css">
<!--

body 	
	{
	font-weight: bold; 
	background-color:#FFFFCC; 
	font-family:arial; color:#CC0000;
	font-size:10pt;
	}


table
	{
	font-size:10pt;
	font-weight: bold; 
	}



	A:link 		
		{ 
		color: #CC0000; 
		background-color: transparent; 
		text-decoration: none;
		font-weight: bold; 
		}

	A:visited 
		{ 
		color: #CC0000; 
		background-color: transparent; 
		text-decoration: none;
		font-weight: bold; 
		}

	A:hover 
		{ 
		color: #FFFFCC; 
		background-color: #CC0000; 
		text-decoration: none;
		font-weight: bold; 
		}

	A:active 
		{ 
		color: #FFFFCC; 
		background-color:#CC0000; 
		text-decoration: none; 
		font-weight: bold;
		}
//-->
</style>