html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
body {
	background-image: url(../img/sf_page_top.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: 0px 1px;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
#menu {
	height:136px;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #EB6D17;
padding: 4px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
a{
color:#013499;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
.cornice{
	background-image:url(../img/sf_tab.gif);
	background-position:right;
	background-repeat:no-repeat;
	border:1px solid #EB6D17;
}
.testo10{
	font-size:10px
}