﻿<style type="text/css">
.body {
	background-color:#3467FF;
	margin: 0; /* rimuoviamo i margini di pagina */
	text-align: center; /* sfruttiamo un bug di IE per allineare tutto globalmente */
}

.contenitore {
	background-color: rgb(255,255,255); 
	color: #000000; 
	margin:0 auto; /*Centra il container nella pagina*/
	width: 1000px;
	font-family: "MS Reference Sans Serif",Arial,sans-serif; 
	text-align: justify;
	font-size:9pt;
}
.contenitore p {
	margin: 0 7px; 
	font-family: "MS Reference Sans Serif",Arial,sans-serif; 
	text-align: justify;
	font-size:9pt;
}
.contenitore img {
	border: none;
}

.topplace {background: url('../images/topdx.png') no-repeat right top;}
.bottomplace {background: url('../images/downdx.png') no-repeat right top; display: block; clear: both}
img.placeborder {width: 20px; height: 20px;border: none;display: block !important; }

a {text-decoration:none}
a:link {color: blue;text-decoration: none;}
a:hover {color: red; text-decoration: none;}
a:focus { outline: 0; }
a.opacity img {filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;} a.opacity:hover img {filter:alpha(opacity=100);-moz-opacity: 1.0;opacity: 1.0;} 

.intestazione {
	background-color:#FFFFFF;
	margin:0 140px 0 140px;
	width:720px;
	height:38px;
}


.contenuto {
	background-color: #FFFFFF; 
	margin: 0; 
	width: 986px;
	height: 900px; 

}


.basso {
	background-color: #3467FF;
	width: 886px;
	margin: 2px 50px 0px 50px;
}	
.basso p {
	text-align:center;
	margin: 0 5px 0 5px;
	font-size:8pt;
	color:#000000; 
}
.basso img  {
	border:0px;
}
	
.barrasopra {background: url('../images/sopradx.gif') no-repeat right top;}
.barrasotto {background: url('../images/sottodx.gif') no-repeat right top; display: block; clear: both}
img.placeborder {width: 20px; height: 20px;border: none;display: block !important; }

</style>

