/* CSS Document */

.titulo_texto {
	color: #FF6600;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.voltar_noticia {
	color: #FF6600;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.ingresso a:link {
	color:#333;
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
}
.ingresso a:visited {
	color:#333;
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
}
.ingresso a:hover {
	color:#000;
    text-decoration:none;
    font-family:Verdana, Geneva, sans-serif;
    text-transform:none;
    font-size:10px;
}
