@charset "utf-8";
.texto_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000;
	background-color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
.titulo {
	font-size: 24px;
	color: #000;
	background-image: url(../imagens/bg_titulo.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.subtitulo {
	font-size: 16px;
	color: #333;
}
.texto_grifado {
	font-weight: bold;
	font-size: 14px;
}
.texto_normal_negrito {
	font-weight: bold;
	cursor: pointer;
}
.texto_cod_foto {
	font-weight: bold;
	font-style: italic;
}
.subtitulo_negrito {
	font-weight: bold;
}
