	/* SETTAGGIO PAGINA spazi, colori sfondo, scroll bar per explorer, caratteristiche testo*/ 
body {
	text-align: center;
/*	background-color: #e3e2e2;*/
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #9b9b9a;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color : #e3e2e2;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #e3e2e2;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #e3e2e2;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #e3e2e2;
	
	
}

/* CAMPO DI INPUT */

inpu[type=text]t{
	BACKGROUND-COLOR: #c5c5c5;
	COLOR: #f5f5f5;
	width: 150px;
	border-style: none;
	border-color:#c5c5c5;
	font-family: Arial, Helvetica, sans-serif;
	FONT-WEIGHT:normalss;
	FONT-SIZE: 12px
}


td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767675;
	text-decoration: none;
	}




/* LINKS */


a:link{
	text-decoration: none;
	color: #767675 ;
	}

a:visited{
	text-decoration: none;
	color: #767675;
	}

a:hover{
	color: #767675;
	text-decoration: none;
	}

	
	
/* CLASSI MENU */

.testoGM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #767675;
	text-decoration: none;
}

.testoBM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.testoRM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
/*	color: #fb0102; */
	text-decoration: none;
}



	
/* TESTO GRIGIO */
	
.testoG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767675;
	text-decoration: none;
}
	
.testoG10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #767675;
	text-decoration: none;
}
	
.testoGb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767675;
	text-decoration: none;
	font-weight : bold;
}

.testoGbb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #767675;
	text-decoration: none;
	font-weight : bold;
}

.testoGu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767675;
	text-decoration: none;
	text-decoration : underline;	
}

.testoGi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767675;
	text-decoration: none;
	font-style : italic;
}

/* TESTO BIANCO */

.testoW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

/* TESTO NERO */

.testoB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.testoB14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
/* TESTO ROSSO */

.testoR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
/*  color: #fc0000; */
	text-decoration: none;
}

.testoRB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	font-weight : bold;
	text-decoration: none;
}

.testoRbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #585858;
/*  color: #fc0000; */
	text-decoration: none;
}

/* PIE DI PAGINA */
.testoPP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #757575;
	text-decoration: none;
}

linkPP {

font-family : Arial, Verdana;
	color : #ec0080;
	font-size : 11;
	/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ec0080;
	text-decoration: none;*/
}