body, td{
	font-family:arial, sans-serif;
	font-size:12px;
}
#myTree {
	width:130px;
	overflow:hidden;
}
#myTree img, #myTree span {
	cursor:pointer; cursor:hand;
}
#myTree .ypxt-r-fo td {
}
#myTree span {
	color: Black;
	font-size:12px;
}
#myTree a {
	color:#6699cc;
	text-decoration:none;
}
#myTree a:hover {
	text-decoration:underline;
	color : #993333;
}
#myTree a.ypxt-active {
	color: #993333;
	text-decoration:none!important;
}
