/* CSS Document */
/*************************TAG RIDEFINITI*************************/
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
	background-color:#036;
}
a:link{
	color:#fff;
	text-decoration:none;
}
a:visited{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#7ec5e9;
	text-decoration:none;
}
h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#7ec5e9;
	margin:0;
	padding:0;
}
h1 {
	text-align: left;
	font-size: 24px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	font-weight:bold;
}
h2 {
	font-size:16px;
	color:#7ec5e9;
	font-weight:bold;
	padding-bottom:5px;
}
p {
	margin-top:0;
	margin-bottom: 12px;
}
/*************************STILI*************************/
.sottotitolo, .sottotitolo:link, .sottotitolo:visited {
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}
a.sottotitolo:hover {
	color: #0077C3;
}
.testo-evid, .testo-evid:link, .testo-evid:visited {
	color: #000066;
}
a.testo-evid:hover {
	color: #0077C3;
	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 {
	padding-top:10px;
}
.tabella-s {
	font-size:11px;
	padding-top:4px !important;
}
.tabella th {
	color:#999;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
.tabella td {
	padding:4px 20px 2px 0;
	font-weight:normal;
	vertical-align:top;
	border-bottom:1px dotted #ccc;
	width:55px;
}
.tabella-s td {
	padding:2px 15px 0 0 !important;
	font-weight:normal;
	vertical-align:top;
	border-bottom:1px dotted #ccc;
}
.img-top-right {
	float:right;
	margin:0 0 10px 10px;
}
.img-top-left {
	margin:0 20px 10px 0;
	float:left;
}
.img-right {
	float:right;
	margin:10px 0 10px 10px;
}
.img-left {
	margin:10px 10px 10px 0;
}