	.iframe { 
		overflow: auto;
		border-top: 0px solid #838083;
		border-bottom: 1px solid #838083;
		border-left: 0px solid #838083;
		border-right: 0px solid #838083;
		padding: 2px;
	}
	
	/* 	MENU DI NAVIGAZIONE ORIZZONTALE */
	#menuhor {
		padding: 3px 0; 
		margin: 0;
		font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	}
		
	#menuhor li {
		list-style: none; margin: 0;
		display: inline;
	}
		
	#menuhor li a {
		padding: 0px 0.1em; 
		margin:0;
		border: 1px solid #333333; 
		border-bottom: none;
		background: transparent;
		text-decoration: none;
		width:100px;
		border: #333333;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px
	}
		
	#menuhor li a:link {
		color: #333333;
	}
		
	#menuhor li a:visited {
		color: #333333;
	}
	
	#menuhor li a:hover {
		color: #333333; 
		background: #cccccc;
		border-color: #fceb08;
	}
	
	
	ul {
		/*list-style-type: none;*/
		list-style-image:url(../images/loghino-rosso.gif);
		
	}
	
	li {
	
	
	
	
	}
		
	.didascalia {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
		color: #0A2138;
		text-decoration: none;
		font-style: italic;
	}
	
	.mini {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #0A2138;
		text-decoration: none;
		font-weight: normal;
	}
	
	.mini:active {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #0A2138;
		text-decoration: none;
		font-weight: normal;
	}
	
	.mini:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #b81317;
		font-weight: normal;
		text-decoration: none;
	}

	.input {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #333333;
		background-color: #f2f2f2;	
		border: #000000;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
	}	
	
	.border {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #333333;
		background-color: #CCCCCC;
		border: #333333;
		border-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px
	}
	
	BODY{
		margin: 0px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-family: verdana, helvetica, arial;
		font-size: 8pt;
		margin-top:2px;
		background-image:url('../images/sfondobody.jpg');
		background-repeat:repeat-x;
	}
	.menuItem{
		width: 160px;
		height: 20px;
		font-family: verdana, helvetica, arial;
		text-transform: uppercase;
		font-size: 8pt;
		padding-left: 10px;
		font-weight: bold;
		color: #74777A;
		border: 1px solid #CCCCCC;
		vertical-align: middle;
		background-image: url('../images/menuItem_bg.jpg');
	}
	
	.menuItem A{
		text-decoration: none; 
		color: #74777A;
	}
	
	.menuItem A:hover{
		text-decoration: none; 
		color: #B71115;
	}
	
	.sottoMenuItem{
		width: 160px;
		height: 18px;
		font-family: verdana, helvetica, arial;
		text-transform: uppercase;
		font-size: 7pt;
		padding-left: 20px;
		font-weight:normal;
		color: #85888B;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #E4E4E4;
		vertical-align: middle;
		background-color: #F0F0F0;
	}
	.sottoMenuItem A{
		text-decoration: none; 
		color: #74777A;
	}
	.sottoMenuItem A:hover{
		text-decoration: none; 
		color: #D93337;
	}
	
	.navBar{
		background-color: #DADADA; 
		height: 20px; 
		font-size: 8pt; 
		color: #00345A; 
		text-align: right;
		padding-right: 20px; 
		width:530px; 
		border-bottom: 1px solid #AAAAAA;
	}
	.sottoNavBar {
		background-image:url(../images/sfondo-titolo-sezione.gif);
		background-position:center;
		background-repeat:no-repeat;
		padding:12px;
		padding-left:20px;
		color:#FA4367;
	}
	
	
	#TitoloOmbra{
	font-size: 3em; /* optional. just to increase the font size. */
	display: block;
	line-height: 1em;
	color: #666; /* shadow color */
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}

	#TitoloOmbra:before,
	#TitoloOmbra:after{
		content: "text shadow"; /* generated text */
		display: block;
	}
	
	#TitoloOmbra:before{
		margin-bottom: -1.05em;
		margin-left: 0.1ex;
		color: #ccc; /* shadow color */
		background-color: transparent;
	}
	
	#TitoloOmbra:after{
		margin-top: -1.05em;
		margin-left: -0.1ex;
		color: #fff; /* text color */
		background-color: transparent;
	}
	
	
	/* *********** SottoMenu ********* */
		.SottoMenu a {
			color: #ffffff; 
			font-family: Verdana, Arial, Helvetica; 
			font-weight:normal;
			text-decoration: none; 
		}
		
		.SottoMenu a:active { 
			color: #cf0f0f; 
			font-family: Verdana, Arial, Helvetica; 
			font-weight: normal; 
		}
		
		.SottoMenu a:hover { 
			color: #cf0f0f; 
			font-family: Verdana, Arial, Helvetica; 
			font-weight: normal; 
		}
		
		.SottoMenu { 
			color: #ffffff; 
			font-family: Verdana, Arial, Helvetica;
			font-size: 11px; 
		}
	
	
	/* *********** body 11 ********* */
		.body a {
			color: #676767; 
			font-family: Verdana, Arial, Helvetica; 
			font-weight:normal;
			text-decoration: none; 
		}
		
		.body a:active { 
			color: #cf0f0f; 
			font-family: Verdana, Arial, Helvetica; 
			font-weight: normal; 
		}
		
		.body a:hover { 
			color: #cf0f0f; 
			font-family: Verdana, Arial, Helvetica; 
			font-weight: normal; 
		}
		
		.body { 
			color: #676767; 
			font-family: Verdana, Arial, Helvetica;
			font-size: 11px; 
		}
		
		/* *********** body 11bis ********* */
		.body11 a {
			color: #676767; 
			font-family: Verdana, Arial, Helvetica; 
			font-weight:normal;
			text-decoration: none;
			font-weight: bold; 
		}
		
		.body11 a:active { 
			color: #cf0f0f; 
			font-family: Verdana, Arial, Helvetica; 
			font-weight: bold; 
		}
		
		.body11 a:hover { 
			color: #cf0f0f; 
			font-family: Verdana, Arial, Helvetica; 
			font-weight: bold; 
		}
		
		.body11 { 
			color: #676767; 
			font-family: Verdana, Arial, Helvetica;
			font-size: 11px;
			
		}
		
	/* *********** body10 ********* */
		.body10 a { 
			color: #B72837; 
			font-family: Verdana, Arial, Helvetica; 
			text-decoration: none; 
		}
		
		.body10 a:active { 
			color: #cf0f0f; 
			font-family: Verdana, Arial, Helvetica; 
			text-decoration: none; 
		}
		
		.body10 a:hover { 
			color: #cf0f0f; 
			font-family: Verdana, Arial, Helvetica;
			font-weight:normal;
			text-decoration:underline;
		}
		
		.body10 { 
			color: #B72837; 
			font-family: Verdana, Arial, Helvetica; 
			font-size: 10px; 
			text-decoration: none; 
		}
		
	/* ********************************* */	



	.inputTemplate {
		font-family: Verdana, Arial, Helvetica;
		font-size: 9px;
		width: 95px;
		color: #444444;
		cursor:default;
		font-weight: bold;
		padding: 0px;
	}

	.Titolo {
		COLOR:#666666;
		FONT-FAMILY: Arial, Verdana, Helvetica; 
		FONT-SIZE: 12px;
		font-weight: bold;
		padding:2px;
	}
	
	.TitoloBig {
	    FONT-FAMILY: Arial, Verdana, Helvetica; 
		background-image:url('../images/sfondo-bottone-sezione.gif');
		background-repeat:no-repeat;	
		FONT-SIZE: 15px;
		font-weight: bold;	
	}
	
	.CalendarioSfondo {
		font-family:Tahoma;
		font-size:12px;
		color:#DDDAD8; 
		background-color: #F0B37D;	
	}
		
	.CalendarioGiorniSett {
		font-family:Tahoma;
		font-size:10px;
		color:#FFFFFF; 
		background-color: #68757B;	
	}	
		
	.CalendarioFont1 {
		font-family:Tahoma;
		font-size:12px;
		font-weight:bold;
		color:#DDDAD8; 
		background-color: #F0B37D;	
	}
		
	.CalendarioFont1 a {
		font-family:Tahoma;
		font-size:12px;
		font-weight:bold;
		color:#DDDAD8; 
	}
		
	.CalendarioFont1 a:active {
		font-family:Tahoma;
		font-size:12px;
		font-weight:bold;
		color:#DDDAD8; 
	}	
		
	.CalendarioFont1 a:hover {
		font-family:Tahoma;
		font-size:12px;
		font-weight:bold;
		color:#DDDAD8; 
	}		
	
	.Leggibile {
		background:#ffffff; 
		color:#000000;
	}
	
	.TastLegg{
		background:#ffffff; 
		border-width:1px; 
		border-style:solid; 
		color:#000000;
	}
	
	.aPiccola {
		background:#ffffff; 
		border-width:1px; 
		border-style:solid; 
		color:#000000;
		font-family: verdana, helvetica, arial;
		font-size: 8pt;
	}
	
	.aPiccola a:hover {
		border:1px solid #f00;
	}
	
	.aGrande{
		background:#ffffff; 
		border-width:1px; 
		border-style:solid; 
		color:#000000;
		font-family: verdana, helvetica, arial;
		font-size: 12pt;
	}
	
	.aGrande a:hover {
		border:1px solid #f00;
	}
	
	.aAltaVis{
		
		background:#000000; 
		border-width:1px; 
		border-style:solid; 
		color:#ffffff;
		font-family: verdana, helvetica, arial;
		font-size: 12pt;
	}
	
	.aAltaVis a:hover {
		border:1px solid #f00;
	}
	
	.bodyNero {
		font-family: arial, verdana, helvetica;
		font-size: 13,5pt;
		color:#000000;	
	}
	
	.bodyNero a{
		font-family: arial, verdana, helvetica;
		font-size: 13,5pt;
		color:#000000;	
	}
	.bottoneRosa100 { 
	     width:100px;
	     background:#FFCCCC; 
	     border-width:1px; 
	     border-style:solid; 
	     border-color:#990000;
	}
	.bottoneRosa { 
	     background:#FFCCCC; 
	     border-width:1px; 
	     border-style:solid; 
	     border-color:#990000;
	}
	.bottoneRosa70 {
	     width:70px;
	     background:#FFCCCC; 
	     border-width:1px; 
	     border-style:solid; 
	     border-color:#990000;
	}
	
	.bordiCentrali {
		 border-left-width:1px; 
	     border-left-style:solid; 
	     border-left-color:#999999;
		 bo
	}
	
