body
{
	background: gray;
}
table.head
{
	background-image: url(Images/head.jpg);
	background-repeat: no-repeat;
}
table
{
	background-color: #0000CC;
}
table.foot
{
	background-image: url(Images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.news
{
	margin: 0px;
	font-size: 12pt;
	font-family: verdana;
	color: #CCCC00;
	text-align:justify;
	font-style: oblique;
	font-weight: lighter;
	background-attachment: scroll;
}

/*Link generico SU SFONDO CHIARO*/
a:link, a:active, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: black;
	line-height: 14pt;
	font-size: 10pt;
	font-family: verdana;
}

a:hover
{
	color: black;
	line-height: 14pt;
	font-size: 10pt;
	font-family: verdana;
	text-decoration: underline;
}
/*Link generico SU SFONDO SCURO*/
a.dark:link, a.dark:active, a.dark:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #FF3300;
	line-height: 14pt;
	font-size: 11pt;
	font-family: verdana;
	text-decoration: underline;
}

a.dark:hover
{
	color: #CCCC00;
	line-height: 14pt;
	font-size: 11pt;
	font-family: verdana;
	text-decoration: underline;
}
/*Link-Bottoni delle divisioni in index.html*/
a.button:link, a.button:active, a.button:visited
{
	font-weight: bold;
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-family: verdana;
	background-image: url(Images/box_on.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0000CC;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.button:hover
{
	font-weight: bold;
	text-decoration: none;
	color: white;
	font-size: 10pt;
	font-family: verdana;
	background-image: url(Images/box_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0000CC;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.centrato
{
	margin: 0px; 
	line-height: 16pt; 
	font-size: 10pt; 
	font-family: verdana;
	color: #cc3300;
	text-align: center;
	
}

.giustificato 
{
	line-height: 16pt;
	font-size: 10pt;
	font-family: verdana;
	color: #99CCFF;
	text-align:justify;
	background-attachment: scroll;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

.destra
{
	line-height: normal;
	font-size: 10pt;
	font-family: verdana;
	color: black;
	text-align:right;
	background-attachment: scroll;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

.titolo 
{
	line-height: normal;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCC00;
	text-align:justify;
	font-style: normal;
	font-weight: bolder;
}
.progetto
{
	margin: 0px;
	line-height: 12pt;
	font-size: 10pt;
	font-family: verdana;
	color: #CC9900;
	text-align:justify;
	font-style: normal;
	font-weight: bolder;
	background-attachment: scroll;
}
.sottotitolo 
{
	margin: 0px;
	line-height: 24pt;
	font-size: 16pt;
	font-family: verdana;
	color: #CCCC00;
	text-align:justify;
	font-style: oblique;
	font-weight: lighter;
	background-attachment: scroll;
}

/* the news box */
#news
{
	width:500px;
	background:#eee;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:30px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
