.texto {
	font-family		: Tahoma, Verdana, Arial, sans-serif;
	font-size		: 11px;
	font-style		: normal;
	font-weight		: normal;
	color			: #666666;
	text-decoration	: none;
	text-align		: justify;
	vertical-align	: top;
}
.rodape {
	font-family		: Tahoma, Verdana, Arial, sans-serif;
	font-size		: 10px;
	font-style		: normal;
	font-weight		: normal;
	color			: #333333;
	text-decoration	: none;
	vertical-align	: top;
	padding-top		: 3px;
}
.rodape:hover {
	font-family		: Tahoma, Verdana, Arial, sans-serif;
	font-size		: 10px;
	font-style		: normal;
	font-weight		: normal;
	color			: #333333;
	text-decoration	: underline;
	vertical-align	: top;
	padding-top		: 3px;
}