body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #C66437;
	background-attachment: fixed;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}
.endereco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A39890;
	position: relative;
	top: 5px;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
}
a:link, a:active, a:visited {
	color: #003300;
	text-decoration: none;

}

a:hover{
	color: #003300;
	text-decoration: underline;


}
.email {
	background-color: f5efe8;
	border: 1px solid #D2C4B7;
	vertical-align: middle;
	font-size: 11px;
	color: #A39890;
}
.newsletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #887A71;
	padding-right: 5px;
	padding-bottom: 10px;
}
.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #A39890;
	height: 16px;
	width: 50px;
	border: #5C80C2;

}
