.PADRONE{	width:450px; 	border:0 solid #888;	}
.PADRONE th{ background-color:#990000;	    font-family: Verdana;		font-size:12px;		text-align:left;		color:white;	}
.PADRONE td{ background-color:white;	    font-family:Verdana;		font-size:10px;		text-align:left;	}

.CONTENITORE   { width:100%;  border:0 solid brown;	height:300}
.CONTENITORE th{ background-color:#990000;	font-family: Verdana;		font-size:12px;		text-align:left;	color:white;	}
.CONTENITORE td{ background-color:white; font-family:Verdana;		font-size:11px;		text-align:left; padding-left:10}
	
#scrollingContainer1{
	width:450px;	/* 170 pixels in width */
	height:500px;	/* Height of box */
	
	background-color:#FFF;	/* Light blue background color */
	padding:0px;	/* A little bit of space between border of box and text inside */
	float:left;	/* I want the text to wrap around the box */
	margin-right:10px;	/* Right margin of 10 pixels */
	font-size:0.9em;	/* Smaller font size than the rest of the page */
	overflow:hidden;	/* Hide overflow content */
border:0 solid #888;	/* Black border around box */
}
