/* CSS Document */
/*************************TAG RIDEFINITI*************************/
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	color:#162b43;
	margin: 0;
	padding: 0;
}
a, a:link {
	color:#162b43;
	text-decoration:underline;
}
a:visited {
	color: #162b43;
	text-decoration:underline;
}
a:active, a:hover {
	color: #4786d7;
}
h1 {
	font-size:25px;
	margin:5px 0 10px 0;
	padding:0;
	border-bottom:1px solid #cbced3;
}
h2 {
	font-size:14px;
	margin:0 0 5px 0;
	padding:0;
	color:#4786d7;
}
/*************************STILI*************************/
.sottotitolo, .sottotitolo:link, .sottotitolo:visited {
	font-size: 16px;
	color: #172c44;
	font-weight: bold;
}
a.sottotitolo:hover {
	color: #ff9b33;
}
.testo-evid, .testo-evid:link, .testo-evid:visited {
	color: #172c44;
}
a.testo-evid:hover {
	color: #172c44;
	text-decoration:underline;
}
.testo-s, .testo-s:link, .testo-s:visited {
	font-size: 11px;
}
.testo-off, .testo-off:link, .testo-off:visited {
	color: #666;
}
a.testo-off:hover {
	color: #666;
	text-decoration:underline;
}
.tabella {
}
.tabella h2 {
	margin-top:5px;
}
.tabella th {
	text-align:left;
	padding-top:8px;
	border-top:1px solid #4887d8;
}
.tabella td {
	padding:3px 10px 3px 0;
	font-weight:normal;
	vertical-align:top;
	/*border-bottom:1px solid #dddddd;*/
}
.img-top-right {
	float:right;
	margin:0 0 10px 10px;
}
.img-top-left {
	margin:0 0 10px 0;
}
.img-right {
	float:right;
	margin:10px 0 10px 10px;
}
.img-left {
	margin:10px 10px 10px 0;
}
