.outlineColumn {
	vertical-align: top;	
	/*border: 1px solid #7F9DB9;*/
	/*background-color: #FF99CC; */
	background-color: #d7daec;
	border-right: 2px solid #6666CC;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	line-height: 2.0em;
}

.dynamicOutline {
}

/* tree is the same as dynamicOutline, just nested */
.tree {
}

.tree a:link {
	color: #11337F;
	text-decoration: none;
		font-weight: bold;
}

.tree a:active {
	color: #11337F;
	text-decoration: none;
		font-weight: bold;
}

.tree a:visited {
	color: #11337F;
	text-decoration: none;
		font-weight: bold;
}

.tree a:hover {
   color: #41abdd;
	text-decoration: none;
		font-weight: bold;
}

.tree .mout {
	text-decoration: none;
	width: 100%;
	padding: 0px;
	font-size: 8pt;
}

.tree .mover {
	text-decoration: none;
	width: 100%;
	padding: 0px;
	color: #1d0aff;
	font-size: 8pt;
}
