body { 
	background:url(images/sfondo.gif) fixed top left;
	margin: 0 0 0 0;
}

.slogan{
	background-image: url(images/slogan.png);
}

.testo_piccolo_bianco {
	font-family: Arial;
	font-size: 10px;
	line-height: normal;
	color: #ffffff;
}

.testo_piccolo {
	font-family: Arial;
	font-size: 10px;
	line-height: normal;
	color: #000000;
}

.testo_medio {
	font-family: Arial;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}

.testo_medio_nero {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #000000;
}

.testo_medio_bold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #ff6600;
}


form {
margin: 0px;
}


.caselle_form {
	font-family: Arial;
	width: 158px;
	height: 22px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff; 
	border: 1px solid #999999;
}

.casella_note {
	font-family: Arial;
	width: 158px;
	height: 58px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff; 
	border: 1px solid #999999;
}

.bottone_invia{
	font-family: Arial;
	width: 80px;
	height: 20px;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
}


.caselle_form:hover {
	border: 1px solid #ff6600;
}
.caselle_form:focus {
	border: 1px solid #ffcc00;
}
.casella_note:hover {
	border: 1px solid #ff6600;
}
.casella_note:focus {
	border: 1px solid #ffcc00;
}


a:link, a:visited {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ffcc00;
}
