.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
}
.texto_cinza {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.preco {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.tit_produto:link {
	font-weight: bold;
	color: #AA3711;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
}
a.tit_produto:visited {
	color: #AA3711;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
}
a.tit_produto:hover {
	color: #FF9933;
	font-weight: bold;
	text-decoration: normal;
	font-family: Arial;
	font-size: 13px;
}
a.tit_produto:active {
	color: #AA3711;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
.mouse {

	cursor:pointer;
	cursor:hand;
}
.texto_de {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Underline;
	color: #FF0000;
}
.texto_oferta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}
.titulo_produto {
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: normal;
	color: #330000;
}

.tabela_oferta
	{
	border: 2px solid #330000;
	background: #FFFFFF;
	cursor: hand;
}
.tabela_destaques
	{
	border: 2px solid #A2461A;
	background: #FEFFEC;
	cursor: hand;
}

