body {
	font-size: 72%;
	font-family: verdana, arial, sans-serif;
	line-height: 1.5em;
	text-align: left;
	background: #F4F4F0;
	color: black;
}

#Container {
	border: 1px solid #B8CA31;
	width: 99%;
}

#Container3 {
	float: left;
	border: 7px solid #B8CA31;
	padding: 1%;
	background: white;
	color: black;
}

#Header {
	background: #F2F6F9;
	text-align: right;
	color: black;
}

#Header img {
	border: none;
	margin: 0;
}

#LeftColumn {
	float: left;
	width: 15%;
}
	.Articoli {
		width: 90%;
		margin: 5px auto;
	}
	
	.Titolo {
		background: #D4D770;
		color: black;
		font-weight: bold;
		padding: 2px;
	}
	
	.Titolo img {
		margin-right: 2px;
	}
	
	.AreaRiservata {
		background: #A30D16;
		color: white;
	}
	
	#Stili {
		position: absolute;
		width: 70px;
		height: 22px;
		text-align: center;
		background: #CCCCCC;
		padding: 1px;
		right: 10%;
		top: 50px;
	}
	
	.Articoli ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
	
	.Bordato {
		border-top: 1px solid #ACA899;
		border-left: 1px solid #ACA899;
	}

	
	ul.Verde {
		background: #177B42;
		color: white;
	}
	
	ul.Grigio {
		background: #F1F1ED;
		color: black;
	}
	
	ul.GrigioScuro {
		background: #2F4A4F;
		color: white;
	}
	
	ul.Bianco {
		background: white;
		color: black;
	}
	
	ul.Rosso {
		background: #AE0000;
		color: white;
	}
		
	.Articoli li {
		margin-left: 0px;
		padding: 0.5em;
		
	}
	
	ul li a img {
		border: none;
		display: block;
	}
	
	.Articoli ul.Verde li a, .Articoli ul.Verde li a:visited {
		color: white;
		text-decoration: none;
		background-color: transparent;
	}
	
	.Articoli ul.Verde li a:hover {
		color: #F8ECBF;
	}
	
	.Articoli ul.Grigio li a, .Articoli ul.Grigio li a:visited {
		color: #0000FF;
	}
	
	.Articoli ul.Grigio li a:hover {
		color: #AE0000;
		text-decoration: none;
	}
	
	.Articoli ul.GrigioScuro li a, .Articoli ul.GrigioScuro li a:visited {
		color: white;
		text-decoration: none;
	}
	
	.Articoli ul.GrigioScuro li a:hover {
		color: #F8ECBF;
	}
	
	.Articoli ul.Bianco li a, .Articoli ul.Bianco li a:visited {
		color: #0000FF;
		text-decoration: underline;
	}
	
	.Articoli ul.Bianco li a:hover {
		color: #AE0000;
		text-decoration: none;
	}
	
	.Articoli ul.Rosso li a, .Articoli ul.Rosso li a:visited {
		color: white;
		text-decoration: none;
	}
	
	.Articoli ul.Rosso li a:hover {
		color: white;
	}
	
	.Centrato {
		text-align: center;
	}
	
	.Left {
		text-align: left;
	}
	
	.DocList img {
		text-align:center;
	}
	
	.DocList a img, .DocList a:visited img, .DocList a:hover {
		border: 0;
	}


#Content {
	padding-top: 5px;
	margin: 0 auto;
	width: 75%;
}

.Contenuto {
	background: #F1F1ED;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.TitoloContenuti {
	background: #D4D770;
	color: black;
	font-weight: bold;
	padding: 2px;
}

.TestoContenuto {
	border: 1px solid #99CC00;
	margin: 5px auto;
	margin-top: 10px;
	width: 97%;
	padding: 2px;
}

#Footer {
	clear: both;
	font-size: 90%;
	text-align: right;
	width: 99%;
}

#Footer a:hover {
	text-decoration: none;
	color: #AE0000;
}

hr, .pgNav {
	position:absolute;
	top: -1000em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

a:visited {
	color: #600060;
}

