body {}
p {}
td {}
.white   { color: white; font-size: 12px; font-family: Verdana; font-weight: normal; text-decoration: none }
.fane  { color: #9b9b9b; font-size: 11px; font-family: Verdana; font-weight: normal; text-decoration: none }
.gray { color: #9b9b9b; font-size: 12px; font-family: Verdana; font-weight: normal; text-decoration: none }
.content { color: #9b9b9b; font-size: 11px; font-family: Verdana; font-weight: normal; text-decoration: none }
h1 { color: #9b9b9b; font-size: 11px; font-family: Verdana; font-weight: normal; text-decoration: none }
.header { color: #df922f; font-size: 14px; font-family: Verdana; font-weight: normal; text-decoration: none }
.textfield      { color: #9b9b9b; font-size: 10px; font-family: Verdana; font-weight: normal; text-decoration: none; background-color: #f1f1f1; padding-left: 2px; width: 200px; height: 16px; border: solid 1px #d5d5d5 }
.black  { color: black; font-size: 12px; font-family: Verdana; font-weight: bold }
a.black:link   { color: black; font-size: 12px; font-family: Verdana; font-weight: bold; text-decoration: none }
a.black:visited { color: black; font-size: 12px; font-family: Verdana; font-weight: bold; text-decoration: none }
a.black:hover { color: black; font-size: 12px; font-family: Verdana; font-weight: bold; text-decoration: underline }
a.white:link   { color: white; font-size: 12px; font-family: Verdana; text-decoration: none }
a.fane:link  { color: #9b9b9b; font-size: 11px; font-family: Verdana; text-decoration: none }
a.fane:active { color: #df922f; font-size: 11px; font-family: Verdana; text-decoration: none }
a.gray:link { color: #9b9b9b; font-family: Verdana; text-decoration: none }
a.gray:hover { color: #9b9b9b; font-family: Verdana; text-decoration: underline }
a.white:hover  { color: #eeeeee; font-size: 12px; font-family: Verdana; text-decoration: none }

.menuskin{
position:absolute;
width:185px;
background-color:menu;
border:1px solid #D5D5D5;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
color:black;
padding-left:5px;
padding-right:5px;
}

#mouseoverstyle{
background-color:highlight;
}

#mouseoverstyle a{
color:white;
}

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.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: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}