/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
input, textarea, select {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
form {
	padding: 0px;
	margin: 0px;
}
a:link, a:visited {
	color: #7A0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
	
	
/* CLASSI GENERICHE PER IL TEMPLATE */
.menu-titolo {
	font-size: 14px;
	background-color: #FF5A00;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
}
.menu-voci {
	padding-right: 5px;
	font-weight: bold;
	text-align: right;
}
.menu-top {
	background-color: #173266;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}
	.menu-top a:link, .menu-top a:visited {
		color: #FFFFFF;
		text-decoration: none;
		padding: 0px 3px 0px 3px;
	}
	.menu-top a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		background-color: #0099FF;
		padding: 0px 3px 0px 3px;
	}
.titolo {
    font-size: 18px;
	background-color: #FF5A00;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
.sottotitolo {
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}
.testo-piccolo {
	font-size: 11px;
}
.testo-lista {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.testo-bianco-piccolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
	.testo-bianco-piccolo a:link, .testo-bianco-piccolo a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	.testo-bianco-piccolo a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
.testo-giallo {
	font-size: 11px;
	color: #FCFF00;
}
	.testo-giallo a:link, .testo-giallo a:visited {
		color: #FCFF00;
		text-decoration: none;
	}
	.testo-giallo a:hover {
		color: #FCFF00;
		text-decoration: underline;
	}



/* CLASSI PER GLI ELEMENTI IN HOME PAGE */
.img-centrale {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
