/*
General CSS for main page
*/
body{
	font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.8em;
	margin:0px;
	background-color: #FFFFFF;
	text-align:center;
}

h1 {
  font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  font-variant: small-caps;/*maiuscoletto*/
	font-weight: bold;
	color: #535300;
	font-size: 24px;
	text-align: center;
}

h2 {
  font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  font-variant: small-caps;/*maiuscoletto*/
	font-weight: bold;
	color: #535300;
	font-size: 20px;
	text-align: center;
}

h3 {
  font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  font-variant: small-caps;/*maiuscoletto*/
	font-weight: bold;
	color: #535300;
	font-size: 14px;
	text-align: center;
}

h4 {
  font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-weight: bold;
	color: #535300;
	font-size: 12px;
	text-align: center;
}



p {
}

.li {
  font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-indent: 00px;
	text-align: left;
}

.testo {
  font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	text-indent: 00px;
	text-align: center;
}
.testosmall
{
  font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: #000000;
	font-size: 9px;
	text-indent: 0px;
	text-align: left;
}



table{

}


td img {display: block;}

.ricerca{
	font-size: 14px;
  color: #000000;	
	text-align: left;
	vertical-align: top;
	background:#C0C0C0; 
}

.ricercatestoL{
	font-size: 11px;
  color: #726E6D;	
	text-align: left;
	vertical-align: middle;
	background:#FFFFFF; 
}

.ricercatestoR{
	font-size: 11px;
  color: #726E6D;	
	text-align: right;
	vertical-align: middle;
	background:#FFFFFF; 
}

.ricercabutton {
 width:20; 
 height:22;
 font-size: 14px; 
 color: #726E6D;
 font-weight: bold;	
 background-color:#C0C0C0; 
 border:1px solid;  
 font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
 background: #C0C0C0;
 cursor:pointer;
}

.testo{
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	background:#FFFFFF; 
}

.list{
	font-size: 10px;
	text-align: center;
	align: center;
	border-width:1px; 
	padding:1px;	
	border-style:outset; 
	border-color:black; 
	background:#FFFFFF; 
	-moz-border-radius:4px;
}

.button {
 width:135; 
 height:22;
 font-size: 14px; 
 color: #ffffff;
 font-weight: bold;	
 font-family: Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
 -moz-border-radius:4px; 
 background: #535300;
}

.domanda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 400px;
	height: 80px;
	padding: 1px;
	vertical-align: middle;
	border: 2px solid #4B0082;
}

/*
modificati
*/

.Titolo {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #A4AB10;
	font-size: 14pt;
}

.IntestazioniTab10pt {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

.Testo9pt {
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: 9pt;
}

.Testo10pt {
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: 10pt;
}

.Testo11pt {
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: 11pt;
	line-height: 18pt;
}


a.tabella:link {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #767D0D;
	text-decoration: none;
	font-weight: bold;

}
a.tabella:visited {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #767D0D;
	text-decoration: none;

}
a.tabella:active {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #767D0D;
	text-decoration: none;

}
a.tabella:hover {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #767D0D;
	text-decoration: underline;

}





