.dot { 
	position: absolute; 
	width: 6px; height: 6px; 
	visibility: hidden; 
	background-color: #910000; 
	font-size: 1px; 
	cursor: pointer;  
	z-index: 100; 
}

.dotoff { 
	position: absolute; 
	width: 6px; 
	height: 6px; 
	visibility: hidden; 
	background-color: gray; 
	font-size: 1px; 
	cursor:default; 
	z-index: 100;
}

.dotempty { 
	position: absolute; 
	width: 6px; 
	height: 6px; 
	visibility: hidden; 
	background-color: #FFA500; 
	font-size: 1px; 
	cursor: pointer;  
	z-index: 100; 
}

.caption { 
	position: absolute; 
	visibility: hidden; 
	font-family: Tahoma; 
	color: black;
	font-size: 11px; 
	text-align: Center; 
	cursor: default; 
	z-index: 1; 
}

BODY { 
	margin: 0px; 
	background-color: white; 
}

P { 
	font-size: 10px; 
	font-family: tahoma; 
	color: black 
}

.indice A:link { 
	text-decoration: none; 
	color: #535F6D;
}

.indice A:visited { 
	text-decoration: none;
 	color: #EC8321;
}

.indice A:hover { 
	text-decoration: underline; 
}

.Testo { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 16px; 
	color: #663300; 
	text-align: justify; 
	text-decoration: none;
	font-weight: normal;
} 

.TestoGRASSETTO { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 16px; 
	color: #663300; 
	text-align: justify; 
	text-decoration: none; 
	font-weight: bold;
}

.Testot { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 16px; 
	color: #910000; 
	text-align: justify; 
	text-decoration: none ; 
	font-weight: normal;
}

H1 {
	color: #910000;
	text-align: center;
}

table.tabella {
	background: #fdffca;
	margin: 0px 0px 10px 20px;
	padding: 0px;
	border: 1px solid #cc3;
	width: 90%;
}

table.tabella td {
	margin: 5px;
	padding: 3px;
	text-align: center;
	border: 1px solid #cc3;
}

table.tabella td.Testot {
	color: #910000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

tr.grassetto td {
	font-weight: bold;
}

#lnkInizioPagina {
 	color:#910000;
}


