@charset "utf-8";
.corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	background-position: left;
}
.negrito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.legenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.negrito_tabela {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #0166AC;
}
.negrito_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.borda_imagem {
	border: 1px;
	border-bottom-style: solid;
 	color: #000000; 
}

#produtos ul {
padding:0px;
margin:10px;
float: left;
width: 90px;
text-align: center;
background-color:#ffffff;
list-style:none;
}

#produtos ul li { display: inline; }

#produtos ul li a {
background-color:#fffff;
color: #000000;
text-decoration: none;
text-align: center;
text-decoration: underline;
border-bottom:3px solid #ffffff;
}



a.paginacao:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px;color: #000000; font-weight: bold; text-decoration: underline;}
a.paginacao:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px;color: #000000;font-weight: bold; text-decoration: underline;}


