td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: normal;

}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
/*a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;

}*/
a {
	background: inherit;
	color: #3182C0; 
}
a:hover {
	background: inherit;
	text-decoration: none;
}

.sfondoHome {
	background-color: #336699;
	background-image: url(http://www.sistelsrl.it/imgtemplates/back2.gif);
	background-repeat: repeat;
}
.sfondoMail {
	background-color: #CCC;
	background-image: url(http://www.sistelsrl.it/imgsuperiore/imghome/sfondomail.gif);
	background-repeat: repeat;
}
#w3c {
	float: left;
	width: auto;
}
#contatore {
	display: none;
}
li {
	margin-left: -20px;
}


/* headers */
.large {
	width: 185px;
	padding: 0 0 20px 15px;
}
.large h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #336699;
	margin: 5px 10px 0px 0px;
	border-bottom: 1px solid #336699;
	padding-bottom: 2px;
	text-transform: uppercase;
}
.large h3 {
	font: 11px/1.3em  Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	margin: 0px 10px 2px 0px;
	font-weight: normal;
}
h2 { font-size: 1.3em; }

/* Sfondo */

.sfondoNav {
	background-color: #336699;
	background-image: url(imgtemplates/back2.gif);
	background-repeat: repeat;
}
.sfondoBlu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
	width: 12%;
	border-left: 1px dashed #BABABA;
	line-height: 20px;
	height: 20px;
}
.sfondoBlu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF; /* Questo è il colore del link */
	display: block; /* Fondamentale! Da impostare sempre */
	position: relative; /* Fondamentale! Da impostare sempre */
	text-decoration: none; /* Eliminiamo la sottolineatura del link */
	line-height: 20px;
	height: 20px;
}

.sfondoBlu a:hover {
	color: #336699;
	background-color: #FFF;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
}