.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	text-align: center;
	background-image: url(../images/Shared/menuback.gif);
	font-weight: bold;
	line-height: 24px;
}


.text a:link {
	text-decoration: none;
	display: block;
	color: #4f4f4f;
	line-height: 24px;
}
.text a:visited {
	color: #4f4f4f;
	text-decoration: none;
	display: block;
	line-height: 24px;
}

.text a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 24px;
	background-color: #999999;
}
.text a:active {
	text-decoration: none;
	color: #4f4f4f;
}

