
BODY {
	background-color:#ffffff; 
	margin-top: 10px; 
	margin-left: 5px; 
	margin-right: 5px; 
	margin-bottom: 0px; 
	padding: 0px;
	overflow:auto;
	scrollbar-face-color: #eef0c4;
	scrollbar-shadow-color: #abba81;
	scrollbar-highlight-color: #abba81;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #abba81;
}

div.invisibile {display: none;}

/* testo */

.arial { color: white; font-size: 11px; font-family: Arial; text-decoration: none }

.titolo_su { color: #004d2b; font-size: 11px; font-family: Arial; text-decoration: none }
.titolo_rosso { color: #b3001e; font-size: 11px; font-family: Arial; text-decoration: none }
.titolo_rosso_b { color: #b3001e; font-size: 11px; font-family: Arial; text-decoration: none; font-weight:bold; }
.titolo_bianco { color: #ffffff; font-size: 11px; font-family: Arial; text-decoration: none }
.titolo_giallo { color: #f9cd36; font-size: 11px; font-family: Arial; text-decoration: none }
.titolo_verde { color: #abba81; font-size: 11px; font-family: Arial; text-decoration: none }
.titolo_verde_scuro { color: #004d2b; font-size: 11px; font-family: Arial; text-decoration: none }

.titolo_sx { color: #004d2b; font-size: 11px; font-family: Arial; text-decoration: none }
.titolo_sx_evidenziato { color: #ffffff; font-size: 11px; font-family: Arial; text-decoration: none }

.testo_grigio {
	color: #404952;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
}
.testo_giu { color: #ffffff; font-size: 11px; font-family: Arial; text-decoration: none }

A.titolo_su:Hover {color: #ffffff;  text-decoration: none; }
A.titolo_rosso:Hover {color: #f9cd36;  text-decoration: none; }
A.titolo_bianco:Hover {color: #f9cd36;  text-decoration: none; }
A.titolo_verde:Hover {color: #ffffff;  text-decoration: none; }
A.titolo_giallo:Hover {color: #ffffff;  text-decoration: none; }
A.titolo_sx:Hover {color: #ffffff;  text-decoration: none; }

/* ELEMENTI FORM */

	.input_type {
		border:solid 1px #abba81; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		height: 20px; 
		vertical-align:middle; 
		background-color:#abba81; 
		margin-left:5px; 
		margin-right:5px;
	}

	.input_type_submit {
		border:solid 1px #ffffff; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		height: 20px; 
		vertical-align:middle; 
		background-color:#004d2b; 
		width:25%; 
		color:#ffffff; 
		margin:5px;
	}

/* FINE ELEMENTI FORM */
