/* CSS Document */

/* -------------------- Body */
BODY {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image:url(img/fondo.gif);
	background-repeat:no-repeat;
	color : #000000;
	}

td,tr,p,div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat:repeat;
	}
	
h3 {
	color: #009900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px; 
	font-weight: bold;
	}

h5 {
	color: #000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	}
	
	
	
	
/* ------------------ Horizontal Line */	
hr {
	background: #C0C0C0; height:2px; border: 1px inset;
	}

hr.separator {
	background: #C0C0C0;
	height: 1px;
	width: 75px;
	border: 0px;
}

	

/* -------------------- menu top*/
.menutop {
	color: #0c547b;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	}

a.menutop:link, a.menutop:visited {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	}
	
a.menutop:hover {
	color: #00592f;
	text-decoration: underline;
	}



/* -------------------- menu top servizio*/
.menutop2 {
	color: #0c547b;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	}

a.menutop2:link, a.menutop2:visited {
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	}
	
a.menutop2:hover {
	color: #ffffff;
	text-decoration: underline;
	}





/* --------------------- immagini */
#immagine {
	border: 2px solid #724238;	
}



/* --------------------- testo */
a.testo:link, a.testo:visited {
	color: #009900;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	text-decoration: underline;
	}
	
a.testo:hover {
	color: #00592f;
	text-decoration: underline;
	}
	
/* -------------------- piede*/
.piede {
	color: #888888;
	font-family: Arial, Verdana, 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: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	}
	
a.piede:hover {
	color: #888888;
	text-decoration: underline;
	}

