@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image:url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 13px;
	padding-top: 0px;
	font-family: arial, tahoma, verdana;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
}
.maintable {
	background-color: #ffffff;
	height:auto;
}
a:link    { color:#339900;
			text-decoration: none;
} 
a:visited { color:#339900;
			text-decoration: none;
} 
a:active  { color:#339900;
			text-decoration: none;
} 
a:hover   { color:#009f43; 
			text-decoration: none;
}


.titolo {
	font-size: 18px;
	color: #333333;
	text-align: left;
}
.titolettograssetto {
	color: #333333;
	font-weight: bold;
}
.descrizione {
	color: #333333;
	text-align: justify;
}
.titoloverde {
	color: #009f43;
	font-weight: bold;
	font-size: small;
}
.Stile1 {
	color: #c81928;
	font-weight: bold;
	font-size: 14px;
}
.Stile2 {
	color: #333333;
}
.testo_sotto {
	color: #CCCCCC;

}
