@charset "utf-8";
/* CSS Document */

body {
	/*font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #000066;*/
	margin:0px;
	background-color:#909090;
}

.top {
	background-image: url(../grafica/bg_top.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFFFFF;
	height: 110px;
}
.top_logo {
	padding-top:80px;
}
.centro {
	border-top: 7px solid #817458;
	border-bottom: 20px solid #817458;
	background-color:#FFFFFF;
}
.content {
	width: 900px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: #000066;
	padding:15px 0px 20px 0px;
	text-align:justify;
}

.footer {
	border-top: 1px solid #FFFFFF;
	background-color:#909090;
	background-image:url(../grafica/bg_footer.gif);
	background-repeat: repeat-x;
}
.footer_content {
	width: 900px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #2a2417;
	padding:10px 0px 10px 0px;
	text-align:justify;
}

.italic { font-style:italic;}
.bold { font-weight:bold;}

.nominativo {padding: 5px 0px 5px 0px;border-bottom: 1px dotted #817458;}
.titolo01 {	font-size: 14pt; color:#817458; font-weight: bold;}
.titolo02 {	font-size: 10pt; font-weight: bold;}

a:link {color: #993300;	text-decoration: underline;}
a:visited {color: #993300;text-decoration: underline;}
a:hover {color: #993300;text-decoration: underline;}
a:active {color: #CC6600;text-decoration: underline;}
