*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}	
a{
	color:#000;
}
p{font-size:12px;}
.dhtmlgoodies_tree{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_tree ul{	/* Sub menu groups */
	background-repeat:repeat-y;
	margin-left:13px;	/* Left spacing */
	padding-left:0px;
	display:none;	/* Initially hide sub nodes */
}
.dhtmlgoodies_tree li{	/* Nodes */
	list-style-type:none;
	vertical-align:middle;
	line-height:15px;
	padding:0;
	margin-top:0;
	margin-bottom:0;
}
.dhtmlgoodies_tree li a{	/* Node links */
	color:#000;
	text-decoration:none;
	padding-left:2px;
}