html,body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font-family: arial,sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

p {
	margin-top: 16px;
    margin-bottom: 16px;
    text-align: justify;
}

/* Stile testi */

h2 {
    height: 29px;
    line-height: 29px;
    font-size: 16px;
    border-left: 3px solid #f9b119;
    border-bottom: 1px solid #d0d9df;
    margin: 0;
    padding: 0 0 0 8px;
}

h3 {
    height: 29px;
    line-height: 29px;
    font-size: 16px;
    border-left: 3px solid #f9b119;
    border-bottom: 1px solid #d0d9df;
    color: #CA0C0C;
    margin: 0;
    padding: 0 0 0 8px;
}

h2.pdf {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-left: 3px solid #f9b119;
    border-bottom: 1px solid #d0d9df;
    margin: 0;
    padding: 0 0 0 8px;
}

.evidenziato {
    color: #0064a1;
}

.evidennew {
    color: #4239F2;
}
.titolo_mail {
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}

.titolo_verde {
    font-size: 16px;
    font-weight: bold;
    color: #0a586e;
}

/* Stile link */

a.menu {
    font-weight: bold;
	text-decoration: none;
    color: #0a586e;
}

a.menu:hover {
  	color: #4597b3;
}

a.normale {
	text-decoration: none;
    color: #0a586e;
}

a.normale:hover {
	text-decoration: underline;
  	color: #4597b3;
}

a.normale_sottolineato {
	text-decoration: underline;
    color: #0a586e;
}

a.normale_sottolineato:hover {
	text-decoration: underline;
  	color: #4597b3;
}

a.news_home {
    font-weight: bold;
	text-decoration: none;
    color: #0a586e;
}

a.news_home:hover {
	text-decoration: underline;
  	color: #4597b3;
}

/* Stile immagini */

.spaziatura {
	margin-top: 5px;
	margin-bottom: 5px;
}
img.immagine_testi {
	padding: 10px 10px 10px 10px;

}

/* Stile form */

.input_webmail {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #a0adaa;
	width: 115px;
}

.campi_input {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #a0adaa;
	width: 310px;
}

.campi_textarea {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #a0adaa;
	width: 390px;
}

.campi_button {
  font-weight: bold;
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  background: url(../img/sfondo_button.gif) repeat-x top left;
  border: 1px solid #a0adaa;
  padding: 2px;
  cursor: pointer;
}

.testo_privacy {
	font-family: arial, sans-serif;
	font-size: 9px;
	color: #5C5C5C;
    text-align: justify;
}

.testo_privacy_dicitura {
	font-family: arial, sans-serif;
	font-size: 10px;
    text-decoration: underline;
    line-height: 14px;
	color: #000000;
}

/* Stile footer */

#footer {
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #1c4755;
    border-left: 3px solid #f9b119;
    border-bottom: 1px solid #d0d9df;
    background-color: #ededed;
    margin: 0;
    padding: 10px 0 10px 0;
}

/* Stile albero servizi */

ul,li {
    margin:0pt;
    padding:0pt;
}

#albero_servizi {
    margin: 0;
	padding: 0;
}

#albero_servizi ul{
    margin-top: 0;
    margin-bottom: 20px;
	padding: 0;
	padding-left: 1.5em;
}

#albero_servizi ul ul{
    margin-top: 0;
    margin-bottom: 6px;
	padding: 0;
	padding-left: 1em;
}

#albero_servizi ul li {
	color: #000000;
	font-weight: bold;
	list-style-type: square;
}

#albero_servizi ul ul li {
    margin-top: 4px;
	color: #4597b3;
    font-weight: normal;
	list-style-type: square;
}
