body {
	background-color: #DFDFDF;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

form {
	margin:0px 0px 0px 0px;
}

#container {
	top: 0px;
	left: 0px;
	position: relative;
	width: 800px;
	height: 563px;
	background-image: url('../img/sfondo.jpg');
	background-repeat: no-repeat;
}

#boxsx {
	top: 0px;
	left: 0px;
	position: relative;
	width: 308px;
	height: 550px;
	overflow: hidden;
}

#boxris{
	float:left;
	left:0px;
	top:0px;
	height: 280px;
	overflow:hidden;
	position:relative;
}

#boxinner{
	left:0px;
	top:0px;
	position:relative;
}

#boxfinale{
	height:1px;
	left:0px;
	top:0px;
	position:relative;
	overflow:hidden;
}
#scroll {
	float:right;
}

.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.titolo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.titolo2b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

td.sopra {
	background-image: url('../img/cornice/alto.png');
	background-repeat: no-repeat;
}
td.laterale {
	background-image: url('../img/cornice/centro.png');
	background-repeat: repeat-y;
	width: 1px;
}
td.sotto {
	background-image: url('../img/cornice/basso.png');
	background-repeat: no-repeat;
}

td.isopra {
	background-image: url('../img/interna/alto.png');
	background-repeat: no-repeat;
}
td.ilaterale {
	background-image: url('../img/interna/centro.png');
	background-repeat: repeat-y;
	width: 1px;
}
td.isotto {
	background-image: url('../img/interna/basso.png');
	background-repeat: no-repeat;
}

a.abtn, a.abtn:link, a.abtn:visited, a.abtn:active,a.abtn:hover,a.abtn:focus {
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;
}

a.ahid, a.ahid:link, a.ahid:visited, a.ahid:active,a.ahid:hover,a.ahid:focus {
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

a.aric, a.aric:link, a.aric:visited, a.aric:active {
	color:#000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.aric:hover,a.aric:focus{
	color:#666666;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr.linea {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border:0px;
	padding:0px;
}


.opacity  {
	ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}