body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 70%;
	line-height: normal;
	list-style-type: lower-alpha;
	text-align: left;
	vertical-align: top;
}
.titolo {
	font-size: 120%;
	font-weight: bold;
	color: #950043;
}
.sottotitolo {
	font-size: 120%;
	font-weight: bold;
}

.sottotitoloArancio {
	font-size: 120%;
	font-weight: bold;
	color: #F0720A;
}
.Colore1 {
	font-weight: normal;
}

.Colore2 {
	font-weight: normal;
}

ul {
	list-style-type: square;
	list-style-image: url(../img/dot.gif);
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.linea {
	background-color: #003399;
	height: 1px;
	border: 0px none;
}
.txt {
	padding-left: 10px;
}

@media print
{
	#printheader{ 
		display:none;
	}
	#printfooter{ 
		display:none;
	}
}
	
	

