/* ----------------------
Il contenuto di questo file e' proprieta' di:
Studio RK
Tutti i diritti riservati.
All Rights Reserved.
---------------------- */


/*
	--- Realizzati ---
*/
	
DIV.row {
	border:0px solid #F00;
	clear:both;
	display:block;
	width:100%;
	margin:0px;
}

DIV.cell1 {
	border:0px solid #0F0;
	width:100%;
	clear:none;
	display:inline;
}
DIV.cell1 P {
	border:solid 0px #000000;
	text-align:left;
	font-size:13px; 
	font-family:arial, tahoma, verdana, sans-serif; 
	text-indent:0px;
	width:100%;
	
	padding: 0px; 
	margin: 1px;
}

DIV.cell2 {
	border:0px solid #00F;
	width:40%;
	float:right;
}

H2 {
	font-family:arial, tahoma, verdana, sans-serif;
	font-size:90%;
	font-weight:bold;
	
}


