.txt_geral {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
}
.a:link {
	color: #333333;
	text-decoration: none;
}
.a:visited {
	text-decoration: none;
	color: #333333;
}
.a:hover {
	text-decoration: underline;
	color: #333333;
}
.a:active {
	text-decoration: none;
	color: #333333;
}

