a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/*  colore di sfondo dell'editor - deve corrispondere con il colore di sfondo della pagina contenuto */
.background_editor {
	background-color: #FFFFFF;
}

/*  stile del menu orizzontale */
.menu4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5d485;
	font-weight: bold;
	text-decoration: none;
}

.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #443628;
	font-weight: bold;
	text-decoration: none;
}

/*  stile del menu2 verticale */
.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5E9D8;
	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: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #443628;
	text-decoration: none;
}

/*  alculi stili preimpostati contenuti in FCK EDITOR */
.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;
}
.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;
}



.titoli {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #663300;
	font-weight: bold;
}
.txtGrassetti {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #663300;
	font-weight: bold;
	line-height: 25px;
}
.txt {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #663300;
	line-height: 25px;
}




/*----------------------------------------------------------------------*/

.txtPres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F5E9D8;
	text-decoration: none;
}
.txtPresBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F5E9D8;
	text-decoration: underline;
}
.txtviolino {
	font-size: 14px;
	font-weight: normal;
	color: #800080;
	text-decoration: underline;
}
.bordotratteggiato {
	border: 1px dotted #999999;
}
.txtbiancopiccolo {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.txtmarronebold {
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}
.bordofine {
	border: 1px solid #000000;
}
.bordofinemarrone {
	border: 1px solid #996600;
}
.txtviolinoPiccolo {
	font-size: 9px;
	font-weight: normal;
	color: #800080;
	text-decoration: underline;
}
.txtNeroPiccolo {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.interlinea {
	line-height: 25px;
}
.bordoFineNero {
	border: 1px solid #000000;
}
.bordoFineCorpo {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #A38566;
	border-bottom-color: #A38566;
}
.bg {
	background-image: url(../pages/images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}