body {
	margin-top: 10px;
}

.Pagina {
	background-image: url(pagina/sfondo_pagina.jpg);
	background-repeat: repeat-x;
}

.Tabella {

	background-image: url(pagina/sfondo_tabella.jpg);
	background-repeat: repeat-y;
}
.Menu {
	background-image: url(pagina/sfondo_menu.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2F321F;
	text-align: center;
	vertical-align: middle;
}
.Menu a:link, .Menu a:visited {
	color: #2F321F;
	text-decoration: none;
}
.Menu a:hover, .Menu a:active {
	color: #FF6600;
	text-decoration: none;
}
.MenuInfo {

	background-image: url(pagina/sfondo_info.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2F321F;
	text-align: center;
	vertical-align: middle;
}
.MenuInfo a:link, .MenuInfo a:visited {
	color: #2F321F;
	text-decoration: none;
}
.MenuInfo a:hover, .MenuInfo a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.FinePagina {
	background-image: url(pagina/fine_pagina.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #2F321F;
}
.FinePagina a:link, .FinePagina a:visited {
	color: #2F321F;
	text-decoration: none	;
}
.FinePagina a:hover, .FinePagina a:active {
	color: #FF6600;
	text-decoration: underline;
}
.Titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #959B73;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #959B73;
	vertical-align: bottom;
}
.TitoloMedio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #959B73;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #959B73;
	vertical-align: bottom;
}
.Testi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	padding: 20px;
	text-align: justify;
	line-height: 20px;
}
.Testi a:link, .Testi a:visited {
	color: #2F321F;
	text-decoration: underline;
}
.Testi a:hover, .Testi a:active {
	color: #FF6600;
	text-decoration: underline;
}