/* CSS Document */
/*************************TAG RIDEFINITI*************************/
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px;
}
a:link{
	color: #000000;
}
a:visited{
	color: #000000;
}
a:hover{
	color: #851B85;
}
hr {
	color: #333333;
	border-style: none;
	height: 1px;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 4px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}
/*************************STILI*************************/
.titolo, titolo:link, .titolo:visited {
	font-size:13px;
	color:#003f81;
	font-weight: bold;
}
.sottotitolo, .sottotitolo:link, .sottotitolo:visited {
	font-size:12px;
	color:#000000;
	font-weight: bold;
}
a.sottotitolo:hover {
	color: #000000;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.testo-evid-on, .testo-evid-on:link, .testo-evid-on:visited {
	font-size: 11px;
	color: #99A600;
	font-weight:bold;
}
a.testo-evid-on:hover {
	color:#99A600;
}
.testo-evid, .testo-evid:link, .testo-evid:visited {
	font-size: 11px;
	color: #99A600;
}
a.testo-evid:hover {
	color:#99A600;
}
.testo-s, .testo-s:link, .testo-s:visited {
	font-size:10px;
}
.citazione {
    font-style:italic;
}

