	  body {
		  margin: 0 auto;
		  padding: 0px;
		  font-family: sans-serif;
		  font-size: small;
		  text-align: center;
		  background: #272727 url("Images/Back1.gif") repeat-x;	
	  }
	  A:LINK {
	   color : #7c1021;
	   text-decoration: none
	  }
	  A:VISITED {
	   color : #7c1021;
	   text-decoration: none
	  }
	  h1 {
		  font-family: sans-serif;
		  color: #0068B8;
	  }
	  
	  li.LOCKED {
		  font-weight: bold;
	  }

	  #page_container{
		  width: 776px;  
		  margin: 0 auto; 
		  text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	  }
				  
	  #header{
		  margin-top: 20;
		  height: 76px;
		  padding: 0;
		  background: url("Images/Header.png") no-repeat right center;
	  }
	  
	  #menu{
		  height: 30px;
		  padding: 0;
		  background: url("Images/Menu.jpg") 0 0 no-repeat;
	  }
	  
	  #center_container {
		  padding:30 20 10;
		  height: 615px;
		  overflow:auto;
		  clear: both;
		  /* background:url("Images/Body1.gif") 0 12 no-repeat; */
		  font-size: 18;
		  /*color: #DDDDDD;*/
		  background: #4D738E;
		  margin: 12px 0px 0px;
		  text-align: right;
		  font-style: normal;
	  }
	  
	  
	  #footer{
		  margin: 6px 0px 0px;
		  position:relative;
		  bottom:0;
		  width:100%;
		  height: 25px;
		  text-align: center;
		  font-family: Tahoma, Verdana, Geneva, sans-serif;
		  font-size: 11px;
		  color: #BBBBBB;
		  }

	  A:link.color1 { color: #DDDDDD; }
	  A:visited.color1 { color: #DDDDDD; }
		
	.title {
		font-size: 36;
		color: #DDDDDD;
		text-align: right;
		font-style: normal;
	}
	
	.subtitle {
		font-size: 22;
		font-weight: bold;
		color: #000000;
		text-align: left;
		font-style: normal;
	}
