body {
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #efefef;
	SCROLLBAR-HIGHLIGHT-COLOR: #efefef;
	SCROLLBAR-SHADOW-COLOR: #efefef;
	SCROLLBAR-3DLIGHT-COLOR: #efefef;
	SCROLLBAR-ARROW-COLOR: #669933;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #efefef;
	background-attachment: fixed;
	background-image: url(images/bg_doc.jpg);
	background-repeat: repeat-x;
	}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #494949;
}
h3 {
	color: #669933;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	text-align: justify;
}
.sottotitolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.input_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #EBEBEB;
	border: 1px solid #666666;
}
.input_text {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #EBEBEB;
	border: 1px solid #666666;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	background-color: #E1E1E1;
	width: 210px;
}
a {
	color: #669900;
}
a:visited {
	color: #669900;
}
a:hover {
	color: #999999;
}
li {
	line-height: 17px;
	list-style-type: square;
}
.verde {
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
}
