.text {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
	text-decoration: none
}

.textlink {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;	
	font-weight: bolder;
	text-decoration: underline;
}

.textlink:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;	
	font-weight: bolder;
	text-decoration: none;
}

.textblue {
	font-family: Verdana;
	font-size: 12px;
	color: #4571B0;	
	font-weight: bolder;
	text-decoration: none;
}

.arial {
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
	font-weight: normal;
	text-decoration: none;
}

.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;	
	font-weight: normal;
	text-decoration: none;
}

.copyright:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;	
	font-weight: normal;
	text-decoration: underline;
}