/* ###### Background	###### */
.bgCamere {
	background-image: url(../img/background/bg_vertical_rows_camere.gif);
	background-position: 0px 265px;
	background-repeat: repeat-x;
}
/* ###### tipografia	###### */
.camTitolino {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.6em;
	margin: 10px 20px 10px 0px;	
}
.camParagrafo {
	font-size: 0.75em;
	text-align: justify;
	line-height: 1.7em;
	margin: 10px 20px 10px 0px;
	word-spacing: 5px;
}
.camPrenota {
	font-size: 0.75em;
	font-weight: normal;
	text-align: right;
	height: 20px;
	line-height: 20px;
	margin: 10px 20px 10px 10px;
	background-image: url(../img/background/bg_link_book.gif);
	background-position: 2px 3px;
	background-repeat: no-repeat;
	border-top: 1px solid #606054;
	border-bottom: 1px solid #606054;
}
.camPrenota a {
	text-decoration: underline;
	color: #000;
	padding-right: 10px;
}
.camPrenota a:visited {
	text-decoration: underline;
	color: #000;
}