﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: navy;
	background-image: url('../images/Sfondo_body.png');
}

.copyright {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	font-weight: bold;
}

.Titolo {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: navy;
	font-weight: bold;
	text-align: center;
}
.Titolo2 {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-family: Verdana;
	font-size: 14px;
	color: navy;
	font-weight: normal;
	text-align: center;
}

.descrizione {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: red;
	text-align: justify;
	font-style: italic;
}

.Testo {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-family: Verdana;
	font-size: 12px;
	color: #000080;
	text-align: justify;
}

#Privacy {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: 12px;
	background-color: #F1F6F9;
	margin-right: 10px;
	margin-left: 10px;
}
#Privacy p {
	padding: 0px;
	margin: 0px;
}

/*
----------------------------------
	Classi per gli spostamenti
----------------------------------
*/
#indice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: navy;
	background-color: #C9DAEC;
}
#indice a {
	padding: 3px 3px 3px 5px;
	color: #3A78C5;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 11px;
	border-bottom-width: 2px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #C1CCD9;
}
#indice a:hover {
	color: #000080;
	text-decoration: none;
	background-color: white;
}

#indice dl {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: block;
}
#indice dd {
	margin: 0px;
	color: white;
	background-color: #3A78C5;
	display: block;
	padding: 3px 0px 3px 0px;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom: 1px solid white;
	line-height: 20px;
}
/*
----------------------------------
	PIEDE
----------------------------------
*/

.piede {
	font-family: Arial;
	font-size: 9pt;
	color: #000080;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 3px;
	background-image: url('../images/Sfondo_bottom.jpg');
}

/*
----------------------------------
	Classi per ItalStudio
----------------------------------
*/
.prg {
	font-family: Arial;
	font-size: 11px;
	color: #000080;
	text-align: left;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: underline;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.descriz {
	margin: 0px 5px 5px 5px;
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-align: left;
	line-height: normal;
}
.descriz1 {
	margin: 0px 0px 0px 5px;
	font-family: Arial;
	font-size: 10px;
	color: #008080;
	text-align: left;
	line-height: normal;
	font-weight: bold;
}


