@charset "utf-8";        
/*Stili CSS per i popup*/
                .image{
			width:		30px;
			vertical-align:	text-top;
			height:		22px;
			overflow:	hidden;
			outline:	none;
		}
            input, select, body, textarea{
			font-family:	'Times New Roman';
			font-size:	11pt;
			font-weight:	normal;
			color:		#000977;
		}
                h1, h2, h3{
			text-align:	center;
			font-family:	'Times New Roman';
			color:		#000977;
		}
            button{
			background-color:	Transparent;
			background-repeat:	no-repeat;
			border:			none;
			cursor:			pointer;
			overflow:		hidden;
			outline:		none;
		}
                table{
			margin:		auto;
			font-family:	'Times New Roman';
			font-size:	11pt;
			font-weight:	bold;
			color:		#000977;
			caption-side:	bottom;
			border:		opx solid black;
			border-spacing:	10px;
			width:		auto;
			position:	relative;
			padding: 	5px;
		}
                .bottoni{
			margin:		auto;
			font-family:	'Times New Roman';
			font-size:	11pt;
			font-weight:	normal;
			color:		#000977;
			width:		auto;
			float:		none;
		}
                .div_button{
			text-align:	center;

		}
                textarea{
			font-family:	'Times New Roman';
			font-size:	11pt;
			font-weight:	normal;
			color:		#000977;
			width:		100%;
		}
		/*inserito il 04-06-2024 */
		h1,h2,h3,h4{
			color:		#000977;  
		}
