/*	classi font	*/

.blu_small {
	color: #103573;
	font-weight:bold;
}

.black_big {
	font-weight:bold;
	font-size: 12px;
}

.black_nobold {
	color: #000000;
	font-size: 12px;
}

.red_big {
	font-weight: bold;
	color: #da3332;
	font-size: 12px;
}

.link {
	font-weight: bold;
	text-decoration:none;
	color: #da3332;
}

.legge {
	font-size:9px;
}

.black_small {
	color: #000000;
}

.normal_text {
	color: #103573;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}