/* CSS Document */

/***** stili pagina giunta ***************/
#container {
	background-color: #fff;
	position:static;
    height: 100%;
   
    padding:0.4em; text-align:left;
   
}

.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color:#F4f4f4;
	color:#990000;
	border	: 1px solid #CCcccc; padding:0.4em;
	/*border:none;*/
	/*margin:2 2 10 2;*/
}
 
	
	
.box table {clear: left; margin: 0.5em 0px 0.2em 30px; border: solid 1px rgb(150,150,150); empty-cells: show; border-collapse: collapse; 
	font-style: normal; 
	font-weight: normal}
	
.box table td {padding: 10px 10px 3px 10px; 
 text-align: left; font-size: 100%;
color:#990000;text-align: left;}	
.box p {	
	margin: 0 ;
	margin-bottom:3px !important;
	}

.box hr {
	  
    height: 2px;
	

}