
	/* LIST.CSS */
	
	BODY { font-family:verdana; font-size:70%; }
	H1 { font-size:120%; font-style:italic; }
	H3 { font-size:90%; cursor:hand; }
	LI.clsHasKids { list-style-type:none; cursor:hand; }
	LI.clsNoKids { list-style-type:none; font-weight:normal;}
	UL.clsNoKids{display:none;margin-left:16px; font-weight:normal;}
	CURSOR {cursor:hand;}
	
	A:link, A:visited, A:active { font-weight:normal; color:navy; }
	A:hover { text-decoration:none; }
	
	SPAN {font-weight:normal;}

	BUTTON { font-family:tahoma; font-size:100%; }
	
	.divCatalog{
 		z-index : -50;
		display: block;
	}
 
	.divTOC{
		z-index : -40;
		display: none;
	}
 
	.desc-toc-cell {
		background-image: url(/PPCnetImages/PPCTOC/desc-toc-bg.gif);
	}
	
	.desc-toc-cell-intranet {
		background-image: url(/SiteComposerImages/PPCTOC/desc-toc-bg.gif);
	}
