body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../immagini/sfondo.jpg);
	background-repeat: repeat-x;
	background-color: #99BAE3;
}

.titolo {
	color: #FF6600;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.testo {
	color: #485578; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
}
.testo a:link, .testo a:visited {
	color: #485578; 
	text-decoration:none;
}
.testo a:hover {
	text-decoration:underline;
}

.testo_arancio {
	color: #FF6600; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
}
.testo_arancio a:link, .testo_arancio a:visited {
	color: #FF6600; 
	text-decoration:none;
}
.testo_arancio a:hover {
	text-decoration:underline;
}

.menu_sel {
	color: #485578; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
}
.menu_sel a:link, .menu_sel a:visited {
	text-decoration:none;
	font-weight: bold;
	color: #485578; 
}
.menu_sel a:hover {
	text-decoration:underline;
}

.menu {
	color: #485578; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
}
.menu a:link, .menu a:visited {
	text-decoration:none;
	color: #485578; 
}
.menu a:hover {
	text-decoration:underline;
}

.footer_titolo {
	color: #FF6600;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footer_testo {
	color: #666666; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
}
.footer_testo a:link, .footer_testo a:visited {
	color: #666666; 
	text-decoration:none;
}
.footer_testo a:hover {
	text-decoration:underline;
}

.footer_small {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CEDEF0;
	font-weight:bold;
}
.footer_small a:link, .footer_small a:visited {
	color: #CEDEF0;
	text-decoration:none;
	font-weight:bold;
}
.footer_small a:hover {
	text-decoration:underline;
}

