/* FOGLIO DI STILE CSS - GESTIONE BODY */BODY {  font-family : Arial, Helvetica, sans-serif;  font-size : 12px;  color : #666699;    SCROLLBAR-FACE-COLOR: #7B79BD;  SCROLLBAR-HIGHLIGHT-COLOR: #EFFFEF;  SCROLLBAR-SHADOW-COLOR: #000000;   SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;  SCROLLBAR-ARROW-COLOR: #000000;  SCROLLBAR-TRACK-COLOR: #EFEFF7;  SCROLLBAR-DARKSHADOW-COLOR: #000000;}.titolo {  font-size : 18px;  font-weight : bold;  text-align : center;  text-decoration : underline;}.titolosmall {  font-size : 16px;  font-weight : bold;  text-align : center;}.testolarge {  font-size : 13px;  font-weight : bold;}.testolargedata {  font-size : 13px;  font-weight : bold;  color : #ECECF4;}.testosmall {  font-size : 11px;  font-weight : bold;}A:link {   color: #5d829d;   text-decoration: none; } A:visited {   color: #5d829d;   text-decoration: none; } A:active {  color: #5d829d;  text-decoration: none;} A:hover {  color: #4A4A90;  text-decoration: none;} TD {   font-family: Arial;  font-size: 12px; }P {   font-family: Arial;  font-size: 12px; }A.tablink {  text-decoration: none;  color:#5d829d;   font-family: Arial, Helvetica;  font-size: 12px}A.tablink:visited {  text-decoration: none;  color:#5d829d;  font-family: Arial, Helvetica;  font-size: 12px}A.tablink:hover {  color:#006699;  font-size: 12px;  font-family: Arial, Helvetica, sans-serif;  font-weight: bold;  text-decoration: none}/* FOGLIO DI STILE CSS - GESTIONE TABELLA */td.boxtop {  background-color: transparent;  background-image: url(images/tabella/ad_bg_top.gif);}td.boxlft {  background-color: transparent;  background-image: url(images/tabella/ad_bg_lft.gif);}td.boxrgt {  background-color: transparent;  background-image: url(images/tabella/ad_bg_rgt.gif);}td.boxbtm {  background-color: transparent;  background-image: url(images/tabella/ad_bg_btm.gif);}/* FOGLIO DI STILE CSS - GESTIONE MENU' TASTO DESTRO MOUSE */#ie5menu {  BORDER-TOP: gray 2px solid;  BORDER-LEFT: gray 2px solid;  BORDER-BOTTOM: gray 2px solid;  BORDER-RIGHT: gray 2px solid;  LINE-HEIGHT: 20px;  WIDTH: 170px;  CURSOR: hand;  POSITION: absolute;  BACKGROUND-COLOR: #F7EFE7;  VISIBILITY: hidden;  vertical-align : middle;  font-weight : bold;}.menuitems {  PADDING-TOP:    3px;   PADDING-LEFT:   3px;   PADDING-BOTTOM: 3px;  PADDING-RIGHT:  3px; } 