body {
	margin:0px;
	background-color: #BCD1E0;
	background-image:url(img/sfondo.jpg);
	background-repeat:repeat-x;

}
.titolo {
	font-family: tahoma,arial,helvetica,verdana,sans-serif;
	font-size: 11px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-top:10px;
	font-weight:bold;
	
}
.testo {
	font-family: tahoma,arial,helvetica,verdana,sans-serif;
	font-size: 11px;
	color: #012968;
    line-height:13px;
	padding-top:10px;

}
a {
	font-family: tahoma,arial,helvetica,verdana,sans-serif;
	font-size: 11px;
	color: #012968;
	text-decoration:none;
}

a:hover {
	font-family: tahoma,arial,helvetica,verdana,sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration:none;
}


.sottomenu {
	background-image: url(img/sottomenu.gif);
	background-repeat:repeat-y;
	width:210px;	
}

.linea_dx {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7D96BE;	
}

.linee {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7D96BE;	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7D96BE;
}