<!--
img {
	behavior:	url("pngbehavior.htc");
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg_geral.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}
.txCategoria{
	font-size:12px; 
	color:#aa3030;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.txCinza10{
	color:#666666;
	font-size:10px;
}
.txCinza10:visited {
	text-decoration: none;
	color: #666666;
}
.txCinza10:hover {
	text-decoration: none;
	color: #333333;
}
.txCinza12{
	color:#666666;
	font-size:12px;
}
.txCinza14{
	color:#666666;
	font-size:14px;
}
.verdana10{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
-->