body {
	background-color: #E4EAEC;
	background-image: url(../images/fondo_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.fondoMenu {
	background-image: url(../images/fondo_menu.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.fondoBtn {
	background-image: url(../images/fondo_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding-left: 18px;
}



td {
	font-family: "Myriad Web", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #364144;
}

.LinkBtnNav { text-decoration: none; color: #312E1B; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold;}
.LinkBtnNav:hover { text-decoration: none; color: #FFFB1E;}
.LinkSottomenu { text-decoration: none; color: #0056A8; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
.LinkSottomenu:hover { text-decoration: none; color: #755D00;}
.LinkLista { text-decoration: none; color: #660000;}
.LinkLista:hover { text-decoration: none; color: #C49D06;}
.fondoIntro {

	background-image: url(../images/fondo_intro.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
}
.tratteggioBottom {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #312E1B;
}
.titoliLista {
	font-family: "Myriad Web";
	font-size: 14px;
	color: #660000;
	background-color: #FFE07E;
	padding: 5px;
	border: 2px solid #C59C02;
}

.fondoPage {
	background-image: url(../images/fondo_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
}
.sottomenu {
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #312E1B;
}






/* CSS Document per Componente */
.titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #312E1A;
}
.sottotitoloNormal {
	font-family: "Myriad Web";
	font-size: 14px;
	color: #755D00;
}
.sottotitoloItalic {
	font-family: "Myriad Web";
	font-size: 14px;
	color: #755D00;
	font-style:italic;
}
.introItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:18px;
	font-style:italic;
	color: #333333;
	padding-bottom:20px;
}
.testoRegular {
	font-family: "Myriad Web", Tahoma;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.testoBold {
	font-family: "Myriad Web", Tahoma;
	font-size: 14px;
	line-height: 18px;
	color: #755D00;
	font-weight:bold;
}
.testoBoldItalic {
	font-family: "Myriad Web", Tahoma;
	font-size: 14px;
	line-height: 18px;
	color: #755D00;
	font-weight:bold;
	font-style:italic;
}
.linkTesto {
	color: #0056A8;
	text-decoration: underline;
}
.linkTesto:hover {
	color: #755D00;
	text-decoration: underline;
}
/* FINE CSS Document per Componente */
