body {
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #b5b060;
}

.linkBranco:link 	{ text-decoration: none; color: #FFF; }
.linkBranco:visited { text-decoration: none; color: #FFF; }
.linkBranco:hover   { text-decoration: underline; color: #b5b060; }

.linkBrancoRodape:link 	{ text-decoration: underline; color: #b5b060; }
.linkBrancoRodape:visited { text-decoration: underline; color: #b5b060; }
.linkBrancoRodape:hover   { text-decoration: underline; color: #b5b060; }

.fundo-rodape {
	background-image: url(../Img/fundo-rodape.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo-lancamentos {
	background-image: url(../Img/fundo-lancamentos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo-mais-produtos {
	background-image: url(../Img/fundo-mais-produtos.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo-retangulo {
	background-image: url(../Img/fundo-retangulo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.fundo-topo-interna {
	background-image: url(../Img/fundo-topo-interna.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo-retangulo-2 {
	background-image: url(../Img/fundo-retangulo-2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.fundo-topo {
	background-image: url(../Img/fundo-topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo-linha {
	background-image: url(../Img/linha.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.texto-9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.texto-10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.texto-11Branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.texto-16Branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.texto-13Branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.texto-14Branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.texto-15Branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

.texto-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.texto-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}
.texto-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.texto-14-direita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-style: italic;
	text-align: right;
}
.combo-contatos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
	height: 25px;
}



