.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
}
.text:hover {
	color: #666666;
	text-decoration: none;
}
.text:active {
	color: #666666;
	text-decoration: underline;
}

.textcenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: normal;
	text-align: center;
}
.textcenter:hover {
	color: #666666;
	text-decoration: none;
}
.textcenter:active {
	color: #666666;
	text-decoration: underline;
}

