body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menu {
	background-color: #FFFFFF;
	vertical-align: top;
	width: 170px;
}

#menu a {
	display: block;
	background-color: White;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
	padding: 2px;
	color: #A3A3A3;
	border: 1px solid #DBDBDB;
	/*width: 100%;*/
}

#menu a:hover {
	background-color: #99CC99;
	color: White;
}

#contenuti {
	/*overflow: auto;*/
   /*border: 1px solid #cdcdcd;*/
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color: #FFFFFF;
	vertical-align: top;
	width: 580px;
	font-size: 10px;
	color: black;
	padding: 5px;
}

#top {
	background-color: #FFFFFF;;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

#box-elenco {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.titolo-elenco {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #6B8B6B;
}

.titolo-elenco:hover {
	color: Red;
}

.titolo-elenco-privata {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FF8C00;
}

.titolo-elenco-privata:hover {
	color: Red;
}

.testo-breve {
	font-size: 12px;
	color: #565656; 
}

.thumb-testo-breve {
	margin-right: 5px;
	margin-bottom: 5px;
}

.titolo-articolo {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #435844;
	height: 30px;
}

.testo {
	font-size: 12px;
	text-align: justify;
	color: #565656; 
	/*font-style: italic;*/
}

.img-testo {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
}

#file {
	font-size: 12px;
	display: block;
	padding: 2px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#file a {
	text-decoration: none;
	color: #445945;
	background-color: #FFFFFF;

}

#file a:hover {
	color: Red;
}

#form-login {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #435844;
	height: 30px;
}

#form-login input {
	border: 1px solid #989898;
}

#form-login th {
	font-size: 18px;
	color: #617E61;
	text-align: center;
}
