a.menu:link   {
	text-decoration: none;
	color: Navy;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	color: Navy;
	font-weight: bold;
}
a.menu:hover	{
	text-decoration: underline;
	color: Blue;
	font-weight: bold;
}

a:link   {
	text-decoration: none;
	color: #993300;
	font: normal;
}
a:visited { 
  text-decoration: none; 
  color : #993300;
  font: normal;
}
a:hover	{ 
  text-decoration: underline; 
  color : #993300;
  font: normal;
}

P{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Navy;
	border-bottom: 1px solid Silver;
}


caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Navy;
	border-bottom: 1px solid Silver;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;	
}

TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-style: italic;
}

P{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

DT {
	FONT-SIZE: 11.5px;
	BORDER-BOTTOM: #ffffff px solid;
	TEXT-ALIGN: left;
	FONT-FAMILY: ARIAL;
	text-decoration: blink;
	color: #993333;
}

DD {
	PADDING-RIGHT: 100px;
	PADDING-LEFT: 1px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 5px;
	TEXT-ALIGN: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #003366;
}
TH {
   FONT-WEIGHT: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
 
}

TH.dati {
	BORDER-RIGHT: 1px solid;
	COLOR: #000000;
	BORDER-BOTTOM: 1px solid;
	BACKGROUND-COLOR: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	background-position: center;
}

TD.dati_sx {
	PADDING-LEFT: 2px;
	
	color: #000066;
	border: 1px solid #CCCCCC;
}
TD.dati_dx {
	PADDING-LEFT: 2px;
	
	font-weight: normal;
	color: #333333;
	border: 1px solid #CCCCCC;
}

