<!--

/* Font setting */

body, input, select, td {
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #333333 ;
	font-size: 11px;
}


/* Links */

a:link       			{ color: #0066CC; text-decoration: none; }
a:hover      			{ color: #000099; text-decoration: underline }
a:visited      			{ color: #000099; text-decoration: none }


/* Headers, etc */

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #000080;
	margin: 0
}

h3 {
	font-size: 11px;
	font-weight: normal;
	color: #000080;
	margin: 0
}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: #808080;
	margin: 0
}

code, pre {
	padding: 1px;
	border: 1px solid #dcddde;
	background-color: #eeeff0;
	font-family: "Courier New", courier, monospace;
	font-size: 0.8em;
}

/* forms */
form {
	margin: 0;
	padding: 0;
}
input {
	font-size: 1em;
}
select {
	font-size: 1em;
}

/* dTree */

.dtree       			{ color: #333333; white-space: nowrap; }
.dtree img   			{ border: 0px;	vertical-align: middle; }
.dtree a     			{ color: #0066CC;	text-decoration: none; }
.dtree a.node, 
.dtree a.nodeSel 		{ white-space: nowrap; padding: 1px 2px 1px 2px; }
.dtree a:hover.node, 
.dtree a:hover.nodeSel 	{ color: #000099; text-decoration: underline; }
.dtree a.nodeSel 		{ background-color: #c0d2ec; }
.dtree .clip 			{ overflow: hidden; }

/* Line */

.line {
	background: #718ea5 url('img/line.gif') repeat-x;
	height: 1px;
	font-size: 0;
	clear: both;
	margin: 0;
	padding: 0
}

/* Item box */

.check {
	padding: 0;
	list-style-position:outside; list-style-image:url('img/check.gif'); margin-left:18px; margin-right:0; margin-top:0; margin-bottom:0
}
.arrow {
	padding: 0;
	list-style-position:outside; list-style-image:url('img/arrow.gif'); margin-left:18px; margin-right:0; margin-top:0; margin-bottom:0
}
-->