@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
}
.Stile1 {
	color: #339933;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.Stile2 {
	color: #339933;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: none;
	text-align: center;
	background-color: #FFFFFF;
}
.Stile3 {
	color: #339933;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
}
.Stile4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.pulsanti {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	background-color: #339933;
	border: thin solid #339933;
	cursor:pointer;
}

