body {
	margin: 0px;
	background-image:url(img/sfondo.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.testo1 {
	font-size:10px;
	color:#FFFFFF;
}
.testo2 {
	font-size:10px;
	color:#000000;
}
.testo3 {
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
}
.testo4 {
	font-size:10px;
	color:#FF0000;
	font-weight:bold;
}
.testo5 {
	font-size:10px;
	color:#999999;
}
.testo6 {
	font-size:20px;
	color:#cc0000;
}
.testo7 {
	font-size:10px;
	color:#cc0000;
	font-weight:bold;
}
.divisori {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3692ce;
	font-weight:bold;
}
.link1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
}
.link2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.link2:hover {
	text-decoration:underline;
}
.link3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
.link3:hover {
	text-decoration:underline;
}
.link4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#000000;
}
.link4:hover {
	text-decoration:underline;
}
.box {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width:200px;
}
.bottone {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(img/sfondo_bottone.gif);
	background-position:center; 
	background-repeat:repeat-x;
	text-align:center;
	border:2px solid #F00;
	border-radius: 3px;
}
.bottone:hover {
	text-decoration:underline;
}
.bottone_inlinea {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(img/sfondo_bottone.gif);
	background-position:center; 
	background-repeat:repeat-x;
	text-align:center;
	margin-right:4px;
	float:left;
	border:2px solid #F00;
	border-radius: 3px;
	width:199px;
}
.bottone_inlinea:hover {
	text-decoration:underline;
}
.bottone_form {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(img/sfondo_bottone.gif);
	background-position:center; 
	background-repeat:repeat-x;
	text-align:center;
	border:2px solid #F00;
	border-radius: 3px;
	width:100%;
	padding:1px;
	margin-bottom:5px;
}
.bottone_form:hover {
	text-decoration:underline;
}
