@charset "utf-8";
/* CSS Document */

.sfondo {
	background-image: url(images/testata.jpg);
	background-repeat: no-repeat;
}

.testonero {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FF0000;
}
.testonerobold {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-weight:bold;
}
.testobianco {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.testobiancobold {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
}
.TITOLOBIANCO {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight:bold;
}
.TITOLONERO {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#FF0000;
	font-weight:bold;
}
