/* CSS Document */

div.rollover {
 	background: url("http://www.pvceara.org.br/images/icones/aumentar.png");
	cursor:pointer;
	float:inherit;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
}
div.rollover2 {
 	background: url("http://www.pvceara.org.br/images/icones/diminuir.png");
	cursor:pointer;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
} 
div.rollover3 {
 	background: url("http://www.pvceara.org.br/images/icones/imprimir.png");
	cursor:pointer;
	float:inherit;
	display: block;
	width: 24px;
	height: 20px;
	text-decoration: none;
}
div.rollover4 {
 	background: url("http://www.pvceara.org.br/images/icones/enviar.png");
	cursor:pointer;
	float:inherit;
	display: block;
	width: 24px;
	height: 20px;
	text-decoration: none;
}
div.rollover5 {
 	background: url("http://www.pvceara.org.br/images/icones/comentar.png");
	cursor:pointer;
	float:inherit;
	display: block;
	width: 24px;
	height: 20px;
	text-decoration: none;
}