body {
	font-family: "Arial Narrow";
	font-size: 13px;
	color: #333333;
	background-color:#FFC200;
	background-image: url(../images/fondoPage.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.fondoTopOmbra {
	background-image: url(../images/fondoTopOmbra.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tratteggioVericaleDx {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.fondoCentraleHome {
	background-image: url(../images/fondoCentraleHome.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondoCentraleHome_en {
	background-image: url(../images/fondoCentraleHome_en.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondoIndirizzo {
	background-color: #FBAE32;
	background-image: url(../images/fondoIndirizzo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


.tratteggioVericaleTop {
	background-image: url(../images/tratteggio.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#img-thumb{
padding-right:10px;
}

a
{
    text-decoration:none;
	color:#000000;
} 
a:hover
{ 
    text-decoration:underline;
	color:#000000;
}

.linkBlu {text-decoration: none; color:#1D6083;}
.linkBlu:hover {text-decoration: none; color:#333333;}
