

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #999999;
}

p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
	margin-right:  20px;
	margin-top: 20px;
	text-align: justify;
}

#hdr {
		position: fixed !important;
      margin-top: 0px;
      left: 0px;
      right: 0px;
      height: 120px;
      text-align: right;
	   background-image: url(../images/barra.jpg);
		background-repeat : no-repeat;	
}

#hdr ul {
	margin-top: 90px;
	height: 10px;
	margin-right: 20px;
}

#barra :link, #barra :visited {
	font-family : verdana, sans, arial, helvetica, sans-serif;
	font-size : 16px;
	color: white;
	font-weight : bold;
	text-decoration : none;
}

#barra li {
	display: inline;
	padding-left: 10px;
}

#barra li a:hover {
	border-bottom : 2px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	color : #FFA500;
}

div.menu {
	width: 174px;
	position: fixed !important;
	position: absolute;
	top: 150px;
}

#laterale dl dd a {
	display: block;
  	margin-left: -2em;
	margin-bottom : 4px;
  	padding:4px 4px;
  	font-size:1em;
  	color: navy;
  	background-position: right;
	font-weight: bold;
	text-decoration: none;
  }
  
#laterale a:hover {
	width: 180px;
  	margin-left: -2em;
  	font-size:1em;
  	background-position: right;
	color: white;
	font-weight: bold;
	background-image: url(../images/sfondo.jpg);
	background-repeat: no-repeat;
  	
}
  
#laterale dl dd a:hover {
  	color: White;
  	font-weight:bold;

}

#laterale dl  dd :visited {
  	color: White;
  	font-weight:bold;
}

#main {
	position: fixed !important;
	top: 150px;
	width: 75% !important;
	width: 75%;
	margin-left: 220px;
	font-size: 90%;
	border-width: 1px;
	background: #dcdef8;
	color: inherit;
	border-color: #0A0F5A;
	padding-bottom: 20px;
}

#main table{
	width: 80% !important;
	width: 80%;
}

#main table td{
	width: 60% !important;
	width: 60%;
	padding-top: 20px;
}


#main h2{
	border-bottom: solid 2px;
	color: Navy;
	font-size: 18px;
}

#main h3{
	font-size: 14px;
}

#main h4{

	font-size: 12px;
}

#main p{
	text-align: justify;
	width: 95%;

}

.mt{
	font-weight: bold;
}

address.copy{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size : 12px;
	position: absolute;
}

 p.info {
	float:left;
	font-size: 12x;
	width: 44ex;
	margin-top: -1ex;
	padding-top: 8px;
}

.immagine1{
	margin-left: 20%;

}


table {

	table-layout: fixed;
	border-collapse: collapse;
}

td{
	width: 180px;
	height: -10px;
}
tr{
	height: -10px;
}



