body {
	background: url(images/gradient_bkg.jpg) repeat-x fixed 0 0;
	color: #666;
	margin-left: 0;
	overflow: auto;
	padding-top: 20px;
	font: 10pt Arial;
	padding-left: 20px;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	color: #111;
}

a:link, a:visited {
	text-decoration: none;
	color: #666;
}

table {
	color: #666;
}

.treeview {
	border-right: 1px dotted #666;
}

.treeview ul{
padding: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	line-height: 150%;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 36px;
margin-bottom: 3px;
	line-height: 165%;
	margin-left: -50px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(images/closed.gif) no-repeat left 0px;
cursor: hand !important;
cursor: pointer !important;
	margin-left: -50px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
	margin-left: -30px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
	margin-left: 10px;
}