/* CSS Document */

/* -------------------- Body */
BODY {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image:url(img/fondo.gif);
	background-repeat:repeat;
	color : #000000;
	}

td,tr,p,div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat:repeat;
	}
	
h5 {
	color: #000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	}
	
input, textarea { 
	font-family: arial; 
	font-size: 9pt; 
	color: #000000;
}

.menu  {
	display:none; 
	margin-left:-10px;
	width:95%;
	}

ul.box  {
	margin-left:20px;
	}
	
ul.elenco  {
	margin-left:20px;
	}
	


/* ------------------ Horizontal Line */	
hr {
	background: #C0C0C0; height:2px; border: 1px inset;
	}

hr.separator {
	background: #C0C0C0;
	height: 1px;
	width: 75px;
	border: 0px;
}



	

/* -------------------- menu*/


.menutop {
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	}

a.menutop:link, a.menutop:visited {
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	}
	
a.menutop:hover {
	color: #a6b68b;
	text-decoration: none;
	}
	
	


/* --------------------- immagini */

#immagine {
	border: 1px solid #557737;
	float:center;
}

#immagine2 {
	float:left;
}

#immagine3 {
	border: 1px solid #f99e1d;
}



/* --------------------- testo */
a.testo:link, a.testo:visited {
	color: #d59600;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.testo:hover {
	color: #896000;
	text-decoration: underline;
	}
	
	
/* --------------------- testoHP */
.testohp {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-style:italic;
	text-decoration: none;
	}

a.testohp:link, a.testohp:visited {
	color: #d59600;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.testohp:hover {
	color: #d59600;
	text-decoration: underline;
	}


	
	
/* -------------------- piede*/
.piede {
	color: #557737;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	}

a.piede:link, a.piede:visited {
	color: #557737;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: underline;
	}
	
a.piede:hover {
	color: #d59600;
	text-decoration: underline;
	}


