.TreeView
{
	color:White;
	FONT-FAMILY: Arial !important;	
}

.TreeView a:hover
{
    Text-Decoration:underline !important;
    FONT-FAMILY: Arial !important;
}

.TreeViewRootNode
{
	FONT-WEIGHT: bold !important;	
	TEXT-TRANSFORM: uppercase !important;	
	FONT-SIZE: 11px !important;	
	COLOR: darkblue !important;	
	FONT-FAMILY: Arial !important;
}

.TreeViewParentNode
{
    color:#2e3092 !important;
    FONT-FAMILY: Arial !important;
	FONT-WEIGHT: bold !important;	
    FONT-SIZE: 11px !important;
}

.TreeViewLeafNode
{
    color:#FFFFFF !important;
    FONT-FAMILY: Arial !important;
    FONT-SIZE: 11px !important;
}
