html, body {
		width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:9pt;
}



#head {
	background-color:#74C28A;
	position:absolute;
	right:0px;
	top:0px;
	Left:0px;
	Width:100%;
	height:30px;
 
	}
	
#headleft {
	background-image:url(../../public/verde_sfuma.gif) ;

	position: absolute;
	top:0;
	bottom:0;
	Left:0;
	Width: 10%;
	height: 600px;
 


	}

#foot {
	
	background-color:#74C28A;
	position:absolute;
	right:0px;
	top:500%;
	Left:0px;
	Width:100%;
	height:30px;
 }


    
#headmiddle {
	position:absolute;
	top:0;
	Left:0;
	Width=300px;
	height:241px;
	}

#table {
	position:absolute;
	top:250;
	Left:0;
	Width=300px;
	height:241px;
	z-index: 99;

	}
	
	.link {
	font-family:verdana;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-size:9pt;
	}
	
	.link:hover {
	font-family:verdana;
	font-weight:bold;
	color:#FFCC33;
	text-decoration:none;
	font-size:9pt;
	}
	.link1 {
	font-family:verdana;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-size:12pt;
	}
	
	.link1:hover {
	font-family:verdana;
	font-weight:bold;
	color:#FFCC33;
	text-decoration:none;
	font-size:12pt;
	}
	.testob {
	font-family:verdana;
	font-weight:bold;
	color:red;
	text-decoration:none;
	font-size:9pt;
	
	}
	
	#testo {
	font-family:verdana;
	color:#ffffff;
	text-decoration:none;
	font-size:7pt;
	
	}