body {
	background-color:#00004E;
	background-image: url("Background.jpg"); 
background-repeat:repeat-x;
/*	margin: 0 auto; */
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	text-align:center;
}

table {
	padding:0px;
	spacing:0px;
	border:0px;
}


table.lista {
	margin-top: 10px;
/*	margin-right: -10px;*/
}

table.lista tr td.descrizione {
	border-bottom-color:#DDDDDD;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:100%;
}

table.lista tr td.bullet {
	padding-right: 5px;
	white-space : nowrap;
	font-weight:bold;
}

td.descrizione img {
	margin:4px;
	border: 1px solid white;
}


.contenuto {
	padding-left:10px;
	width:525px;
	text-align:left;
	float:right;
}

.lato {
	padding-left:10px;
	width:250px;
	text-align:top;
	float:left;
}

.corpo {
	width:800px;
	}
	
.titolo {
	width:800px;
	background-color:#000033;
	background-image: url("MB_Titolo.gif"); 
}	

.menu {
	text-align:left;
	padding-left: 10px;
	font-size:13pt;
	border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:2px;
	color:#FFFFFF;

	}

.submenu {
	text-align:left;
	padding-left: 10px;
	font-size:12pt;
	border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:1px;
	color:#FFFFFF;

	}
	
.titolo1 {
	font-size:20pt;
	margin-top:6px;
	font-family:Palatino;
	font-variant:small-caps;
	color:#EEEEEE;
	width:100%;
	border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:5px;
}

.titolo2 {
	font-size:16pt;
	margin-top:6px;
	margin-bottom:6px;
	color:#EEEEEE;
}

.notizia {
	font-size:11pt;
	border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:12px;
	line-height: 120%;
	color:#EEEEEE;
	text-align:justify;
}

.immagine {
	text-align:center;
	font-style:italic;
	margin-top:15px;
	margin-bottom:15px;
}

img.thumbnail {
	border-width:1px;
	border-color:#FFFFFF;
	border-style:solid;
}

table.thumbnails {
  margin-top: 15px;
  padding:10px;
  border:0px;
}

div.immagine img {
	border-width:3px;
	border-color:#FFFFFF;
	border-style:solid;
	width:230px;
}

div.immagineGalleria {
  text-align:center;
  margin-top:10px;
}


div.immagineGalleria img {
	border-width:3px;
	border-color:#FFFFFF;
	border-style:solid;
}


.citazione {
	font-size:11pt;
	font-style:italic;
	text-align:center;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 120%;
}

div.menu a {
	font-style:normal
	}

div.submenu a {
	font-style:normal
	}
	
a:hover {
	text-decoration:underline;
	background: #333366 ;
}

a {
	font-style:italic;
	text-decoration:none
}


* {
	color:#FFFFFF;
}


@media Print
  
body {
	background-color:#FFFFFF;
}

@media Print
.titolo {
	background-color:#000000;
	background-image: url("MB_Titolo_Stampa.gif"); 
}
  
@media Print
* {
  color:#000000
}

