div.newsText {
	position: relative;
	width: 100%;
	min-height: 96%;
	height: Auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: left;
	z-index: 3;
}

table.tableMedia {
	position: relative;
	width: 90%;
	margin-left: 5%;
	border: 0px solid #000000;
}

td.tableMediaTitle {
	font-family: monospace;
	font-size: 18px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000080;
}

td.tableMediaText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	color: #000080;
}

td.credits {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #000080;
	line-height: 130%;
}

/*	ARTICOLI IN PREVIEW	*/

div.newsTextArticle {
	position: relative;
	width: 100%;
	min-height: 96%;
	height: Auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: left;
	z-index: 3;
}

div.newsTextProperties {
	position: relative;
	margin-top: 10px;
	min-height: 75px;
	height: Auto;
	width: 100%;
	font-family: monospace;
	font-size: 16px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	z-index: 2;
	border-bottom: 1px solid #000000;
}

strong.source {
	font-size: 32px;
}

div.pageSource {
	position: absolute;
	bottom: 3px;
	right: 13px;
	width: auto;
	height: auto;
	font-size: 12px;
}

div.editionSource {
	position: absolute;
	bottom: 17px;
	right: 13px;
	width: auto;
	height: auto;
	font-size: 12px;
}

div.directorSource {
	position: absolute;
	bottom: 17px;
	width: 100%;
	height: auto;
	font-size: 12px;
}

div.propSource {
	position: absolute;
	bottom: 3px;
	width: 100%;
	height: auto;
	font-size: 12px;
}

div.newsTextHeader {
	position: relative;
	padding: 10px 20px 10px 20px;
	height: Auto;
	width: 95%;
	line-height: 120%;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: monospace;
	font-size: 16px;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	z-index: 3;
	border: 0px solid #000000;
}

div.newsTextSubHeader {
	position: relative;
	padding: 10px 20px 10px 20px;
	height: Auto;
	width: 95%;
	line-height: 120%;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: monospace;
	font-size: 16px;
	font-style: italic;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	z-index: 3;
	border: 0px solid #000000;
}

div.newsTextTitle {
	position: relative;
	/*padding: 0px 5px 0px 5px;*/
	padding: 10px 20px 10px 20px;
	height: Auto;
	width: 95%;
	line-height: 120%;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: monospace;
	font-size: 32px;
	background-color: #ffffff;
	color: #000000;
	border: 0px solid #7f9db9;
	text-align: left;
	font-weight: bolder;
	z-index: 3;
}



div.newsTextBody {
	position: relative;
	width: 95%;
	height: Auto;
	padding: 10px 20px 10px 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 0px solid #000000;
	/*overflow: auto;*/
	z-index: 3;
}

pre.newsTextPre {
	position: relative;
	padding:8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 0px solid #000000;
	/*overflow: auto;*/
	z-index: 1;
}

div.newsTextPre {
	position: relative;
	/*padding: 20px;*/
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: monospace;
	font-size: 16px;
	background-color: #ffffff;
	border: 0px solid #000000;
	line-height: 150%;
	/*overflow: auto;*/
	
	-webkit-column-count: 2;
	-webkit-column-rule: 0px;
	-webkit-column-gap: 30px;
	-moz-column-count: 2;
	-moz-column-rule: 0px;
	text-align: justify;
	z-index: 1;
}