body
 { font: 12px Arial; background: #fff url(imagens/back_top.gif) repeat-x; margin: 0; padding: 0; height: 100% }
td
{ 
	font: 12px Arial
}
.form  {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #ffffff;
	width: 200px;
	border: solid 1px #60605f
}

.titulo    { color: #039; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; background-color: #ffffff }

.sub_titulos    { color: #007faa; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold }

.imagens {
	color: #BACDDF;
}

/*Links Produtos*/
a.link_produtos:link {
	color: #777777;
	text-decoration: none
}
a.link_produtos:visited {
	color: #777777;
	text-decoration: none
}
a.link_produtos:hover {
	color: #cc0000;
}

/*Letra Famílias*/
.font_familias {
	font: 12 pt, Arial, bold;
	color: #555555;
}