body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: smaller;
	background-color: #ff0000;
	color: #000000;
}

div.tree {
	margin: 40px 5px 5px 20px;
	color: #ffffff;
}

div.tree img {
	border-style: none;
}

div.tree a {
	color: #ffffff;
	background-color: inherit;
	text-transform: none;
	text-decoration: none;
}

div.tree a:hover {
	color: #00FF66;
	background-color: inherit;
}

div.tree div.level1 {
	margin-top: 5px;
}

div.tree div.level1.noChildren {
	margin-left: 0;
}

div.tree div.level1 span.rootNode {
	font-weight: bold;
}

div.tree div.level1 a {
	font-weight: bold;
}

div.tree div.level1 div.level2 {
	margin-left: 15px;
	margin-top: 5px;
}

div.tree div.level1 div.level2 a {
	font-weight: normal;
}
