body {
	margin: 0px;
	background-color:#000;
	background-image:url(img/sfondo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
}

.menu {
	background-image:url(img/sfondo_menu.jpg);
	background-repeat:repeat-x;

}

.report {
	background-image:url(img/report.jpg);
	background-repeat:no-repeat;
	width:70px;
	height:20px;
	color: #CA061D;
	text-decoration:none;
	font-size:11px;
	background-position:center;

}


.contenuti {
	background-image:url(img/sfondo_contenuti.jpg);
	background-repeat:repeat-x;
	height:423px;
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size:12px;
}

.linea_grigia {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;

}

.linea_bianca {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;	

}

.linea_vert {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;	

}

.sottomenu_desel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6B02D;
	text-decoration:none;
	letter-spacing:-1px;
	font-weight:bold;
	padding:10px;
}

.sottomenu_desel:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
font-weight:bold;
letter-spacing:-1px;
padding:10px;
	
}

.sottomenu_sel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
font-weight:bold;
letter-spacing:-1px;
padding:10px;
	
}

.bordo {
	border: 1px solid #CCC;
	padding:10px;
	background-color:#000;
}

.linee {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C6B02D;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C6B02D;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	color:#C6B02D; 
	font-size:17px; 
	letter-spacing:-1px;
	font-weight:bold;
}



