﻿.TreeView
{
	color: #000000;
	font-size: 7.5pt;
	font-family: verdana;
}
A.TreeView:LINK
{
	text-decoration: none;
	color: #4682b4;
	font-size: 7.5pt;
	font-family: verdana;
}
A.TreeView:VISITED
{
	text-decoration: none;
	color: #4682b4;
	font-size: 7.5pt;
	font-family: verdana;
}
A.TreeView:HOVER
{
	text-decoration: underline;
	color: #4682b4;
	font-size: 7.5pt;
	font-family: verdana;
}

.TreeViewParent
{
	color: #000000;
	font-size: 7.5pt;
	font-family: verdana;
}
A.TreeViewParent:LINK
{
	text-decoration: none;
	color: #000000;
	font-size: 7.5pt;
	font-family: verdana;
}
A.TreeViewParent:VISITED
{
	text-decoration: none;
	color: #000000;
	font-size: 7.5pt;
	font-family: verdana;
}
A.TreeViewParent:HOVER
{
	text-decoration: none;
	color: #000000;
	font-size: 7.5pt;
	font-family: verdana;
}

.TreePageLabel
{
	text-align: left;
	color: black;
	font-size: 8pt;
	font-family: Verdana;
	background-color: White;
	vertical-align: top;
	padding-bottom: 0px;
	font-weight: bold;
	width: 100px;
}

.TreePageDetails
{
	text-align: left;
	color: black;
	font-size: 8pt;
	font-family: Verdana;
	background-color: White;
	vertical-align: top;
	padding-bottom: 0px;
	font-weight: normal;
}

.TreePageLinks
{
	text-align: left;
	color: black;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: underline;
	cursor: hand;
}
