/*  colore di sfondo del sito web */
body {
	background-color: #333333;
}
/*  colore di sfondo dell'editor - deve corrispondere con il colore di sfondo della pagina contenuto */
.background_editor {
	background-color: #FAF5E0;
}
/*  stile del menu orizzontale */
.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3DE89;
	font-weight: bold;
	text-decoration: none;
}
/*  stile del menu2 verticale */
.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EAE1C6;
	font-weight: bold;
	text-decoration: none;
}
/*  stile del menu3 verticale */
.menu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EAE1C6;
	font-weight: bold;
	text-decoration: none;	
	
}
/*  stile del footer */
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAE1C6;
	font-weight: bold;
	text-decoration: none;
}
.footNoBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAE1C6;
	text-decoration: none;
}
.h1 {
	font-family: Georgia, Courier, "MS Serif", "Times New Roman", serif;
	font-size: 35px;
	color: #AF9B63;
	line-height: 41px;
	font-style: italic;
}
.h1Bianco {
	font-family: Georgia, Courier, "MS Serif", "Times New Roman", serif;
	font-size: 35px;
	color: #FFFFFF;
	line-height: 41px;
	font-style: italic;
}
.h2 {
	font-family: Georgia, Courier, "MS Serif", "Times New Roman", serif;
	font-size: 17px;
	color: #AF9B63;
	line-height: 26px;
	font-weight: normal;
}
.h2Bianco {
	font-family: Georgia, Courier, "MS Serif", "Times New Roman", serif;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 26px;
	font-weight: normal;
}

.georgia10bianco {
	font-family: Georgia, Courier, "MS Serif", "Times New Roman", serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.8;
}
.georgia10body {
	font-family: Georgia, Courier, "MS Serif", "Times New Roman", serif;
	font-size: 10px;
	color: #78715b;
	line-height: 1.8;
}
.georgia11rosso {
	font-family: Georgia, Courier, "MS Serif", "Times New Roman", serif;
	font-size: 11px;
	color: #CC0000;
	line-height: 1.8;
}
.georgia12rosso {
	font-family: Georgia, Courier, "MS Serif", "Times New Roman", serif;
	font-size: 12px;
	color: #CC0000;
	line-height: 1.8;
}
.georgia11bianco {
	font-family: Georgia, Courier, "MS Serif", "Times New Roman", serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.8;
}
.georgia11body {
	font-family: Georgia, Courier, "MS Serif", "Times New Roman", serif;
	font-size: 11px;
	color: #78715b;
	line-height: 1.8;
}
.georgia12body {
	font-family: Georgia, Courier, "MS Serif", "Times New Roman", serif;
	font-size: 12px;
	color: #78715b;
	line-height: 1.8;
}
.georgia12Menu {
	font-family: Georgia, Courier, "MS Serif", "Times New Roman", serif;
	font-size: 12px;
	color: #FFFFFF;
}
.geneva12gray {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
}
.geneva12black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.geneva11gray {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
}
.times11lang {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #9c9157;
}
.geneva11black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
.verdana12gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
}
.verdana12black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
.verdana11gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
}
.verdana11black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
.login {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}