@charset "utf-8";
/* CSS Document */
body  {
	color:#333333;
	font-size:0.8em;
	line-height:150%;
	background: url(/img/background.jpg) no-repeat top;
	font-family: Tahoma, Geneva, sans-serif;
  }
  
.tabella_sfondo { 
  background:#fcfcfc;
  padding-top: 24px;
  padding-bottom: 24px;
  border-left:1px solid #ffffff;
  border-right:1px solid #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
   box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); 
  }
  
  .tabella_testata { 
  background:#fcfcfc;
  border:none;
  }
   
    .tabella_corpo { 
  background:#fcfcfc;
  border:none;
  }

  .tabella_testo { 
  background:#fcfcfc;
  border-top:15px solid #FFAA00;
  }
  
