.RootNode
{
	font-size: 12px;
	color: #0D122A;
	font-family: Gill Sans MT, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.RootNode a, .RootNode a:active, .RootNode a:visited, .RootNode a:hover
{
	color: #0D122A;
	font-family: Gill Sans MT, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}


.LeafNode
{
	font-size: 12px;
	color: #808080;
	font-family: Gill Sans MT, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: normal;
	text-decoration: none;
}

.LeafNode a:link, .LeafNode a:active, .LeafNode a:visited
{
	text-align: center;
	color: #808080;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
}

.LeafNode a:hover
{
	color: #808080;
	text-decoration: underline;
	text-transform: lowercase;
	font-weight: normal;
}

