@charset "utf-8";
body {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1,  h1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
h2, h2 a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #FFCC00;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}


p {
	color: #FFFFFF;
	line-height: 18px;
	font-size: 11px;
}
a {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


ul {
	margin: 0px;
	padding: 0px;
}
.formstyle {
	padding: 5px;
	border: 1px solid #333333;
	color: #FFFFFF;
	background-color: #1A1A1A;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
}
td {
	vertical-align: top;
}



.pulsante {
	background-color: #FFCC00;
	color: #000000;
	border: 1px solid #FF9900;
	padding: 5px;
	font-weight: bold;
}


.grigio {
	color: #666666;
}
.testo-grande {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.giallo {
	color: #FFCC00;
}
.sottolineato {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 0px;
	border-top-style: none;
}
