.PDF 
{
	width: 38px;
	height: 38px;
	background-image: url('../../../R3/Immagini/PDF.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: -10px;
}

.DOC 
{
	width: 38px;
	height: 38px;
	background-image: url('../../../R3/Immagini/DOC.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: -10px;
}

.XLS 
{
	width: 38px;
	height: 38px;
	background-image: url('../../../R3/Immagini/XLS.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: -10px;
}