@charset "utf-8";
/* CSS Document */

cell_left {
	left:auto;
}

cell_right {
	right:auto;
}

img.acende {
	opacity: 1.0; 
	-moz-opacity: 1.0;
	Filter: Alpha(Opacity=100);
	border: 1px solid #999999;
}
img.acende:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	Filter: Alpha(Opacity=50);
	border: 1px transparent;
}

td,th {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #666666;
}
h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #CCAF00;
	text-align:left;
	margin: 15px;
}
p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	color:#666666;
	text-align:left;
	margin: 15px;

}
#rodape span small {
	font-size: 10px;
}
