@charset "utf-8";
/* CSS Document */

/* ------------------------------------ BODY --------------------------------------- */
body {
	margin: 0px; 
	padding: 0px;
    height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	color: #856867;
	background-image: url(../images/bg.jpg);	
}

/* ---------------------------------------------------------------------------------- */

a:link{
	color: #856867;
	text-decoration: none;
}

a:visited {
	color: #856867;
	text-decoration: none;
}

a:hover {
	color: #856867;
	background-color: #D6C9C9;
	text-decoration: none;
}

/* ---------------------------------- COPYRIGHT ------------------------------------ */

.copyright {
	font-size: 10px;
	
}

/* ---------------------------------------------------------------------------------- */

.corpo {
	background-image: url(../images/corpo.gif);
	color: #666666;
}


div.LayerCentrato {
	background-image: url(../images/bg_legno.jpg);
	position: Absolute;
	top: 50%;
	left: 50%;
	width: 560px;
	margin-left: -280px;
	height: 550px;
	margin-top: -275px;
}

img {
	border: none;
}


/* ---------------------------------- NEWS ------------------------------------------ */

.news {
	color: #666666;
}

.news a:link{
	color: #666666;
	text-decoration: none;
}

.news a:visited {
	color: #666666;
	text-decoration: none;
}

.news a:hover {
	color: #856867;
	text-decoration: underline;
	background-color: transparent;
}

.newsTitolo {
	text-align: left;
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #856867;
}

/* ---------------------------------------------------------------------------------- */


input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #856867;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #856867;
}

.titolo {
	text-align: left;
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: normal;
	color: #856867;
}

.titoloMedio {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #856867;
}

div.box{
	width:360px !important;
    height:450px !important;
    overflow-y:auto;
	overflow-x:hidden;
	
 }
