* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 135%;
	font-size: 90% 
}

/****	hx	****/
	
#content	h1, h2, h3, h4 {
		font-family: "Georgia",serif;
		color: #759435;
	}
#content	h1 {
		margin-bottom:1em;
		font-size:190%;
	}
#content	h2 {
		font-size:150%;
		margin-top: 1.5em;
		margin-bottom:0.6em;
	}
#content	h3 {
		font-size:140%;
		margin-bottom:0.3em;
	}
#content	h4 {
		font-size:100%;
		margin-bottom:0.3em;
	}
	
/**** p ****/
	
#content	p {
		margin-bottom:1em;
	}
#content	p.clipnote,
#content	p.evidenziato {
		margin-left: 20px;
		margin-right: 20px;
	}
	
#content	p.clipnote {
		padding: 25px 60px 15px 20px;
		color: white;
		background: url(../images/clip-bg.gif) no-repeat right top #4f89d2;
	}
#content	p.evidenziato {
		background-color:#f0f5fb;
		padding: 15px 20px 15px 15px;
		border-left: 5px solid #9BB3CF;
	}
	
/**** blockquote ****/
	
#content	blockquote {
		padding: 15px 40px 5px 40px;
		margin-bottom: 1em;		
		background:url(../images/quote.gif) no-repeat 8px 10px;
		font-family: Georgia,Times,serif;
		font-style: italic;
	}
	
/****	ul, li	****/
	
#content	ul {
		list-style:none;
		margin-bottom: 1em;
	}
#content	ul.primaColonna {
		float:left; 
		margin-right:60px;
}
#content	ul li {
		padding-left: 40px;
		background: url(../images/bullet-list-bg4.gif) no-repeat 16px 8px;
	}
	
	
	
/****	a	****/

#content	a {
/*		color: #0d6ae2;*/
		color: #0789ed;
		text-decoration: none;
		border-bottom: 1px solid #cccccc;
	}
#content	a:visited {
		color: #5A3696;
	}
#content	a:hover {
		color: #0d6ae2;
		border-bottom: 1px solid #0d6ae2;
	}
#content	a.ext {
		padding-right: 14px;
		background: url(../images/ex.gif) no-repeat right 4px;
	}
#content	a.ext:hover {
		background: url(../images/ex.gif) no-repeat right -96px;
	}
	
#content	a.pdf,
#content	a.word,
#content	a.excel {

		border: 1px solid #cccccc;
		padding: 20px 5px 6px 70px;
		min-height:35px;
		height:auto !important;
		height:35px;
		font-weight: bold;		
		display: block;
		vertical-align: middle;
		margin: 0.6em 20px;
	}
#content	a.pdf {
		background: url(../images/pdf.gif) no-repeat 8px center;
	}
#content	a.word {
		background: url(../images/word.gif) no-repeat 12px center;
	}
#content	a.excel {
		background: url(../images/excel.gif) no-repeat 12px center;
	}
#content	a.pdf:hover,
#content	a.word:hover,
#content	a.excel:hover {
		border: 1px solid #cccccc;
		background-color:#f0f5fb;
	}
	

#content .immagini a {
	padding: 5px;
	border: 1px solid #cccccc;
	margin: 2px;
	display: block;
	float: left;
	margin-left: 3px;
}

#content .immagini a:hover {
	border-color:#0d6ae2;
}

#content .immagini a img {
	border: 0;
}

#content .album a img {
	width: 50px;
	height: 58px;
}

#footer p {
	margin-bottom: 5em; text-align: center; font-size: 12px;
}

.pdfsmall {
	color:#0076C0;
/*	border: 1px solid #CCC;*/
	text-decoration:none;
	padding: 6px 5px 0px 35px;
	height:20px;
	
	/*font-weight:bold;*/
	background:url(../images/pdfsmall.gif) no-repeat 8px 4px ;
	display:block;

	margin:0 0;
}


