@charset "utf-8";
/* CSS Document */

.sfumato {
filter:progid:DXImageTransform.microsoft.Gradient(gradientType=0,StartColorStr='#006699',EndColorStr='#ffffff');
}
.sfondo_content {
	background-image: url(materiale/template/sfondo_content.jpg);
	background-repeat: repeat-x;
}
.sfondo_content_ok {
	background-image: url(materiale/template/sfondo_content_ok.jpg);
	background-repeat: repeat-x;
}
.stato {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
}
.stato a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
.stato a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}
.stato a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
.stato a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}

