body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	border: thin none #FFFFFF;
	background-image: none;
}
.logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #000033;
	line-height: normal;
	text-align: justify;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	display: compact;
	background-color: #FFFF99;
	margin: 1px;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border: solid #000000;
}
.avvertenza {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	background-color: #FFFF66;
	background-image: none;
}
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	color: #000033;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	text-decoration: underline;



}
.menugenerale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #000033;
	text-decoration: none;
	position: absolute;
	visibility: visible;
	height: auto;
	width: auto;
	top: 1em;
	right: 1em;
}
.informazione {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	background-color: #66FF66;
}
.imglogo {
	float: left;
	left: 10px;
	top: 10px;
	position: absolute;


}
.table1 {
	border-style: solid;
	border-width: 1;
	background-color: #F8E9AA;
	border-bottom-color: #C8AE54;
	border-left-color: #FCF3CE;
	border-right-color: #C8AE54;
	border-top-color: #FCF3CE;
	}

.table2 {
	border-style: solid;
	border-width: 1;
	background-color: #D1CD76;
	border-bottom-color: #ADAA57;
	border-left-color: #DCD994;
	border-right-color: #ADAA57;
	border-top-color: #DCD994;
	}

.header {
	border-style: solid;
	border-width: 1;
	background-color: #A00000;
	border-bottom-color: #510101;
	border-left-color: #B20000;
	border-right-color: #510101;
	border-top-color: #B20000;
	}
/*stili per il layout fisso con altezza minima*/
html,body{
	margin: 0;
	padding:0;
	height:100%;
	}
body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
	background-color:#EEEEEE;
	}
div#container{
    background-image: url(/img/sfondo.gif);
	position:relative;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	padding: 1em 1em;
	}
body>div#container{
	height:auto;
	min-height:100%
	}
div#footer{
	position: absolute;
	bottom:0; 
	width: 100%; 
	padding: 0.5em 0; 
	background-color: #EEEEEE;
	color: 0;
	text-align:center;
	}
/*stili generici, su header e footer*/
div#header{
	color: #000000
	}
h1,h2{
	margin: 0;
	padding:0;
	}
h1{
	padding-left:0.5em;
	font: bold 2.3em/80px arial,serif
	}
h2{
	color: #999;
	font-size: 1.5em
	}

div#footer a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline
	}

/*stili specifici per il layout*/
div#navigation{ 
	background-color: #EEEEEE 
	}
div#content{
	padding: 1em 1em 5em
	}


/*stili per la navigazione*/
div#navigation ul{margin: 0;padding: 0; list-style-type: none;}
div#navigation li{display: inline; margin: 0 0 0 1em;padding: 0} /*nota display: inline*/
div#navigation a{color:#369;font: normal bold 1.2em/2.5em arial,sans-serif;text-decoration: none}
div#navigation a:hover{color: #fff;text-decoration: underline}
div#navigation a#activelink{color: #033;text-decoration: none}

.tabella_usato{
  font-size: small;
  border-left-color: #DCD994;
}
.link{
  background-color: transparent;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-left: 3px;
  padding-right: 3px;
}
.link:hover{
  background-color: #999999;
}
