/****************/
/*STILI GENERALI*/
/****************/


TABLE
	{
	FONT-SIZE: 8pt;
	COLOR: #333333;
	FONT-FAMILY: Verdana
	}
TR
	{
	FONT-SIZE: 8pt;
	COLOR: #333333;
	FONT-FAMILY: Verdana
	}
TH
	{
	FONT-SIZE: 8pt;
	COLOR: #333333;
	FONT-FAMILY: Verdana
	}
TD
	{
	FONT-SIZE: 8pt;
	COLOR: #333333;
	FONT-FAMILY: Verdana
	}

a
	{
	text-decoration: none
	}
SELECT
	{
	FONT-SIZE: 8pt;
	COLOR: black;
	FONT-FAMILY: Verdana
	}

/********************************************************/
.titolo_8 {
	FONT-FAMILY: Verdana; 
	color: #6699cc; 
	font-weight: bold; 
	font-size: 11pt; 
	text-decoration: none 
	}

.txt_small
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana
	}
.txt_small_red
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 8pt;
	COLOR: red;
	FONT-FAMILY: Verdana
	}
.txt_9pt
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 9pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana
	}
.txt_11pt
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 11pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana
	}
b.txt_big_blu
	{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	COLOR: #0099ff;
	FONT-FAMILY: Verdana
	}
.txt_big_red
	{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	COLOR: red;
	FONT-FAMILY: Verdana
	}
.txt_medio
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 12pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana
	}
b.txt_medio10
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 10pt;
	COLOR: #0099ff;
	FONT-FAMILY: Verdana
	}
.txt_8pt
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana
	}
.txt_9pt
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana
	}
a.titolo_rosso
	{
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: red;
	FONT-FAMILY: Verdana
	}
a.titolo_bianco
	{
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: white;
	FONT-FAMILY: Verdana
	}
titolo_8
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana
	}
titolo_7
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 7pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana
	}
.link_home
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 8pt;
	COLOR: #ff6600;
	FONT-FAMILY: Verdana
	}
.link_nero
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 8pt;
	COLOR: black;
	FONT-FAMILY: Verdana
	}
.nome_nero
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 10pt;
	COLOR: black;
	FONT-FAMILY: Verdana
	}
.txt_big
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 12pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana
	}
.txt_superbig
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 12pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana
	}
.titolo_big_nero
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 14pt;
	COLOR: #cccccc;
	FONT-FAMILY: Verdana
	}
.titolo_grigio
	{
	FONT-WEIGHT: none;
	FONT-SIZE: 14pt;
	COLOR: #cccccc;
	FONT-FAMILY: Verdana
	}
.box
{
    BORDER-RIGHT: #888888 1pt solid;
    BORDER-TOP: #000000 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #000000 1pt solid;
    BORDER-BOTTOM: #888888 1pt solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #ffffff;
    text-transform: uppercase
}

.pippo {
  font-family: Verdana;  		// tipo carattere
  font-size: 5px;			// dimensione carattere
  color: #000000;			// colore carattere
  text-decoration: none;		// decorazione carattere
  background-color: #ffffff;	        // colore sfondo
  border: 1px solid #FF6600;		// tipologia bordo di colore arancione
  font-weight: none;			// spessore carattere
  font-style: italic;			// stile carattere
}	

