.fundo-esq {
	background-image:   url(../imagens/esq-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.fundo-esq-bg {
	background-image:   url(../imagens/esq-bg.jpg);
	background-repeat: repeat;
	background-position: top right;
}
.fundo-dir {
	background-image:   url(../imagens/dir-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.fundo-dir-bg {
	background-image:   url(../imagens/dir-bg.jpg);
	background-repeat: repeat;
	background-position: top left;
}
.fundo-bottom {
	background-image:   url(../imagens/bottom-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.fundo-bottom-bg {
	background-image:   url(../imagens/bottom-bg.jpg);
	background-repeat: repeat;
	background-position: top left;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}
.texto a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8A004D;
	text-decoration: underline;
}
.texto a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8A004D;
	text-decoration: underline;
}
.texto a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}