/* CSS Document */
body {
	background-color: #E0DFE3;
	
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9933;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF9933;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}
a:active {
	text-decoration: underline;
	color: #FF9933;
}

.menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9933;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}
.menu a:link {
	text-decoration: underline;
	
	
}
.menu a:visited {
	text-decoration: underline;
	color: #FF9933;
	
}
.menu a:hover {
	text-decoration: none;
	color: #999999;
	
}
.menu a:active {
	text-decoration: underline;
	color: #FF9933;
	
}
.bordo_basso {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px 0px 0px;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	text-align: left;
}
.testo_evidenziato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9933;
	padding: 0px;
	font-weight: bold;
	margin: 0px;
}
.sfondo_strisce {
	background-image: url(imm/sfondo_strisce.jpg);
	background-repeat: repeat;
}
.sfondo_bianco {
	background-color: #FFFFFF;
}
.testo_ev_dx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9933;
	padding: 0px;
	font-weight: bold;
	margin: 0px;
	text-align: right;
}
