.regulartext	
	{				
	font-size: 10pt;				
	color: black;				
	font-family:Arial;
	}

.copyright	
	{				
	font-size: 8pt;				
	color: black;				
	font-family:Arial;
	}

.navigation	
	{
	font-size: 10pt;
	color: #002083;
	text-align: center;
	}
	
a:link	
	{
	font-weight: bold;
	color: #00A54E;
	}
	
a:visited
	{
	font-weight: bold;
	color: #000000;
	}
	
a:hover		
	{
	font-weight: bold;
	color: #FFFF55;
	background: blue;
	}
	
a:current 
	{
	background: transparent;
	cursor: default;
	font-weight: normal;
	color: #000000;
	}
