body, table, td {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a.link {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
a.link:hover {
	color: #999999;
}
a.categoria {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
a.categoria:hover {
	color: #990000;
}
a:visited {}

.texto_azul {
	color: #336699;
}
.titulo {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}
.subtitulo {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}
.formulario {
	font-family: Verdana;
	font-size: 10px;
	color: #336699;
	border: 1px solid #336699;
	background: #FFFFFF;
	text-decoration: none;
}

.botoes_carrinho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #3569B5;
	font-size: 11px;
	width: 150px;
	height: 25px;
	border-left: 2px solid #ADC5E7;
	border-top: 2px solid #ADC5E7;
	border-right: 2px solid #254B7E;
	border-bottom: 2px solid #254B7E;
	cursor: pointer;
}