/* CSS Document */

/* -------------------- Body */
BODY {
	margin: 0px 0px 0px 0px;
	background-color: #5c5c5c;
	background-repeat:no-repeat;
	color : #000000;
	}

td,tr,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-repeat:repeat;
	align="justify";
	}
	
h5 {
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	}
	
input, textarea { 
	font-family: arial; 
	font-size: 9pt; 
	color: #000000;
} 	


	
/* ------------------ Horizontal Line */	
hr {
	background: #C0C0C0; height:2px; border: 1px inset;
	}

hr.separator {
	background: #C0C0C0;
	height: 1px;
	width: 75px;
	border: 0px;
}



	

/* -------------------- menu sx*/
.menusx {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	}

a.menusx:link, a.menusx:visited {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	}
	
a.menusx:hover {
	color: #f99e1d;
	text-decoration: underline;
	}




/* -------------------- mail*/
.posta {
	color: #1d8af9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	}

a.posta:link, a.posta:visited {
	color: #1d8af9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	}
	
a.posta:hover {
	color: #0f4d8c;
	text-decoration: underline;
	}





/* --------------------- immagini */
#immagine {
	border: 1px solid #f99e1d;
	float:left;
}

#immagine2 {
	float:left;
}

#immagine3 {
	border: 1px solid #f99e1d;
}



/* --------------------- testo */
a.testo:link, a.testo:visited {
	color: #f99e1d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	text-decoration: underline;
	}
	
a.testo:hover {
	color: #a67420;
	text-decoration: underline;
	}
	
#banner {
	background-color:#f99e1d
	}
	
	
	
/* -------------------- piede*/
.piede {
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	}

a.piede:link, a.piede:visited {
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	}
	
a.piede:hover {
	color: #888888;
	text-decoration: underline;
	}

