


/* headline */
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/* Top Table heading */
.white_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #34297d;
}

/* Second table heading */

.intestazioni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: normal;
	color: #ffffff;
	background-color:#333333;
	font-weight: normal;
	text-align: center;
}	
	
	
/* general table cell */

.generic_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color:#E8E8E8;
	color:#000000;
	text-align: center;
}

/* list table cell */
.blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color:#cccccc;
	color:#333333;
	text-align: center;
}