/* CSS Document */
/* --------------------------------------- inizio font pagina --------------------------------------- */

.indirizzo {	
	font: Arial;
	font-size: 9px;
	color: #333333;
}
.testo_caselle {
	font-size: 12px;
	color: #333333;
	text-align:left;
	font-family: Arial;
  letter-spacing: 1;
}
.testo_offerta {
	font-size: 14px;
	color: #990000;
	font-family: Arial;
	letter-spacing: 1;
	text-decoration:underline;
	text-shadow:#999999;
	font-weight: bold;
}
.testo_titolo {
	font-size: 12px;
	color: #990000;
	text-align:left;
	font-family: Arial;
}
.testo_menù_laterale {
	font-size: 12px;
	color: #333333;
	font-weight: bolder;
	text-align:right;
	font-family: Arial;
	font-style: oblique;
}
.testo_menù_laterale_visitato {
	font-size: 12px;
	color: #990000;
	font-weight: bolder;
	text-align:right;
	font-family: Arial;
	font-style: oblique;
}
/* --------------------------------------- fine font pagina --------------------------------------- */
/* --------------------------------------- inizio grafica pagina --------------------------------------- */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#DFDBD2
}
a:hover {
	text-decoration: none;
	color: #B0A45E;
}
a:active {
	text-decoration: none;
}
.sfondoSx {
	background-image: url(sfondosx.jpg);
	background-repeat: repeat-x;
}
.sfondoDx {
	background-image: url(sfondodx.jpg);
	background-repeat: repeat-x;
}
/* --------------------------------------- fine grafica pagina --------------------------------------- */
