@charset "utf-8";        
/*Stili CSS per i popup*/

		body{
			text-align: center;
			font-family:	'Times New Roman';
			font-size:	11pt;
			font-weight:	normal;
			color:		#000977;
		}
        table{
			margin:		auto;
			font-family:	'Times New Roman';
			font-size:	11pt;
			font-weight:	normal;
			color:		#000977;
			border:		opx solid black;
			width:		auto;
			position:	relative;
		}
