.body {
	background-image: url(../img/bg.jpg);
	background-position: center center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B3D2E;
}
.topo_marron {
	background-color: #6C5641;
	height: 30px;
}
/*** MENUTOP ***/
#menutop {
	width: 100%;
	text-align: center;
	height: 90px;
	background-color: #81674E;
}

#menutop span.menutop-current {
	background-color: #FFFFFF;
	border: 0px solid #888888;
	border-width: 0px 0px 0px 0px;
	padding: 2px 4px 2px 4px;
	margin: 0px 2px 0px 0px;
}

#menutop a {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #98826E;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

#menutop a:link, #menutop a:visited, #menutop a:active {
	color: #D6CDC6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 59px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #98826E;
	border-right-color: #98826E;
	border-bottom-color: #98826E;
	border-left-color: #98826E;
	margin: 0px;
}

#menutop a:hover {
	color: #D3CAC2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 59px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #98826E;
	border-right-color: #98826E;
	background-image: url(../img/bgmenu.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}
/*** FIM MENUTOP ***/

/*** TEXTOS ***/
.texto_cabecalho {
	font-size: 12px;
	color: #dccdc6;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.ribanas {
	font-size: 18px;
	font-weight: normal;
	color: #4A4137;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: none;
	letter-spacing: 2px;
	border-bottom-width: 3px;
	border-bottom-style: none;
	border-bottom-color: #7B8992;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #47392C;
}
.rodape_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dccdc6;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
a:link {
	color: #6C5641;
	text-decoration: none;
	
}
a:visited {
	color: #6C5641;
	text-decoration: none;
	
}
a:hover {
	color: #5A6970;
	text-decoration: none;
	
}
/*** TOP ***/
#top {
	width: 100%;
	text-align: right;
	}

#top span.top-current {
	padding: 0px;
	margin: 0px;
}

#top a {
	text-align: right;
	
}

#top a:link, #top a:visited, #top a:active {
	color: #D6CDC6;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}
.formulario {
	background-color: #CEC5BB;
	width: 382px;
	border: 1px solid #9C8774;
}
.formulario_enviar {
	background-color: #CEC5BB;
	border: 1px solid #9C8774;
}
