/* 
Foglio di stile 
*/
td  {
	font-size : xx-small;
	font-family : tahoma;
}

A.asplink  {
	font-size : 14px;
	font-family : tahoma;
	font-weight : bold;
	color : #000080;
	text-decoration : none;
}

A.asplink:Visited  {
	font-size : 14px;
	font-family : tahoma;  
  color : #000080;
  font-weight : bold;
	text-decoration : none;
}

A.asplink:Active  {
	font-size : 14px;
	font-family : tahoma;
  color : #000080;
  font-weight : bold;
	text-decoration : underline;
}

A.asplink:Hover  {
	font-size : 14px;
	font-family : tahoma;
  color : #000080;
  font-weight : bold;
	text-decoration : underline;
}

A.asplink1  {
	font-size : 12px;
	font-family : tahoma;
	color : #000080;
	text-decoration : none;
}

A.asplink1:Visited  {
	font-size : 12px;
	font-family : tahoma;  
  color : #000080;
	text-decoration : none;
}

A.asplink1:Active  {
	font-size : 12px;
	font-family : tahoma;
  color : #000080;
	text-decoration : underline;
}

A.asplink1:Hover  {
	font-size : 12px;
	font-family : tahoma;
  color : #000080;
	text-decoration : underline;
}