body, html, table, td{
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #1047c1;
}

.new{
	margin:6px 4px;
	padding-bottom:4px;
	border-bottom:1px dotted #FFF;
}

.new strong {text-transform: uppercase;}

.lavori{
	margin:0px 4px;
	padding-bottom:4px;
	border-bottom:1px dotted #FFF;
}

.lavori strong {text-transform: uppercase;}

.bottom{
	background-image:url(immagini/bot-mid.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

p:first-letter{
  font-size:16px; 
  font-weight:bold;
}

strong{color:#ffa000;}
strong a{color:#ffa000; text-decoration:underline;}
strong a:hover{color:#003399;  text-decoration:none;}

.small{font-size: 9px; color: #666666;}
.small a{font-size: 9px; color: #666666; text-decoration: none;}
.small a:hover{font-size: 9px; color: #ffa000; text-decoration: none;}

hr{
	color: #80CBF2;
	height: 1px
}

li{padding:4px 0;}

ol{color:#2C74E2}

ul{
	list-style: circle;
	font-weight:bold;
	color:#ffa000;
}

/* H ------------------------------------------------------- */

h1, h2, h3, h4, h5, h6{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

/* H1 stile per i titoli--------------------------------------- */

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover{
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #003399;
}

/* H2 stile per i sottotitoli---------------------------------- */

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover{
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight:bold;
  color: #2C74E2;
  display:block;
  border-bottom:1px solid #80CBF2;
}

/* H3 stile per il testo normale------------------------------- */

h3{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #2C74E2;
}

h3 a:{color: #2C74E2; text-decoration:underline:} 
h3 a:link{color: #2C74E2; text-decoration:underline:}
h3 a:hover{color: #FA990A; text-decoration:none:}

/* H4 stile per il menu-bottom---------------------------------- */

h4{
  font-family: Verdana, Arial, sans-serif;
  font-size:11px;
  font-weight: bold;
  color: #2C74E2;
}
h4 a{color: #2C74E2; text-decoration:none;}
h4 a:hover{color: #FA990A;  text-decoration: none;}
/*h4 a:visited{font-weight:bold; color: #80CBF2;}*/

/* H5 stile per il testo delle news----------------------------- */

h5{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  margin-top:0px;
}
h5 a{font-weight:bold; text-decoration:none}
h5 a:hover{font-weight:bold; color: #FA990A; text-decoration:underline}
/*h5 a:visited{font-weight:bold; color: #80CBF2;}*/

/* H6 stile per il testo del bottom------------------------------ */

h6, h6 a{
  font-family: Lucida Console, Monaco, monospace, Verdana;
  font-size:12px;
  color:#2C74E2;
}
h6 a{text-decoration:underline;}
h6 a:hover{color: #FA990A; text-decoration:none;}
/*h6 a:visited{color: #80CBF2;}*/


