body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #CE5700; 
	background-color: #FFCC66; 
	text-transform: none; 
	text-decoration: none; 
	margin-top: 15px
}

/* serve per togliere il border alle immagini linkate */
.no_border{
	border: none;
}

#contenitore_totale{
	/*se si toglie questo margin mozilla non centra pił il contenuto*/
	margin: auto;
	padding:0px;
	width:760px;
	text-align:left;
	/* height:390px;*/
	background-color:#FFFFFF;  
}

#top {
	margin:0px;
	padding:0px;
	width:760px;
	height:74px;
	background-color:#E66100;
}

#menu {
	margin:0px;
	padding:0px;
	width:760px;
	height:49px;
	background-color:#E66100;
	font-size: 10px; 
}

#title {
	margin:0px;
	padding:0px;
	width:760px;
	height:30px;
}

#content {
	margin:0px;
	padding:0px;
	width:760px;
	height:294px;
	background-repeat:no-repeat;
	background-position:bottom;	
}

.testi {
	padding:0px;
	width:760px;
	height:280px;
	overflow:auto;
}

#footer {
	margin:0px;
	padding:2px 0px 0px 0px;
	width:760px;
	height:16px;
	text-align:center;
	background-color:#ff6600;
	color:#FF9900;
	font-size: 10px; 
}

/* STILI RELATIVI AI COLLEGAMENTI IPERTESTUALI */
/* STILI RELATIVI AI COLLEGAMENTI IPERTESTUALI */
a:link {
	color: #F9C40B;
	text-decoration: none;
}

a:visited {
	color: #F9C40B;
	text-decoration: none;
}

a:hover {
	color: #AE8804;
	text-decoration: underline;
}



.menu_tab a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.menu_tab a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.menu_tab a:hover {
	color: #FFFF80;
	text-decoration: none;
	font-weight:bold;
}
.menu_tab {
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	text-align:center;
	vertical-align:bottom;
	height:39px;
}
.menu_tab td {
	padding:3px 4px 0px 4px;
	background-color:#E66100;
}



/*CALENDARIO*/


.cal_tab {
	border:1px solid #E66100;
	width:350px;
	height:230px;
	font-size: 12px; 

}

.cal_tab td {
	padding:3px 4px 3px 4px;
	border:1px solid #E66100;
	width:40px;
	text-align:center;
}