.lateralesq {
	background-attachment: scroll;
	background-image: url(../imagens/lateral_esq.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.lateraldir {
	background-attachment: scroll;
	background-image: url(../imagens/lateral_dir.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fundoCentro {
	background-attachment: scroll;
	background-image: url(../imagens/fundo_mapa.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.linkBranco {
	color: #FFFFFF;
	text-decoration: none;
}
.linkBranco:hover {
	text-decoration: underline;
}
.fundoEsq {
	background-attachment: scroll;
	background-image: url(../imagens/fundo_mapa_esq.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.linkSimples {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #F5F5F5;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #F5F5F5;
}