body{ 
	margin:0px;
	background-image: url(../immagini/sfondo.gif); 
	background-repeat: repeat-x;
	background-color: #bdc4d7;
}		

.testoBianco{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

.testoArancione{
	font-family:Verdana;
	font-size:11px;
	color:#ff6c00;
	text-decoration:none;
	font-weight:normal;
}

.testoVerde{
	font-family:Verdana;
	font-size:11px;
	color:#003100;
	text-decoration:none;
	font-weight:normal;
}

.testoRosso{
	font-family:Verdana;
	font-size:11px;
	color:#FF0000;
	text-decoration:none;
	font-weight:normal;
}

.testoNero{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

.testoBordo{
	font-family:Verdana;
	font-size:11px;
	color:#ab1919;
	text-decoration:none;
	font-weight:normal;
}

.testoGrigio{
	font-family:Verdana;
	font-size:11px;
	color:#828896;
	text-decoration:none;
	font-weight:normal;
}

.testoGrigioBold{
	font-family:Verdana;
	font-size:11px;
	color:#828896;
	text-decoration:none;
	font-weight:bold;
}

A:hover{
	text-decoration:underline;
}

.testoProfilo{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	line-height: 18px;
}
.testoArancione9{
	font-family:Verdana;
	font-size:9px;
	color:#ff6c00;
	text-decoration:none;
	font-weight:normal;
}