a.TreeItem {
	font-family: 				verdana, cursive, arial;
	font-size: 					12px;
	font-weight: 				bold;
	color: 							#111111;
	padding-left: 			0px;
	text-align: 				left;
	width: 							100%;
	height: 						17px;
	border: 						0px;
	text-decoration: 		none;
	}

a.TreeItem:hover {
	color: 							#808080;
	text-decoration: 		none;
	}

a.TreeItemInactive {
	font-family: 				verdana, cursive, arial;
	font-size: 					12px;
	font-weight: 				bold;
	color: 							#C0C0C0;
	padding-left: 			0px;
	text-align: 				left;
	width: 							100%;
	height: 						17px;
	border: 						0px;
	text-decoration: 		none;
	}

a.TreeItemInactive:hover {
	color: 							#C0C0C0;
	text-decoration: 		none;
	}

a.TreeItemSelected {
	font-family: 				verdana, cursive, arial;
	font-weight: 				bold;
	font-size: 					12px;
	color: 							#FF0000;
	padding-left: 			0px;
	text-align: 				left;
	width: 							100%;
	height: 						17px;
	border: 						0px;
	text-decoration: 		none;
	}

a.TreeItemSelected:hover {
	color: 							#FF0000;
	font-size: 					12px;
	text-decoration: 		none;
	}
