.texto-normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	line-height: 19px;
}
.texto-negrito {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	line-height: 19px;
	font-weight: bold;
}
.texto-italico {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	line-height: 19px;
	font-style: italic;
}
.links-texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #297D00;
	line-height: 19px;
}
.texto-laranja {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #D76F00;
	line-height: 19px;
}
.texto-laranja-negrito {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #D76F00;
	line-height: 19px;
	font-weight: bold;
}
.texto-verde {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #297D00;
	line-height: 19px;
}
.texto-verde-negrito {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #297D00;
	line-height: 19px;
	font-weight: bold;
}	
.texto-pequeno-cinza {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}
.titulo-preto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
}
.titulo-verde {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #297D00;
	line-height: 25px;
}
.titulo-laranja {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #D76F00;
	line-height: 25px;
}
.quadros-texto-normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	line-height: 19px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}
.quadros-texto-bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	line-height: 19px;
}
.rebordo-fotografia {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #AFAFAF;
	background-image: url(../images/sem-fonto.gif);
	border: 12px solid #E8E8E8;
}
.legenda-fotografia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	background-color: #E8E8E8;
	padding: 12px;
	margin-bottom: 50px;
}
