html {
	overflow-x: hidden;
	overflow-y: auto;
} 

body {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

#image_back {
	background-image:url(images/background1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:0px;
}

#intestazione {
	margin: 0px 0px 0px 0px;
	height: 40px;
	width: auto;
}

#anni {
	position: absolute;
	top: 50px;
	height: 80px;
	width: 80px;
	padding: 8px;
	left: 11px;
}

#content {
	margin: 0px 0px 0px 150px;
	height: auto;
	width: inherit;
	padding: 8px;
}

#title {
	font-size: 13px;
	color: #1C4312; 
}

img.resize_width {
	float: left;
	max-width: 100px;
	max-height: 75px;
	width: auto;
	width: 100px;
	height: auto;
	height: 75px;
	margin-right: 5px;
	border: thin;
	border-color: #000000;
	border-style:solid;
}

img.resize_equal {
	float: left;
	max-width: 75px;
	max-height: 75px;
	width: auto;
	width: 75px;
	height: auto;
	height: 75px;
	margin-right: 5px;
	border: thin;
	border-color: #000000;
	border-style:solid;
}

img.resize_height {
	float: left;
	max-width: 75px;
	max-height: 100px;
	width: auto;
	width: 75px;
	height: auto;
	height: 100px;
	margin-right: 5px;
	border: thin;
	border-color: #000000;
	border-style:solid;
}

#img_left {
	float: left;
	margin-right: 6px;
	border: thin;
}

#img_right {
	float: right;
	margin-left: 6px;
}

.selezionato{
	color:#666666;
}