	/*--------------------------------------------------|
	| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
	|---------------------------------------------------|
	| Copyright (c) 2002-2003 Geir Landrö               |
	|--------------------------------------------------*/

	.dtree {
		font-family : Georgia, Times, "Times New Roman", serif;;
		white-space: nowrap;
		font-size: 11px;
	}
	.dtree img {
		border: 0px;
		vertical-align: middle;
	}
	.dtree a {
		color: #6C2314 ;
		text-decoration: none;
		font-size: 11px;
		
	}

	.dtree a.node, .dtree a.visited, .dtree a.link, .dtree a.nodeSel {
		white-space: nowrap;
		color: #6C2314 ;
		padding: 1px 2px 1px 2px;
	}
	.dtree a.node:hover {
		color : #FFFFCC;
		background-color : #6C2314
	}
	.dtree a.nodeSel:hover {
		color: #999A9C;
		text-decoration: underline;
	}
	.dtree a.nodeSel {
		background-color: #6C2314;
		color: #999A9C;
	}
	.dtree .clip {
		overflow: hidden;
	}
	.dtree p, .dtree p.node {
		color: White;
		text-decoration: none;
		font-size: 11px;
	}
