.testo     {
	color: #333333;
	font-size: 70%;
	font-family: Arial, Verdana;
	text-align: justify;
	line-height: 18px;
}
.testobianco   { color: white; font-size: 9pt; font-family: "Century Gothic", Verdana, Arial; text-align: justify }
.firmasofos { color: #808080; font-style: normal; font-size: 8pt; font-family: Arial }
.titolo       { color: #d60000; font-weight: bold; font-size: 12pt; font-family: "Century Gothic", Verdana, Arial }
.schede   { color: #d60000; font-weight: bold; font-size: 9pt; font-family: "Century Gothic", Verdana, Arial }
.schedetit  { color: #000; font-weight: bold; font-size: 9pt; font-family: "Century Gothic", Verdana, Arial }
.titolobianco   { color: #fff; font-weight: bold; font-size: 12pt; font-family: "Century Gothic", Verdana, Arial }

a:active  { color: black; text-decoration: none }
a:link  { color: black; text-decoration: none }
a:visited  { color: black; text-decoration: none }
a:hover   { color: #d60000; text-decoration: none }

input   { color: #d60000; font-weight: bold; font-size: 8pt; font-family: "Century Gothic", Verdana, Arial }

.btnSubmit  { color: #ffffff; background-color: #d60000; width: 100px; border-bottom-color: #d60000; border-left-color: #d60000; border-right-color: #d60000; border-top-color: #d60000 }

.navbar ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 13px;
	letter-spacing: -1px;
	line-height: 23px;
	list-style-type: square;
	text-decoration: none;
}
.navbar ul li a:active{
color: #58585A;
}

.navbar ul li a:link{
color: #58585A;
}
.navbar ul li a:visited{
color: #58585A;
}

.navbar ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: -1px;
	line-height: 23px;
	list-style-type: square;
}