/*Class used for the navigation text links*/
.button {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	color: #999999; 
	text-decoration: none; 
	font-weight: bold
}
.button:hover {
	color:#505050
}
.button:active {
	color:red
}
.link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-style: normal; 
	color: #999999; 
	text-decoration: none; 
	font-weight: normal
}
.link:hover {
	color:#ccff66
}
.link:active {
	color:red
}
.green {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	background-color: #339933; 
	background-repeat: no-repeat
}
.blacklnk {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none
}
/*Class used for the copyright*/
.copyright {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	color: #DCDCDC; 
	text-decoration: none; 
}
.copyright:hover {
	color:red
}
