@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font: 12px Tahoma, Helvetica, sans-serif;
	color:#7c7c7c;
	background-color: #FFFFFF;
	background-image: url(imagens/bg-topo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
/* DEFINE A RESOLUÇÃO DA PAGINA */
#wrapper {
	width: 960px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* LINK PADRÃO */
a {
	color: #7c7c7c;
	text-decoration:none;
	}
a:visited {
	color: #7c7c7c;
	text-decoration:none;
	}
a:hover {
	color: #7c7c7c;
	text-decoration:underline;
	}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #9D5C62;
}
.textoGeral {
	font-size: 12px;
	font-weight: normal;
	color: #7c7c7c;
	text-align: justify;
}
.texto11 {
	font-size: 11px;
	color: #000033;
}
.texto11Nome {
	font-size: 11px;
	color: #B48386;
}
