body{
  font-family: Verdana;
  font-size: 11px;
  color: Black;

}

P{
  font-family: Verdana;
  font-size: 11px;
  color: Black;
}

TD{
  font-family: Verdana;
  font-size: 11px;
}

.titolo_modulo{
  font-family: Verdana;
  font-size: 11px;
  color: White;
  font-weight: bolder;  
}

.titolo_modulo_centrale{
  font-family: Verdana;
  font-size: 11px;
  color: White;
  font-weight: bolder;   
}

a:link   {
  text-decoration: underline;
  color: #336699;
  font-weight: normal;
  font-family: Verdana;
  font-size: 11px;  
}
 
a:visited { 
  text-decoration: underline;
  color : #336699; 
  font-weight: normal;
  font-family: Verdana;
  font-size: 11px;
}

a:hover	{
  text-decoration: underline;
  color: black;
  font-weight: normal;
  font-family: Verdana;
  font-size: 11px;
}

a.menu:link   {
  text-decoration: underline;
  color: white;
  font-weight: normal;
  font-family: Verdana;
  font-size: 11px;  
}
 
a.menu:visited { 
  text-decoration: underline;
  color : white; 
  font-weight: normal;
  font-family: Verdana;
  font-size: 11px;
}

a.menu:hover	{
  text-decoration: underline;
  color: white;
  font-weight: normal;
  font-family: Verdana;
  font-size: 11px;
}

img.zoom{
	cursor:url('zoom.cur'); 
}

.option{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bottone{
	cursor: pointer;
	border: 1px solid #CCC;
	background-image: url('background/button_off.gif');
	font-family:Tahoma;
	font-size: 12px;
}

a.immagine:link   {
	text-decoration: none;
  color: #336699;
}
 
a.immagine:visited { 
  text-decoration: none;
  color: #336699;
}

a.immagine:hover	{
  text-decoration: underline;
  color: #336699;
}

.bordo_grigio {
  border: 1px solid gray ;
  }