@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color:#999999;
	background-image: url(imagens/bg-site.jpg);
	background-repeat: repeat-x;
	background-color: #D9322C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
/* DEFINE A RESOLUO DA PAGINA */
#wrapper {
	width: 980px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* LINK PADRO */
a {
	color: #5e673f;
	text-decoration:underline;
	}
a:visited {
	text-decoration:underline;
	}
a:hover {
	color: #0099FF;
	text-decoration:underline;
	}
.textoPadrao1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5e673f;
	line-height: 25px;
}
.titPadrao1 {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #003300;
}
.textoRodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7E8B77;
}
h1 {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #3A631F;
}
.subtit1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663333;
}

