/* definizioni generali di body */
body {
background-image: url(logo/logo-sfondo-chiaro.gif);
background-repeat: repeat;
font : 400 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000000;
}

/* poteva essere definito anche solo con background riportando di seguito le proprietà */

/* caratteristiche dei link */
a.menu {
text-decoration : none;
color :#ffffff;
}

a.menu:hover {
background : #000000;
text-decoration : none;
color : #ffffff;
}


/* sezioni di blocchi */
#div1 {
width: 150px;
background-image: url();
background-repeat: no-repeat;
position: absolute;
top: 26px;
left: 22px;
width: 150px;
height: 200px;
}
/* caratteristiche dei link */
div a {
text-decoration : none;
color :#e06e16;
}

div a:hover {
background : #000000;
text-decoration : none;
color : #FFFFFF;
}


#div3 {
width: 700px;
background-image: url(logo/bgline.png);
background-repeat: repeat-y;
position: absolute;
top: 20px;
left:260px;
height: 1000px;
padding-left: 30px;
}

#div3top {

width: 600px;
height: 60px;
border-bottom: 2px dotted silver;
padding-bottom: 10px;
}
#div3menu {
background-color: #e06e16;
width: 590px;
height: 18px;
margin-top:3px;
padding-left:10px;
padding-top:2px;
padding-bottom: 2px;
padding_right: 2px;
}

h1 {
font: 30px bold Arial, Verdana, serif;
color: #000000;
}
.dx {
	text-align: right;
	font-size: 12px;
	font-weight: 500;
	bottom: 5px;

}

.right {
position: relative;
left: 70px;
}
.gray {
font-color: #ff0000;
}
#div3center {
width: 590px;
height: 500px;
margin-top:10px;
padding-left:0px;
padding-top:10px;
padding-bottom: 2px;
text-align: justify;
}
.elenco {
	line-height: normal;
	color: #000099;
	list-style-type: square;

}
.tabella {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top: thin none #333333;
	border-right: thin none #333333;
	border-bottom: thin none #333333;
	border-left: thin none #333333;
	font-weight: 700;


}
.tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: thin solid #000000;

}

