.titoloArancio, .titoloAzzurro, .titoloBlu, .titoloVerde, .titoloHome, .titoloPP {
	font-size: 9pt;
	font-weight: bold;
	/*font-variant: small-caps;*/
	height: 23px;
	padding: 4px 8px 0px 0px;
	letter-spacing: 0.1em;	
}
.titoloPP {
	background: url("pp_sfondo.png") repeat-x;
}
.bianco{
	color: #FFF;
}
/* ==== ARANCIO ============================================== */
.arancio{
	color: #FF3300;
}
.titoloArancio {
	background: url("titoli_sfondo.png") no-repeat #7DB5FF;
}
.bottomArancio {
	border: solid #FF3300 1px;
	background-color: #F2F2F2;
	color: #FF3300;
	font-size: 3pt;
}
.arancio A:VISITED {
	color : #FF3300;
	text-decoration : none;
	}

.arancio A:LINK {
	color : #FF3300;
	text-decoration : none;
	}

.arancio A:HOVER {
	color : #FF3300;
	text-decoration : underline;
}
.footerArancio {
	border-top: solid #FF3300 1px;
	background-color: #F2F2F2;
	text-align: center;
}
/* ==== AZZURRO ============================================== */
.azzurro{
	color: #6699FF;
}
.titoloAzzurro {
	background: url("titoli_sfondo.png") no-repeat #7DB5FF;
}
.bottomAzzurro {
	border: solid #6699FF 1px;
	background-color: #F2F2F2;
	color: #6699FF;
	font-size: 3pt;
}
.azzurro A:VISITED {
	color : #6699FF;
	text-decoration : none;
	}
.azzurro A:LINK {
	color : #6699FF;
	text-decoration : none;
	}
.azzurro A:HOVER {
	color : #6699FF;
	text-decoration : underline;
}
.footerAzzurro {
	border-top:solid #6699FF 1px;
	background-color: #F2F2F2;
	text-align: center;
}
/* ==== BLU ============================================== */
.blu{
	color: #3366CC;
}
.titoloBlu {
	background: url("titoli_sfondo.png") no-repeat #7DB5FF;
}
.bottomBlu {
	border:solid #3366CC 1px;
	background-color: #F2F2F2;
	color: #3366CC;
	font-size: 3pt;
}
.blu A:VISITED {
	color: #3366CC;
	text-decoration : none;
}
.blu A:LINK {
	color: #3366CC;	
	text-decoration : none;
}
.blu A:HOVER {
	color: #3366CC;	
	text-decoration : underline;
}
.footerBlu {
	border-top:solid #3366CC 1px;
	background-color: #F2F2F2;
	text-align: center;
}
/* ==== VERDE ============================================== */
.verde{
	color: #009966;
}
.titoloVerde {
	background: url("titoli_sfondo.png") no-repeat #7DB5FF;
}
.bottomVerde {
	border:solid #009966 1px;
	background-color: #F2F2F2;
	color: #009966;
	font-size: 3pt;
}
.verde A:VISITED {
	color: #009966;
	text-decoration : none;
}
.verde A:LINK {
	color: #009966;	
	text-decoration : none;
}
.verde A:HOVER {
	color: #009966;	
	text-decoration : underline;
}
.footerVerde {
	border-top: solid #009966 1px;
	background-color: #F2F2F2;
	text-align: center;
}
.vetrina A:link {
	PADDING: 2px 5px;
    COLOR: #000;
    TEXT-DECORATION: none;
    DISPLAY: block;
}
.vetrina A:visited {
	PADDING: 2px 5px;
    COLOR: #000;
    TEXT-DECORATION: none;
    DISPLAY: block;
}
.vetrina A:hover {
	COLOR: #009966;
    DISPLAY: block;
}
/* ==== GRIGIO ============================================== */
.grigio{
	color: #bbb;
}
.sfondoGrigio {
	background-color: #F2F2F2;
	font-size: 10pt;
	font-weight: bold;
	height: 25px;
	padding-top: 3px;
}
