/* Global Elements
=====================================================================*/

body 
{
	background-color:#003366;
	background-attachment: fixed;
	background-image: url(IMMAGINI/sfondonew.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:"Helvetica Neue",Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666666;
	margin: 0px;
}

a{
	color:#006196;
	text-decoration:none;
}

a:hover {
	color:#FF6600;
	text-decoration:underline;
}


.Titoli
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color:#006196;
}

.Titolonews
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color:#333333;
	text-transform: uppercase;
}

.Titolonews a
{
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color:#333333;
}


.Titolonews a:hover
{
	font-size: x-small;
	font-weight: bold;
	text-decoration:underline;
	color:#006196;
}

.Titolonews2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color:#333333;
}

.Titolonews2 a {
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color:#333333;
}


.Titolonews2 a:hover {
	font-size: x-small;
	font-weight: bold;
	text-decoration:underline;
	color:#FF6600;
}

.datanews
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: x-small;
	font-weight: regular;
	color: #999999;
}

.sottotitoli
{
	font-family: "georgia", Arial, Helvetica, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color:#ffffff;
	background-color: #FF6600;
}
.sottotitoli2
{
	font-family: "georgia", Arial, Helvetica, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color:#ffffff;
	background-color: #006196;
}

/* Homepage Specific Headers
=====================================================================*/
.link{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration:none;
	color: #999999;
}
.link a{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration:none;
	color: #999999;
}
.link a:hover{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration:underline;
	color: #006196;
}

.h3 {
	font-size:large;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #006196;
}

.h4 {
	font-size: .9em;
	text-transform: uppercase;
	color: #2575ad;
	letter-spacing: 1px;
	font-weight: bold;
}


.testo {
	font-size:small;
	color:#333333;
	text-decoration: none;
}
