body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:0px;
	background-image:url(files_index/fundo_site_prata.jpg);
}

.titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#990000;
}

.titulo_produto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
}

.s_titulo{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.fonte{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
}

.caixa {
	background-color:#E9E9E9;
	padding: 2px;
	border-width:thick;
	border-style:none;
	border-color:#000000;
	
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;	
	border-right:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#727272;
	font-weight:normal;
}

.botao {
	background-color:#D8D8D8;
	padding: 2px;
	border-width:thick;
	border-style:none;
	border-color:#000000;
	
	border-top:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;	
	border-right:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#727272;
	font-weight:normal;
}

a:link, a:visited, a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:500px;
	color:#333333;
	/*text-decoration: underline;*/
	background-color:#E8E8E8;
}