.copyrightTable
{
	width:750px;
	color:Black;
	/*background-color:#BED2FF;*/
	background-color:Silver;
	font-size:10px; 
	font-family:verdana;
}

A.copyrightLinkAnchor:link	{	
	text-decoration:	none;
	font-size:10px;
	color:	blue;
	}	
		
A.copyrightLinkAnchor:visited	{	
	text-decoration:	none;
	color:	blue;
	}	
		
A.copyrightLinkAnchor:active	{	
	text-decoration:	none;
	color:	blue;
	}	
		
A.copyrightLinkAnchor:hover
{
	text-decoration:	none;
	color:	red;
}


