/* By Gianfi - 2006 */

body  { color: blue; font-size: 10pt; font-family: Tahoma; font-style: normal; background-attachment: fixed }
  
  p { 
      font-family : Tahoma;
	  color : #000066;
	  font-size : 8pt;
      padding : 2pt
}

A:LINK { 
         font-family : Tahoma;
         font-size : 8pt;
         text-decoration : none;
         color:Blue;
}

A:VISITED { 
         font-family : Tahoma;
         font-size : 8pt;
         text-decoration : none;
         color : Blue;
}

A:HOVER { 
         font-family : Tahoma;
         font-size : 8pt;
		 color : red;
}

body {
	text-align: center;
	font-family: Tahoma;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

H1 {
     font-family: Tahoma;
     font-size:14pt;
	 font-weight:normal;
	 font-style:normal;
	 color:blue;
}

H2 {
     font-family: Tahoma;
     font-size:12pt;
	 font-weight:normal;
	 font-style:normal;
	 color:blue;
}

H3 { font-family: Tahoma;
     font-size:10pt;
	 font-weight:normal;
	 font-style:normal;
	 color:blue;
}

H4 { font-family: Tahoma;
     font-size:7pt;
	 font-weight:normal;
	 font-style:normal;
	 color:blue;
}

H5 { font-family: Tahoma;
     font-size:6pt;
	 font-weight:normal;
	 font-style:normal;
	 color:#000080;
}	 

.TitleGrigioBig {
	align: center;
	color: #808080;
	font-size: 14pt;
	font-family: Tahoma;
	font-style: normal;
	background-color: white;
	font-weight: bold;
}
.Title  { align: center; color: #ffffff; font-size: 8pt; font-family: Tahoma; font-style: normal; background-color: blue }

.Little { font-family: Tahoma;
          font-weight:normal;
          font-style:normal;
          font-size:7pt;
          color:blue;
	      }
.Grigio  {
	align: center;
	color: #808080;
	font-size: 8pt;
	font-family: Tahoma;
	font-style: normal;
	background-color: white;
	font-weight: normal;
}



TD  { color: blue; font-size: 9pt; font-family: Tahoma; text-align: center }


.Tabella{
	padding-left:10pt;
	padding-right:8pt;
	font-family: Tahoma;
    font-weight:normal;
	font-style:normal;
	color:#0000FF;
	text-align: center;
	}
	
.TabTitle  { color: white; font-size: 7pt; font-family: Tahoma; font-style: normal; font-weight: normal; background-color: blue }
	 
	 
.TabRed { 
     font-family: Tahoma;
     font-size:6pt;
	 font-weight:normal;
	 font-style:normal;
	 color:Red;
	 }