/* GENERALE */

img { border:0px none; }

/* COLLEGAMENTI IPERTESTUALI */
.nolink		   { text-decoration: none; }
a:link         { 
	text-decoration: none; 
	color: #3130CE; 
	font-size: 10px; 
 	background-color: transparent; 
	text-align: center;
	font-weight: bold; 
}
a:visited      { 
	text-decoration: none;
	color: #3130CE; 
	font-size: 10px; 
	background-color: transparent; 
	text-align: center;
	font-weight: bold; 
}
a:hover        {
	text-decoration: none; 
	color: #008040; 
	font-size: 10px; 
	background-color: transparent; 
	text-align: center;
	font-weight: bold; 
}


/* MODULI */
input		   { 
	font-size: 12px; 
	color: #FFFFFF; 
	text-align: center; 
	background-color: #8C9AC6;
	border-color: #3333cc;
	border-style:outset;
	border-width: 1px;
	margin-left: 0px; 
	margin-right: 0px;
	height:19px;	
}
.select		   {
	background-color: #8C9AC6;
	font-size: 12px; 
	color: #ffffff; 
	text-align: left; 
	border-color: #3333cc;
	border-style:outset;
	border-width: 1px;
	margin-left: 0px; 
	margin-right: 0px;
}
textarea {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	background-color:#8C9AC6;
	font-size: 12px; 
	color: #ffffff; 
	text-align: left;
	border-color: #3333cc;
	border-style:outset;
	border-width: 1px;
	margin-left: 0px; 
	margin-right: 0px;
}

.pulsante	  {
	TEXT-DECORATION: none;
	background-color: #2252F0;
	font-size:12px;
	color:#FFFF00;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	border-color: #080080;
	border-style:ridge;
	border-width: 1px;
	width:60px;
	height:19px;
	letter-spacing: .1em;	
}