body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:hover, a:active {
	color: #2F251B;
}
A.LinkVerde:link, A.LinkVerde:visited, A.LinkVerde:hover, A.LinkVerde:active {
	color: #a9c42b;
	text-decoration: none;
}
A.LinkGrigioScuro:link, A.LinkGrigioScuro:visited, A.LinkGrigioScuro:hover, A.LinkGrigioScuro:active {
	color: #747474;
	text-decoration: none;
}
A.LinkNero:link, A.LinkNero:visited, A.LinkNero:hover, A.LinkNero:active {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
A.LinkBianco:link, A.LinkBianco:visited, A.LinkBianco:hover, A.LinkBianco:active {
	color: #FFFFFF;
	text-decoration: none;
}
A.LinkBiancoBold:link, A.LinkBiancoBold:visited, A.LinkBiancoBold:hover, A.LinkBiancoBold:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A.LinkGrigio:link, A.LinkGrigio:visited, A.LinkGrigio:hover, A.LinkGrigio:active {
	color: #E4E4E4;
	text-decoration: none;
}
A.LinkCopyright:link, A.LinkCopyright:visited, A.LinkCopyright:hover, A.LinkCopyright:active {
	color: #E2EBB1;
	text-decoration: none;
}
A.LinkCopyrightGrigio:link, A.LinkCopyrightGrigio:visited, A.LinkCopyrightGrigio:hover, A.LinkCopyrightGrigio:active {
	color: #c6c6c6;
	text-decoration: none;
}
.just {
	text-align: justify;
	text-justify: inner-cluster;                             
	text-align-last: relative;
}
.justWord {
	text-align: justify;
	text-justify: newspaper;                             
}
.sfondoSito {
	background-image: url(../images/css/sfondo_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.sfondoSitoBottom {
	background-image: url(../images/css/sfondo_bottom.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.bordiTabella {
	border: 1px solid #FFFFFF;
}
.testoSito {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2F251B;
}
.testoSitoNumeri {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2F251B;
}
.testoSitoBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2F251B;
	font-weight: bold;
}
.testoSitoBoldBig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #2F251B;
	font-weight: bold;
}
.testoSito10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #2F251B;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.bordiFoto {
	border: 1px solid #FFFFFF;
}

