.testo {		
	/* font di default */
	font-family: Verdana,Helvetica,Arial;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 8pt;	
	color: #000000;
	}

.testoB {		
	/* font di default */
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 8pt;	
	color: #000000;
	}

.testoI {		
	/* font di default */
	font-family: Verdana;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	font-size: 8pt;	
	color: #000000;
	}

.testoIntestTab {		
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 7pt;	
	color: #000000;
	}

a.linkB{		
	/* font di default */
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 8pt;	
	color: #000000;
	}

a.linkB:hover {	text-decoration: underline;
		color: #bd0000;
	}

a.linkB:visited {color: #bd0000;
	}

a.link{		
	/* font di default */
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 8pt;	
	color: #bd0000;
	}

a.link:hover {	text-decoration: underline;
		color: #bd0000;
	}

a.link:visited {color: #bd0000;
	}

