.TreeView {
	line-height : 140% ;
	font-size: 0.9em;
	word-break: break-all;
	}
}
.TreeView .Level1{margin-left: 0px;}
.TreeView .Level1 .Level2{margin-left: 10px;}
.TreeView .Level1 .Level2 .Level3{margin-left: 10px;}
.TreeView .Level1 .Level2 .Level3 .Level4{margin-left: 10px;}
.TreeView .Level1 .Level2 .Level3 .Level4 .Level5{margin-left: 10px;}

/* .COMPANY { */
.company {
	background: url(../images/tv/company_icon.gif) no-repeat;
	padding-left: 18px;
}

/* .GROUP { */
.group {
		padding-left: 18px;
	background: url(../images/tv/group.gif) no-repeat;
}

a {
	color: #000080;
	font-weight:normal;
	text-decoration: none;
}
a:visited {
	color: #000033;
}

a:hover {
	color: #dc143c;
	text-decoration: underline;
}
