body {
	margin: 0px;
	padding: 0px;
	background-color: #F8981D;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
.titoletti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F55A1C;
}
.sottotitoli {
	font-size: 12px;
}
.testo {
	font-size: 10px;
}
a.testo, a.testo:link, a.testo:visited {
	font-size: 10px;
	color:#3398B9;
}
a.testo:hover {
	color:#0066CC;
}

.testowhite, a.testowhite, a.testowhite:link, a.testowhite:visited {
	font-size: 10px;
	color:#ffffff;
}
a.testowhite:hover {
	color:#0066CC;
}

.testooff {
	color:#B3B3B3;
	font-size:10px;
}
.numeristep {
	color:#ffffff;
	font-size:20px;
}


.box {
	border: 1px solid #CCCCCC;
}
.spot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #84C0D5;
}
submit, .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	width: 80px;
}
