body {
	background-color: #f45638;
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-attachment: scroll;
}
#topo {
	height: 165px;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
}
.textoHome {
	color: #8d5382;
	line-height: 14px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

#conteudo {
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
}

.tableconteudo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	background-image: url(../imgs/bg_conteudo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#rodape {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bf7c38;
	background-image: url(../imgs/bg_rodape.png);
	background-repeat: no-repeat;
	background-position: 34px;
	height: 81px;
	width: 981px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	line-height: 14px;
	padding-left: 20px;
}
#rodape a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bf7c38;
	text-decoration: none;
}
#rodape a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CD9256;
	text-decoration: none;
}
#rodape a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E3431;
	text-decoration: underline;
	font-weight: bold;
}
#rodape a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E3431;
	text-decoration: underline;
}
.textoHome a:link {
	color: #8d5382;
	text-decoration: none;
}

.textoHome a:visited {
	/*color: #AF78A5;*/
	color: #d5b9d0;
	text-decoration: none;
}

.textoHome a:hover, .textoHome a:active {
	color: #6F4266;
	text-decoration: underline;
}

.titulos {
	color: #F55C3D;
	line-height: 14px;
	font-weight: bold;
}
input, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #900;
	border: 1px dotted #FFCA94;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FBE3C0;
}
textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #900;
	border: 1px dotted #FFCA94;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FBE3C0;
}
li {
	padding-left: -40px;
	list-style-image: url(../imgs/bullet.gif);
	margin-top: 5px;
	padding-bottom:15px;
}
.bg3colunas {
	background-image: url(../imgs/bg_3cols.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.mapa {
	padding: 5px;
	height: 400px;
	width: 780px;
	border: 1px solid #F96;
}

.campoCadastroErro{
	border: 1px solid #e8404d;
	background-color:#ddc29b;
}
