

UL.clsShown {
	display: list-item;
}

UL.clsHide { display:none; }

#tblTree a
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-decoration: none;
	color: blue;
}
#tblTree a:hover{
text-decoration: underline;
color:#CC0000;
}

#spanNoteHead,#spanNoteFoot
{

	font-family: "Times New Roman", "Times", "serif";
	font-size: 14px;
	font-weight: bold;
}

#spanNoteHead
{
	color: #cc0000;
}
#spanNoteFoot
{
	color: #000000;
}

#tblTree div
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
	cursor:hand;
	color: #CC0000;
}

#tblTree ul
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}

#tblTree #liEmpha
{
	font-weight: bold;
	list-style-type: square;
}