body{
  font-family: Arial;
  font-size: 12px;
  color: Black;
	margin:0;
padding:0;
}

P{
  font-family: Arial;
  font-size: 12px;
  color: Black;
}

TD{
  font-family: Arial;
  font-size: 12px;
}

.titolo_modulo{
	font-family: Arial;
	font-size: 12px;
	color: #6495ED;
	font-weight: bolder;
}

.titolo_modulo_centrale{
	font-family: Arial;
	font-size: 12px;
	color: #6495ED;
	font-weight: bolder;
	margin-top: 4px;
	border-bottom: 1px dotted;
}

a:link{
	text-decoration: underline;
	color: #2D2D2D;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
}
 
a:visited{
	text-decoration: underline;
	color: #2D2D2D;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
}

a:hover{
	text-decoration: underline;
	color: #6495ED;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
}

a.menu:link{
  text-decoration: underline;
  color: white;
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;  
}
 
a.menu:visited { 
  text-decoration: underline;
  color : white; 
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
}

a.menu:hover	{
  text-decoration: underline;
  color: white;
  font-weight: normal;
  font-family: Arial;
  font-size: 12px;
}

img.zoom{
	cursor:url(zoom.cur); 
}

.option{
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bottone{
	cursor: pointer;
	border: 1px solid #CCC;
	background-image: url('background/button_off.gif');
	font-family:Arial;
	font-size: 12px;
	
}