Body{
	font-family: "Times New Roman", Times, serif;
	color: Black;
}

TABLE{
	border-collapse : collapse;
	width: 100%;
}

TABLE.head{
	display: none;
}

TD.head{
	background-color: #339900;
}

TD.left{ 
	display: none;
 } 
 
 TD.right{
 	display: none;
}
 
 .intestazione {
	font-size : 24pt;
	background-color : #99CC66;
	padding: 4pt;
}

.oggettoScheda{
	font-size : 10pt;
	background-color : #99CC66;
	padding: 4pt
}

.nScheda {
	font-family : "Courier New", Courier, monospace;
	font-size : 9pt;
}

.testoPar, .testoDescr, .orario{
	font-size : 10pt;
}

.nomeResp, .nomeAddetto,.nomeUff,.telEmail{
	font-size : 10pt;
}

.titoloPar, .titoloDescr{
	font-size : 12pt;
	background-color : #CCCCCC;
}

.ultimaMod {
	font-size : 8pt;
	color : #000000;
}

.descrImg {
	font-size : 8pt;
	font-style : italic;
}

.sepPar{
	height : 1px;
}

.sepRif{
	color : #339900;
	height : 6px;
}

A:link {
	color: #006400;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: normal;
}

h1 {
	color : Black;
	font-size : 10pt;
	margin : 2pt 5pt 5pt 2pt;
	font-weight : normal;
}

h2 {
	color : Black;
	font-size : 10pt;
	margin : 2pt 5pt 5pt 2pt;
	font-weight : normal;
}

h3 {
	color : Black;
	font-size : 7pt;
	font-weight : normal;
	margin : 2pt 5pt 5pt 2pt;
}

h4 {
	color : #006400;
	font-size : 11pt;
	margin : 2pt 5pt 5pt 2pt;
	font-weight : normal;
}

h5 {
	color : #006400;
	font-size : 10pt;
	margin : 2pt 5pt 5pt 2pt;
	font-weight : normal;
}

h6 {
	color : #006400;
	font-size : 7pt;
	margin : 2pt 5pt 5pt 2pt;
	font-weight : normal;
}

LI.isch{  	
	margin : 5pt 3pt 5pt 0pt;
	display : list-item;	
	list-style : outside;
	list-style-image : url("./imgs/ptel-dx.gif");
}

LI.ischSel{  	
	margin : 5pt 3pt 5pt 0pt;
	display : list-item;	
	list-style : outside;
	list-style-image : url("./imgs/schsel.gif");
}

LI{
	counter-increment: item;
	content : (item,".");
	counter-reset : inherit;
}

UL{ 
	margin-bottom: 5pt;
	margin-top: 5pt;
 }