a:link    {text-decoration: none; color: #ffffff; font-weight: normal;}
a:visited {text-decoration: none; color: #ffffff; font-weight: normal;}
a:active  {text-decoration: underline; color: #ffffff; font-weight: normal;}
a:hover   {text-decoration: underline; color: #ffffff; font-weight: normal;}

a.link1:link    {text-decoration: none; color: #CC0000; font-weight: normal;}
a.link1:visited {text-decoration: none; color: #CC0000; font-weight: normal;}
a.link1:active  {text-decoration: underline; color: #CC0000; font-weight: normal;}
a.link1:hover   {text-decoration: underline; color: #CC0000; font-weight: normal;}

h3 {
  	font-style : italic;
  	font-weight : normal;
    color: #ff9942;
    margin:0;
   }

.testo_normal {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}

.testo_desc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	text-align: justify;
}

.testo_small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #ffffff;
}

input	{
		border-style: solid;
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px;
		border-color: #66402b;
		border-width: 1;
		background-color:#FFFFFF;
		text-indent:2px;
		color:#000000;
		font:normal 12px Arial,Helvetica,sans-serif;
		}

.input2	{
		border-style: solid;
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px;
		border-color: trasparent;
		border-width: 0;
		background-color:#FFFFFF;
		text-indent:2px;
		color:#000000;
		font:normal 12px Arial,Helvetica,sans-serif;
		}

textarea {
		 border-color: #13007C;
		 border-width: 1;
		 color:#0B589D;
		 background-color:#ffffff;
		 text-indent:2px;
		 font:normal 10px Arial,Helvetica,sans-serif;
		 }

select	{
		border-color: #13007C;
		border-width: 1;
		color:#000000;
		background-color:#ffffff;
		text-indent:2px;
		font:normal 10px Arial,Helvetica,sans-serif;
		}

