.testo   

{ 
color: black; 
font-weight: normal; 
font-size: 12px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none; 
background-color: white 

}


.testo_piccolo   

{ 
color: black; 
font-weight: normal; 
font-size: 9px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none; 
background-color: white 

}


.testo_rosso  

{ 
color: red; 
font-weight: normal; 
font-size: 12px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none; 
background-color: white 

}




a:link  

{ 
color:  #3366CC;
font-size: 12px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none; 
}

a:visited  

{ 
color: #3366CC;
font-size: 12px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none; 

}

a:hover  

{ 
color: #006699;  
font-size: 12px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: underline; 

}

a:active  

{ 
color: #3366CC;
font-size: 12px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none; 

}







input 
{
	border: Black;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height : 20px;
	background-color : #E0E6EB;
	font-family : "Tahoma";
    font-size: 11px;
}select {
	font-family: "Tahoma", Tahoma;
	font-size: 11px;
	background-color: #E0E6EB;
    border: Black;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height : 20px;
}

textarea { 
 background: url(uri);color:#000000;
font-family : "Tahoma";
font-size: 11px;
}
radiobutton { 
 background: url(uri);color:#E0E6EB;
font-family : "Tahoma";
font-size: 11px;
}

