/* Foglio di stile per il controllo utente Footer.ascx */   
    
A:link    { text-decoration: none; } 		
A:visited { text-decoration: none; } 
A:active  { text-decoration: none; color: #FF0000; } 			   
/* quando il mouse è sopra il link - supportato solo na MSIE4*/			   
A:hover   { text-decoration: underline; color: #FF0000; }     

/* Stile della tabella che contiene la sezione tutto */
.tableFooter
{
	border: 0px;
	width: 100%;
}

.footerLeft
{
	font-weight: normal;
	font-size: 8pt;
	color: #727272;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	text-align: left;
}

.footerCenter
{
	font-weight: normal;
	font-size: 8pt;
	color: #727272;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	text-align: center;
}

.footerRight
{
	font-weight: normal;
	font-size: 8pt;
	color: #727272;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	text-align: right;
}