<!--
.body {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}
-->
<!--
.body2 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #0059AD;
	text-decoration: none;
}
-->

 A:link, A:active
	{
	text-decoration	:	none;
	font-weight            :         400;
	color		:	#545454;
	background	:	transparent;
	}
A:visited 
	{
   	text-decoration	:	none; 
   	font-weight            :         400;
   	color		:	#545454; 
  	background	:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#FE8FBA;
	background	:	transparent;
	}