@charset "utf-8";
.fundo {
	background-image: url(../img/fundo_04.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.txt {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	line-height: 20px;
	color: #605C7A;
	text-align: left;
	font-weight: normal;
}
.txttitulo {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	line-height: 20px;
	color: #605C7A;
	font-weight: bold;
	text-align: left;
}
.txtrodape {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	text-align: justify;
}

.fundoproduto {
	background-image: url(../images/fundo_produto.jpg);
	background-repeat: no-repeat;
}
.tabela {
	border: thin inset #CCC;
	color: #FFF;
}
