.fundo-esq {
	background-image:  url(../imagens/fundo-esq.gif);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #000000;
}
.fundo-dir {
	background-image:  url(../imagens/fundo-foto.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #434343;
}
.fundo-top {
	background-image:  url(../imagens/fundo-topo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #434343;
}
.fundo-baixo {
	background-image:  url(../imagens/foto-baixo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #434343;
	background-attachment: fixed;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	line-height: 15px;
}
.texto a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #669900;
	text-decoration: none;
}
.texto a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #669900;
	text-decoration: none;
}
.texto a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #669900;
	text-decoration: underline;
}
.formulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}