/* CSS Document */

.texto0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.texto1:link, .texto1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A507C;
	text-decoration: none;
	font-weight: bold;
}

.texto1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF418D;
	text-decoration: none;
	font-weight: bold;
}

.textoresaltado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A507C;
	text-decoration: none;
}
