body {
	background-color: White;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.colorelink, a.colorelink:link, a.colorelink:active, a.colorelink:visited {
	color: Black;
	text-decoration: none;
}
a.colorelink:hover {
	color: #498EDB;
}

/* inizio definizione dei box*/

#box {
	background-color: White;
	width: 98%;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: Gray;
}


#boxintesta {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: Gray;
}


#menualto {
	width: 100%;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: Gray;
}

.linkalti {
	float: left;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: Black;
	background-image: url(./images/Link_alti.gif);
	color: Black;
	padding: 5px 20px;
}

.linkalti a, a:link, a:active, a:visited {
color: Black;
text-decoration: none;
}

.linkalti a:hover{
	color: #498EDB;
	text-decoration: none;
}

#boxsinistro {
	clear: both;
	float: left;
	width: 200px;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: Gray;
	background-color: #E6E6E6;
}

#boxsinistro h1 {
	background-image: url(./images/Titoli.gif);
	font-size: 12px;
	padding: 4px;
}

#boxsinistro p {
	font-size: 11px;
	padding: 1px;
}

#boxcentrale {
	margin: 0 200px;
	text-align: center;
}

#boxnews {
	width: 90%;
	border-width: 1px 1px 1px 1px;
	border-style: dashed;
	border-color: Gray;
	background-color: White;
	padding: 8px;
}

#boxnews h1 {

	background-color: #498EDB;
	color: White;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

#boxcentrale2 {
	margin: 0 0px 0 200px;
	padding: 8px;
}

#boxnews2 {
   width: 96%;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: Gray;
	background-color: White;
	padding: 8px;
}

#boxnews2 p {
text-align: justify;
}

#boxnews2 h5 {
text-align: central;
font-weight: normal;
}

#boxnews2 h1 {

	background-color: #498EDB;
	color: White;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}


#boxdestro {
	float: right;
	width: 200px;
	padding: 5px;
	background-color: transparent;
}

#boxdestro p {
	font-size: 11px;
	color: White;
	padding: 2px;
}



#boxcontenutodestroimage {
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #498EDB;
}

#boxcontenutodestroimage h1 {
	font-size: 12px;
	padding: 4px;
}

#boxcontenutodestro {
	background-color: #498EDB;
	vertical-align: top;
}

#boxcontenutodestro h1 {
	background-image: url(./images/Titoli.gif);
	font-size: 12px;
	padding: 4px;
}

a.servizi, a.servizi:link, a.servizi:active, a.servizi:visited {
color: White;
text-decoration: none;
}

a.servizi:hover{
	color: Silver;
	text-decoration: none;
}

.firma {
	font-size: 11px;
	color: #498EDB;
	text-align: center;
}
