body {
	margin-top: 0px;
}

.Pagina {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #FFFFFF;
}

.Tabella {
	background-image: url(immagini/pagina/sfondo_tabella.jpg);
	background-repeat: repeat-y;
}

.Menu {
	background-image: url(immagini/pagina/sfondo_menu.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #4C4C4C;
}

.Menu a:link, .Menu a:visited, .Menu a:active {
	color: #4C4C4C;
	text-decoration: none;
}
.Menu a:hover {
	display:block;
	color: #F35712;
	text-decoration: none;
	background-image: url(immagini/pagina/a_hover_menu.jpg);
	background-repeat: no-repeat;
}
.Footer {
	background-image: url(immagini/pagina/sfondo_footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #4C4C4C;
}
.Footer a:link, .Footer a:visited, .Footer a:active {
	color: #4C4C4C;
	text-decoration: none;
}
.Footer a:hover {
	color: #F35712;
	text-decoration: none;
}
.Titolo {
	background-image: url(immagini/pagina/sfondo_titolo.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #4C4C4C;
	padding-left: 20px;
}
.Testi {
	font-size: 13px;
	color: #4C4C4C;
	text-align: justify;
}
.Testi a:link, .Testi a:visited, .Testi a:active {
	color: #4C4C4C;
	text-decoration: underline;
}
.Testi a:hover {
	color: #F60000;
	text-decoration: underline;
}.Tariffe {
	font-size: 13px;
	color: #4C4C4C;
	border: 1px dashed #FF6600;
}
.TitoloHome {
	font-size: 15px;
	color: #FF6600;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
}
.TitoloHome a:link, .TitoloHome a:visited, .TitoloHome a:active {
	color: #FF6600;
	text-decoration: none;
}
.TitoloHome a:hover {
	color: #4C4C4C;
	text-decoration: none;
}
.TitoloNews {
	font-size: 15px;
	color: #4C4C4C;
	background-image: url(immagini/pagina/sfondo_titolo_news.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.BoxNews {
	font-size: 15px;
	color: #4C4C4C;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #C4C4C4;
}

