/* Copyright notice
-----------------------------------------------
 */

.copyright
{
		color:  #000000; 
		font-size: 8pt;  
		font-family: Trebuchet, Arial, Verdana, Sans-serif;
}

a.copyright
{
		color:  #000000; 
		font-size: 8pt;  
		font-family: Trebuchet, Arial, Verdana, Sans-serif;
}

.copyright a:link {
		color: #000000;
		font: 8pt Trebuchet, Arial, Verdana, Sans-serif;
		text-decoration: underline;
}
.copyright a:visited {
		color: #000000;
		font: 8pt Trebuchet, Arial, Verdana, Sans-serif;
		text-decoration: underline;
}
.copyright a:hover {
		color: #FFFF00;
		font: 8pt Trebuchet, Arial, Verdana, Sans-serif;
		text-decoration: underline;
}


