UNKNOWN {
font-size : 9pt; 
color : #006699; 
font-family: Verdana, Arial, Helvetica, sans-serif;} 
A.LINK_MAIN:hover {
color : #006699; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
A.LINK_MAIN {
font-size : 9pt; 
color : #006699; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
A.Link A.active {
font-size : 9pt; 
color : #66ccff; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
A.Link A.visited {
font-weight : normal; 
font-size : 9pt; 
color : #3399cc; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
.TESTO {
font-weight : normal; 
font-size : 9pt; 
color : #000066; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
.TESTO1 {
font-weight : normal; 
font-size : 9pt; 
color : #006699; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
.TESTO:hover {
font-weight : normal; 
font-size : 9pt; 
color : #006699; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
.TESTO1:hover {
font-weight : normal; 
font-size : 9pt; 
color : #006699; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
.MENU {
font-weight : normal; 
font-size : 9pt; 
color : #006699; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
background-color : #FFFFFF;
} 
.MENU:hover {
font-weight : normal; 
font-size : 9pt; 
color : #666699; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
background-color : #D8D8D8;
}
.MENUSEC {
font-weight : normal; 
font-size : 8pt; 
color : #bbbb99; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
background-color : #357229;
} 
.MENUSEC:hover {
font-weight : normal; 
font-size : 8pt; 
color : #ffff99; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
background-color : #357229;
}  
.MENU1 {
font-weight : bold; 
font-size : 8pt; 
color : #FFFFFF; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
.MENU2 {
font-weight : bold; 
font-size : 9pt; 
color : #ff0000; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
.MENU3 {
font-weight : normal; 
font-size : 8pt; 
color : #006699; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
.MENUTOP {
font-weight : bold; 
font-style : italic;
font-size : 12pt; 
color : #FFEF50; 
font-family: Times New Roman, Times,sans-serif;
text-decoration : none; 
} 
.TITOLO {
font-weight : bold; 
font-size : 10pt; 
color : #006699; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
.TITOLOMenu {
font-weight : bold; 
font-size : 10pt; 
color : #FFFFFF; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
.TESTOMenu {
font-weight : bold; 
font-size : 8pt; 
color : #FF0000; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
.DATANEWS {
font-weight : normal; 
font-size : 8pt; 
color : #FF0000; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : underline; 
}
.NEWS {
font-weight : normal; 
font-size : 8pt; 
color : #006699; 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration : none; 
} 
.CELLE {
font-weight : normal; 
font-size : 9pt; 
color : #006699; 
font-weight : normal; 
font-family : Verdana , Arial, Helvetica, sans-serif; 
text-decoration : none; 
background-color : #FFFFFF; 
} 
.CELLE:hover {
font-weight : normal; 
font-size : 9pt; 
color : #666699; 
font-weight : normal; 
font-family : Verdana , Arial, Helvetica, sans-serif; 
text-decoration : none; 
background-color : #D8D8D8; 
border : 1;
} 
.forForms {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #000000; 
background-color : #ffffff; 
border : 0 outset #91b663; 
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */

}