﻿/* TREE NODE STYLE */
.treeVwNode
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	color: #19327f;
	margin-bottom:10px;
	vertical-align:top;
}

.treeVwNode a:link
{
	color: #19327f;
	text-decoration: none;
}

.treeVwNode a:visited
{
	text-decoration: none;	
	color: #19327f;
}	

.treeVwNode a:active
{
	text-decoration: none;	
	color: #19327f;
}

.treeVwNode a:hover
{	
	text-decoration: underline;
	color: #999999;
}