body {
	background-color: #2f2f2f;
}
ul {
	color:#FFFFFF;
}
.titoli_arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.titoli {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.maiuscoletto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-variant: small-caps;
	font-weight: normal;
	font-style: italic;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: normal;
}
.testo_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
	line-height: normal;
}
.testo_orange_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF8D1C;
	font-weight: normal;
	line-height: normal;
}
.testo_orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8D1C;
	font-weight: normal;
	line-height: normal;
}
.small_orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF8D1C;
	font-weight: bold;
	line-height: normal;
}
.small_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
.white_underlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	font-weight: normal;
	line-height: normal;
	text-decoration:underline;
}
.grande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-transform: capitalize;
}
.testo_maiuscolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
}
#top{
	background-image:url(../pics/top.jpg);
	background-position:center top;
	background-repeat:no-repeat; 
}
#linebottom {
	border-bottom-color:#4d4d4d;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
#footer{
	background-color: 4d4d4d;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}