<!--
html, body {
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../port/images/background.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:active  { text-decoration: none; }
a:hover   { text-decoration: underline; }

.texto_titulo {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6c4e2e;
	font-weight: bold;
	line-height: 18px;
}
.texto_titulo_preto {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
}
.texto_titulo2 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.texto {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
p {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
.texto2 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #654121;
	line-height: 15px;
}
.texto_produtos {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
}
.texto_rodape {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c4e2e;
}

.assinatura:link  { text-decoration: none; color: #654121; }
.assinatura:visited  { text-decoration: none; color: #654121; }
.assinatura:active  { text-decoration: none; color: #654121; }
.assinatura:hover  { text-decoration: underline; color: #654121; }

.form {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #654121;
	background-color: #b1a074;
	overflow: hidden;	
}
.form_botao {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a9945f;
	border: 1px solid #654121;
	background-color: #654121;
}
