BODY {
	background-color : #BDDFEF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.thsfo {
	font-family : Arial;
	font-size : small;
	background-color : #FFFFCC;
}

.tbcar {
	font-size : small;
}
.tbal {
	text-align : right;
}

h2 {
	color: #009;
	background-color: transparent;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}
h4 {
	color: #009;
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
}

img {
	border : 0;
}
/* Impostiamo gli identificatori (ID) */

div#contenuto {
	padding: 5px;
	margin-right: 145px;
	border-right: 1px dotted #360;
}

div#indice {
   color: #009;
   background-color: transparent;
   float: right;
   width: 120px;
   padding: 0px;
   padding-bottom: 3px;
   margin-top: 2px;
   margin-left: 15px;
   margin-right: 5px;
   margin-bottom: 50px;
}

div#footer {
   color: #666;
   background-color: transparent;
   padding: 5px;
   border-top: 1px #333 solid;
}



