@charset "utf-8";
/* CSS Document */



.sfondo {
	background-image: url(images/sfondolink.jpg);
	background-repeat: no-repeat;
	background-color:#D1E2F2;
	padding-left: 4px;
	
}
.sfondo2 {
	background-image: url(images/sfondolink2.jpg);
	background-repeat: no-repeat;
	background-color:#D1E2F2;
	padding-left: 4px;
	
}



.tabella {
	padding-left: 1px;
	padding-right: 8px;
	padding-top: 12px;
}	
	
.normaleblu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color:#00388B;

	}	
.TITOLOblu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	color:#00388B;

	}		
	
	

.normalenero {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;

	}	
	
.normalerosso {
	font-family: "Times New Roman", Times, serif
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color:#A1362C;

	}	
.TITOLOrosso {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	color:#A1362C;

	}		
	
.BIANCO {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;

	}	
