/* :: Extranet Virtual Application	*/
/* :: (c) 2002 Massimiliano Mattei 	*/

/* :: EVA Print Headlines :: */

/* Editor */
body {
	height: 100%;
	text-align: center;
	margin: 0px;
	padding: 4px;
	background-color: #ffffff;
	color: #000000;
	font-family: Times New Roman,verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:link, a:active, a:visited {
	font-weight: normal;
	color: #006699; 
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #9b9b9b; 
	text-decoration: underline;
}
table, td {
margin: 0px;
padding: 0px;
border-collapse: collapse;
border-spacing: 0px;
color: #737373;
font-family: tahoma,verdana,arial,sans-serif;
font-size: 12px;
}
img {
	border: none;
	vertical-align: middle;
}
p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Times New Roman,verdana,arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {	
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
	text-align: left;
}
ul, ol {
	list-style: none;
}
ul {
	list-style: square inside;
}
ol {
	list-style: decimal inside;
}
code {
	margin: 14px;
	background: #e9f9e9;
	padding: 3px;
	border: 1px dashed #999999;
	display: block;
	font-family: courier,arial,monospace;
	font-size: 12px;
}
blockquote {
	margin: 14px;
	border: 1px solid #999999;
	padding: 3px;
	background: #e9e9e9;
}
.NL_Titolo {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}
.NL_SottoTitolo {
	font-size: 16px;
}
.NL_Evidenziato {
	background: #333333;
	color: #ffffff;
}
.NL_In_Rilievo {
	color: #db4d10; 
}
.NL_Barrato {
	text-decoration: line-through;	
	color: #db4d10;
}

/* Specific */
table.HLPrint {
	width: 100%;
}
h1.HLTitolo {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Times New Roman,verdana,arial,sans-serif;
	text-align: left;
}
p.HLInfoData {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
p.HLCopy {
	width: 90%;
	border-top: 1px solid black;
	text-align: center;
	font-size: 14px;
	margin-top: 12px;
}
ul.HLCustomUL {
	float: right;
	padding: 4px;
	border: 1px solid black;
}
li.HLCustomLI2 {

}
li.HLCustomLI2 {
	list-style: none;
}
p.HLSommario {
	margin-bottom: 10px;
}
