a:link {  color: #003366; text-decoration: none}
a:visited {  color: #003366; text-decoration: none}
a:hover {  color: #253C82; text-decoration: underline;}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*font-size: 0.625em;*/
	font-weight: bold;
	color: #000000;
	background-color: #CCE3EE;
	border: 1px solid #FFFFFF;
	padding: 2px;
	}
select {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	font-size: 0.625em;
	font-weight: bold;
	color: #000000;
	background-color: #CCE3EE;
	border: 1px solid #FFFFFF;
	padding: 2px;
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	font-size: 0.625em;
	font-weight: bold;
	color: #000000;
	background-color: #CCE3EE;
	border: 1px solid #FFFFFF;
	padding: 2px;
	}
	/*mantenuto per retrocompatibilita*/
body {
   background-color: #FFFFFF;
   margin-left:0;
   margin-top:0; 
   text-align: left;
   color:#000000;
   font-size:9px;
   font-family:Verdana;
   }  
   

   
img {border:0px;}   

.boxtitolo
{
   background-color: #253C82;
   height: 25px;
   color: #FFFFFF;
   margin: auto;
   text-align:left;
   vertical-align:middle;
   font-size: 10px;
   /*font-size: 0.625em;*/
   font-weight: bold;
   font-family:Verdana,Arial;
   padding-left: 3px;
   padding-right: 3px;
   padding-top:6px;
}

.boxtesto
{
   background-color: #FFFFFF;
   color: #000000;
   margin: auto;
   text-align:right;
   font-size: 10px;
   /*font-size: 0.625em;*/
   font-family:Verdana,Arial;
   padding-left: 3px;
   padding-right: 5px;
}

.textlink a:link {
   background-color: #ffffff;
	font-family: Arial, serif;
	font-size: 12px;
	/*font-size: 0.75em;*/
	color: #383734;
	font-weight: bold;
   text-align: center;
   text-decoration: none;
}
.textlink a:visited {
   background-color: #ffffff;
	font-family: Arial, serif;
	font-size: 12px;
	/*font-size: 0.75em;*/
	color: #383734;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.textlink a:hover {
   background-color: #ffffff;
	font-family: Arial, serif;
	font-size: 12px;
	/*font-size: 0.75em;*/
	color: #253C82;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

span.sottolineato {
	text-decoration: underline;
}

span.grassetto {
	font-weight: bold;
}

span.corsivo {
	font-style: italic;
}

span.normale {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.table
{
   width:100%;
   border:1px solid black;
   border-collapse:collapse;
}
.table th
{
  font-weight:bold;
  vertical-align:top;
  border:1px solid black;
  border-collapse:collapse;
}
.table td
{
  vertical-align:top;
  border:1px solid black;
  border-collapse:collapse;
}
.amministratori_img
{
  border-width:1px;
  border-style:solid;
  border-color:#253C82;
}
