﻿.Box .Titolo
{
	background-attachment: fixed;
	background: url(Immagini/SfTitBox.jpg);
	background-repeat: repeat-x;
	height:18px;
	padding:6px 2px 0px 2px; 
	color:Yellow; 
	font-weight:bold ;  
	text-align:center ; 
	  
}
.Box .Corpo {background-color:#8ba1c0;margin-top:1px;padding:2px;color:White; }
.Box Label {color:White ;}
.Box span,.Box a {color:White ;}

.Box ul a
{
	background-position: left top;
	background-attachment: fixed;
	background: url(Immagini/Matitasf.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 158px;
	display: block;
	padding: 5px 0px 0px 25px;
	text-decoration: none;
	font-size:11px; 
	font-weight: bold;
	color:White ; 
}
.Box ul a:hover
{
	background: url(Immagini/MatitaSf_Hover.jpg);
}