BODY
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

HR
	{
	color: black;
	}

TD {
	font-size: 10pt;
	}

A:link, A:active
	{
	text-decoration	:	none;
	color		:	black;
	background	:	transparent;
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color		:	black; 
  	background	:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	black;
	background	:	yellow;
	}