
.rosso {
  color:#A4141D;
}
.grigio {
  color:#7A797A;
}
.grigioChiaro{
  color:#C9C9CB;
}


.menu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
    color:#dcbfc0;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
}
.menu a:hover {
    color:#FFFFFF;
}


body {
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.sfondo_centrato_index {
	background: url(sfondo_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.sfondo_centrato {
	background-repeat: repeat-x;
	background-position: center top;
}
.sfondo_TOP {
	background-repeat: repeat-x;
	background-position: center top;
}
.sfondo_DOWN {
	background-repeat: repeat-x;
	background-position: center bottom;
}
.sfondo_DOWN_SX {
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sfondo_DOWN {	background-repeat: repeat-x;
	background-position: center bottom;
}
.sfondo_DOWN_SX {	background-repeat: no-repeat;
	background-position: left bottom;
}
.indirizzo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 7d6c68;
	text-decoration: none;
}
a.indirizzo:hover {
	color: #000000;
	text-decoration: underline;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7a7868;
	text-decoration: none;
}
.testoS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7a7868;
	text-decoration: none;
}
.JUST {
	text-align: justify;
}
.evidenza {
	color: 9b6941;
	text-decoration: none;
}
.evidenza:hover {
	color: #543923;
	text-decoration: underline;
}
.link_nero {
	color: 1a1a1a;
	text-decoration: none;
}
.link_nero:hover {
	color: #000000;
	text-decoration: underline;
}
.link_rosso {
	color: a4141d;
	text-decoration: none;
}
.link_rosso:hover {
	color: #570B0F;
	text-decoration: underline;
}
.link_marrone {
	color: c7ad99;
	text-decoration: none;
}
.link_marrone:hover {
	color: #570B0F;
	text-decoration: underline;
}