@charset "iso-8859-1";
/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
 background-color: #F3F3F3;
 margin: 0px; 
width: 100%; 
height: 100%;
}
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#3333cc;
	}
	

.Stile1 {
	font-family: Tahoma;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.Label {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bolder;
	color: #804040;
}
.Tabella {
	font-family: Tahoma;
	font-size: 12px;
	color: #0033FF;
	text-align: left;
}
.testo {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
}
.testo {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.plaseho {
	height: 150;
	width: 200;
}
.loghi {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}
.colonne {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #aa1212;
	font-style: normal;
}
.campi {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}

