body 
{  	font-family: trebuchet ms, verdana;
	font-size: 9pt;
	color: #000000;
	font-weight: normal; }
	
td
{  	font-family: trebuchet ms, verdana;
	font-size: 9pt;
	color: #000000;}

hr {color: 996633}

A:link 	  { FONT-WEIGHT: bold; COLOR: #990000; FONT-FAMILY: trebuchet ms, verdana; TEXT-DECORATION: none }
A:active  { FONT-WEIGHT: bold; COLOR: #990000; FONT-FAMILY: trebuchet ms, verdana; TEXT-DECORATION: none }
A:visited { FONT-WEIGHT: bold; COLOR: #990000; FONT-FAMILY: trebuchet ms, verdana; TEXT-DECORATION: none }
A:hover   { FONT-WEIGHT: bold; COLOR: #FF0000; FONT-FAMILY: trebuchet ms, verdana; TEXT-DECORATION: none }

.classetd {
	font-family: trebuchet ms, verdana;
	color: #4D4D40; 
	border: 1px solid #FFCC00;
	background-color: #FFFF00;
}

.classetd a {
	font-family: trebuchet ms, verdana;
	color: #990000; /* Questo  il colore del link */
	display: block; /* Fondamentale! Da impostare sempre */
	position: relative; /* Fondamentale! Da impostare sempre */
	text-decoration: none;
}

.classetd a:hover {
	font-family: trebuchet ms, verdana;
	color: #000000; /* Cambiamo il colore del link al passaggio del mouse */
	background-color: #FFCC00; /* Cambiamo il colore di sfondo al passaggio del mouse */
	text-decoration: none; }

.lineasotto
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.lineasotto2
{	border-bottom: 1px solid #CCCCCC;}

.pulsanti
{  	font-family: trebuchet ms, verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	background-color: #E5E5D5;
	border: 0px SOLID #CCCC99;
	color: #000000;	}
	
.tuttelineebianche
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.tuttelineegrigie
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbbbbb;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bbbbbb;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbbbbb;
}

.tuttelineetrannesopra
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF; }

.tdbordobianco {
	font-family: Verdana;
	border: 1px solid #ffffff;
}

.lineasopragrigia
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
}