@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	background-color: #666666;
	margin: 0px;
	line-height: 18px;
}
.main_table {
	background-color: #FFFFFF;
	width: 1000px;
}
.cella_bleu {
	background-color: #000099;
	height: 2px;
}

.testo_rosso {
	font-weight: bold;
	color: #FF0000;
}
.testo_rosso_grande {
	font-weight: bold;
	color: #FF0000;
	font-size: 20px;
	line-height: 22px;
}

.cella_1_riga {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #99CCFF;
	border-left-color: #99CCFF;
}
.cella_2_riga {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99CCFF;
}

