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

.dtree {
font-size: 11px;
white-space: nowrap;
width: 280px;
overflow: scroll;
}
.dtree img {
border: 0px;
vertical-align: middle;
}
.dtree a {
color: #333;
text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
white-space: nowrap;
padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
color: #333;
text-decoration: underline;
}
.dtree a.nodeSel {
background-color: #DBD3D0;
}
.dtree .clip {
overflow: none;
}

td.faq_nav {
color: #FFA34F; font-size: 11px; font-weight : bold;
background-color: #960600; height: 25px;
}

.faq_h {
font-size: 7pt;
color: #DBD3D0;
}

.faq_ref, a.faq_ref:link, a.faq_ref:visited {
text-decoration: none;
}

a.faq_ref:hover {
text-decoration: underline;
}

.lt0, .lt1, .ltsep, a.lt:link, a.lt:visited, a.lt:hover {
color: #960600;
text-decoration: none;
font-size: 8pt;
font-weight: bold;
padding: 0px 3px 1px 3px;
}

.lt0{
border:solid 1px #ffffff;
}

.lt1{
border:solid 1px #A39F9E;
background:#F0EDEB;
}

.ltsep{
border:solid 1px #ffffff;
color:#A39F9E;
padding: 0px 0px 1px 0px;
font-weight: normal;
}

.gt0, .gt1, .gtsep, a.gt:link, a.gt:visited, a.gt:hover {
color: #960600;
text-decoration: none;
font-size: 8pt;
font-weight: bold;
}

.gt0{
border:solid 1px #DBD3D0;
background:#DBD3D0;
padding: 0px 3px 1px 3px;
}

.gt1{
border:solid 1px #A39F9E;
background:#F0EDEB;
padding: 0px 3px 1px 3px;
}

.gtsep{
border:solid 1px #DBD3D0;
color:#A39F9E;
padding: 0px 0px 1px 0px;
font-weight: normal;
}

#nav {
border-right: 1px solid #A39F9E;
}

