.under {text-decoration: underline;}
.caption  { color: #000000; text-decoration: none;  FONT-SIZE: 7pt;	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;}

FORM {margin: 0 0 0 0;}
UL {margin: 5 5 5 20;}
P {margin: 0 5 5 0;}
H1 {margin: 0 0 0 0;}
H2 {margin: 0 0 0 0;}

.text {color: #000000; text-decoration: none; FONT-SIZE: 8pt; font-family: Verdana, Arial, Helvetica;}

.link  { color: #000; text-decoration: underline;}
A.link:hover { color: #F00; text-decoration: underline;}
A.link:vizited { color: #000; text-decoration: underline;} 
A.link:active { color: #000; text-decoration: underline;}

.link_white {color: #FFF; text-decoration: underline;}
A.link_white:hover { color: #FC0; text-decoration: underline;}
A.link_white:vizited { color: #FFF; text-decoration: underline;} 
A.link_white:active { color: #FFF; text-decoration: underline;}

.textbox {
	FONT-SIZE: 9pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4D6973;
	border-right-color: #CCD9DD;
	border-bottom-color: #CCD9DD;
	border-left-color: #4D6973;
	background-color: #FFFFFF;
}

.button {
	FONT-SIZE: 9pt;
	border-width: 1px;
	border-style: solid;
	border-color: #4D6973;
	background-color: #87A5B6;
	font-weight: bold;
	color: #FFFFFF;
}

.button_main {
	FONT-SIZE: 8pt;
	font-family: Verdana, Arial, Helvetica;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	background-color: #FAFAFA;
	color: #000000;
}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #000;
	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: #F00;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}