body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.texto,
.textoLaranja,
.textoVerde,
.textoDestaque,
.textoApresenta,
.textoLocais,
.textoTitulo,
.textoSubTitulo {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.texto{
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
a.texto{
	font-size: 12px;
	color: #e27502;
	text-align: justify;
	text-decoration: underline;
}
a.texto:hover{
	text-decoration: underline;
}
.textoDestaque {
	font-size: 28px;
	color: #e27502;
	font-weight: bold;
}
.textoApresenta {
	font-size: 11px;
	color: #9bc600;
	text-decoration: none;
}
a.textoApresenta {
	color: #FFFFFF;
	background-color: #9bc600;
}
a.textoApresenta:hover {
	color: #e27502;
	background-color: #FFFFFF;
	text-decoration: underline;
}
.textoTitulo {
	font-size: 14px;
	color: #9bc600;
	font-weight: bold;
}
.textoSubTitulo {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #e27502;
}
.textoLaranja {
	font-size: 12px;
	color: #e27502;
	text-align: justify;
}
.textoLocais {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.textoVerde {
	font-size: 12px;
	color: #9bc600;
	text-align: justify;
}