/*		START CLASSES SETTINGS		*/
#lateral_bar .cell_bar {
	width:100%;
	clear:left;
}
#lateral_bar .cell_bar h1 {
	color:#B20;
	margin: 10px 0px;
	border:0px;
	padding:0px;
	font-size: 1.2em;
	font-weight: normal;
}
#lateral_bar .cell1_bar h2 {
	color: #C60;
	margin: 0 0 10px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding: 4px 0px;
	font-size: 1em;
	font-weight: normal;
}
#lateral_bar .cell_bar h2 {
	color: #C60;
	margin: 10px 0px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding: 4px 0px;
	font-size: 1em;
	font-weight: normal;
}
#lateral_bar .cell_bar h3 {
	color:green;
	margin: 10px 0px;
	border:0px;
	padding:0px;
	font-size: 1em;
	font-weight: normal;
}
#lateral_bar .cell_bar h4 {
	color:#999;
	margin: 10px 0px;
	border:0px;
	padding:0px;
	font-size: 0.9em;
	font-weight: normal;
}
#lateral_bar .cell_bar h5 {
	color:#F93;
	margin: 10px 0px;
	border:0px;
	padding:0px;
	font-size: 0.9em;
	font-weight: normal;
}
#lateral_bar .cell_bar h6 {
	color:navy;
	margin: 10px 0px;
	border:0px;
	padding:0px;
	font-size: 0.9em;
	font-weight: normal;
}
#lateral_bar .cell_bar p {
	font-size: 0.9em;
	font-weight: normal;
}
#lateral_bar .cell_bar cite {
	color:navy;
}
#lateral_bar .cell_bar cite.simona {
	color:teal;
}
#lateral_bar .cell_bar cite.bibbia {
	color:magenta;
}
#lateral_bar .cell_bar cite.madonna {
	color:brown;
}
#lateral_bar .cell_bar ul, #lateral_bar .cell_bar dl {
	margin: 0px 0 0px 0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 0.9em;
	font-weight: normal;
}
#lateral_bar .cell_bar li {
	background: url(/icon/silk/bullet_green.png) no-repeat 2px 5px;
	margin: 0 0 .05em 0;
	padding:3px 0px 0px 20px;
}
#lateral_bar .cell_bar li:hover {
	background: url(/icon/silk/bullet_red.png) no-repeat 2px 5px;
	margin: 0 0 .05em 0;
	padding:3px 0px 0px 20px;
}
#lateral_bar .cell_bar li:visited {
	background: url(/icon/silk/bullet_pink.png) no-repeat 2px 5px;
	margin: 0 0 .05em 0;
	padding:3px 0px 0px 20px;
}







@media print {
	h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside:avoid; }
	blockquote, pre { page-break-inside:avoid; }
	ul, ol, dl { page-break-before:avoid; }
	#navigation { display:none; }
	acronym, abbr { border-bottom:0px; }
	cite.bibbia { border-bottom:0px; }
	a, a:link, a:active, a:visited, a:hover { text-decoration:none; color:blue; background-color:transparent; }
}


