html,body {margin: 0; padding:0}

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
	background-color:#C5C5C5;
	color: #000;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	text-align:left;
	text-transform:uppercase;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	overflow:auto;
	width: 678px/*699*/;
	/*\width: 727px;
	w\idth: 699px;*/
	height: 369px/*370px399*/;
	padding: 15px 10px 0px 0px;
	margin: 0;
	line-height: 1.2em;
	background-color: #fff;
	text-align:left;
}

.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #fff;
}
.footer a {
	color:#fff;
	text-decoration: none;
}
.footer a:hover {
	color:#fff;
	text-decoration: underline;
}

/*	CLASSI ED ELEMENTI SINGOLI	*/

.testo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	margin: 4px 0;
}
.testoSmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000;
	margin: 4px 0;
}
#titoloPag {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	margin: 15px 10px; 
}

#txtScroll {
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 1em;
	line-height: 3.4em;
	text-align:justify;
	padding: 2px 2px;
	width:167px;
}

#content a { 
	color:#000; /*019099;*/
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover { 
	color:#000; /*019099;*/
	text-decoration: none;
	font-weight: bold;
}

a img.fotoSmall { 
  	border: 2px solid #363636/*019099 000000*/;
}

a:hover img.fotoSmall { 
  	border: 2px solid #ccc;
}

/* paginazione */
.pgz { 
	color:#000 /*#6D6D6D*/;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	clear:both;
	}

/* form elements */
input {
	padding: 2px;
	border:1px solid #363636;
	font: normal .7em Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#000;
}
textarea {
	width:400px;
	padding:2px;
	font: normal .7em Arial, Helvetica, sans-serif;
	border:1px solid #363636;
	height:110px;
	display:block;
	background-color:#fff;
	color:#000;
}
input.pulsante { 
	margin: 0; 
	font: bold .7em Arial, Sans-serif #000; 
	border: #363636 1px solid;
	padding: 1px 2px; 
	background-color:#363636;
	color: #fff;
	cursor:pointer;
}

.lineGray  {
	color:#CCCCCC;
	border-style:dashed;
	width: 100%;
	position: relative;
	/*left: 10%;*/
	margin-bottom:4px;
	margin-top:4px;
}


