body {
	background-color: #c6dcfa;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(img/sf-v.gif);
	background-position: center;
	background-repeat: repeat-y;
}
td {
	font-family: Verdana;
	font-size: 12px;
}
td.dati {
	font-family: Verdana;
	font-size: 10px;
}
td.titdati {
	color: #0059EF;
}
td.sf-o {
	background-image: url(img/sf-o.gif);
	background-position: top;
	background-repeat: repeat-x;
}

td.sf-p {
	background-image: url(img/sf-p.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 400px;
}

a:LINK{
	font-weight : bold;
	color: #E60000;
	text-decoration : none;
}
a:VISITED {
	font-weight : bold;
	color: #E60000;
	text-decoration : none;
}
a:HOVER {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#menu a:LINK{
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#menu a:HOVER{
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #E60000;
}
#menu a:VISITED {
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
td.titolo {
	background-image: url(img/titolo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	height: 22px;
}

#dropmenudiv{
position:absolute;
border:1px solid #E60000;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
opacity: 0.6;
-moz-opacity: 0.6;
filter: alpha(opacity=90);
 background-color: #E60000;
}

#dropmenudiv a:link{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #E60000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
text-align: left
}

#dropmenudiv a:visited{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #E60000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
text-align: left
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E60000;
color: #FFFFFF;
}
table.bordo {
	border: 1px solid #0159eb;
}

.maintext { margin: 20px; line-height:150% }

.little { font-size: 8pt; }

.ombra {
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=135, Strength=5)
}