body {
	background-image: url(images/struttura/sfondo.jpg);
	background-color: #FFFFFF; 
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
}



a {
	text-decoration: none;
	color: Navy;
}

a:hover {
	text-decoration: none;
	color: Blue;
}

table.tb_generale {
	background-color: White;
	border-left: 1px solid White;
	border-right: 1px solid White;
}

td.tb_corpo {
	background-image: url(images/struttura/sfondo_centrohome.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

td.tb_puls {
	background-color: #0764A9;
}	

td.riga_puls {
	background: url(images/struttura/sfondo_puls.jpg);
	background-repeat: no-repeat;
}	

td.riga_puls a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: White;
	padding-left: 14px;
}

td.riga_puls a:hover {
	color: #FFD700;
}

.titoletto {
	font-weight: normal;
	font-size: 20px;
	color: #003399;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	padding-bottom: 13px;
	padding-top:23px;
}

.testo_normale {
	font-weight: normal;
	font-size: 11px;
	color: #003399;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	line-height: 20px;
	vertical-align:top;
	text-align:left;
}

.testo_hp_blu {
	font-weight: normal;
	font-size: 11px;
	color: #003399;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	line-height: 16px;
	vertical-align:top;
	padding-left:9px;
	padding-right:12px;
	text-align:left;
	
}

.testo_hp_blu2 {
	font-weight: normal;
	font-size: 11px;
	color: #003399;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	line-height: 16px;
	vertical-align:top;
	padding-left:20px;
	padding-right:12px;
	text-align:left;
	
}

.testo_hp_viola {
	font-weight: normal;
	font-size: 11px;
	color: #660000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	line-height: 16px;
	vertical-align:top;
	padding-left:6px;
	padding-right:12px;
	text-align:left;
}


.copyright {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.copyright a {
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
}

.copyright a:hover {
	font-size: 10px;
	color: #003399;
	text-decoration: none;
}

img.images-dx {
	margin-left: 15px;
	border-color: #B9B9B9;
}

img.images-sx {
	margin-right: 15px;
	border-color: #B9B9B9;
}


/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour{
	position:relative;
	text-align:center;
	display:block;
	height:39px;
	font-size:12px;
	font-weight:normal;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:2px solid;
	border-top-color:#0066CC;
}
#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#stylefour ul li{
	display:block;
	float:left;
	margin:0;
}
#stylefour ul li a{
	display:block;
	color:#006699;
	text-decoration:none;
	padding:11px 22px 0 23px;
	height:23px;
	background:transparent url(images/bgDIVIDER.gif) no-repeat top right;
}
#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#0099FF;
	background:#fff url(images/bgON.gif) no-repeat top right;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */


