@charset "UTF-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
	background-color:#FFFFFF;
	background: url(images/fondo.jpg) no-repeat;
}
/* NAVIGATION
----------------------------------------------- */
.Selected_item {
	color: #170908;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-right: 0px;
	background: url(images/selected.gif);
	height: 22px;
	width: 116px;
	display: block;
	padding-right: 10px;
	text-align: right;
	line-height: 20px;
	}

.Menu_item {
	color: #170908;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-right: 0px;
	background: url(images/pulsante.gif) no-repeat center top;
	height: 22px;
	width: 116px;
	display: block;
	padding-right: 10px;
	text-align: right;
	line-height: 20px;
	font-style: normal;
	}
.Menu_item:hover {
	color: #ffffff;
	background: url(images/pulsante.gif) no-repeat center bottom;
	}
	
.Lingua_item {
	color: #170908;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-right: 0px;
	height: 22px;
	width: 116px;
	display: block;
	padding-right: 10px;
	text-align: right;
	}
.Lingua_item:hover {
	color: #FFFFFF;
	}
/* CONTENUTI
----------------------------------------------- */
A {color: #7f1800;
	text-decoration: none;
	}
A:hover {color: #cc3300;
}
.Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 40px;
	color: #7f1800;
	border-bottom: 1px solid #7f1800;
}
.Subtitle {
color: #7f1800;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.Comment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
.Contenuto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.Footer {
	border-top: 1px solid #7f1800;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
