﻿

.TreeNode
{
    color:White;
    font-family:Garamond;
    font-size:12px;
    letter-spacing:-1px;
    text-transform:uppercase;
    white-space:normal;
    text-decoration:none;
    line-height:20px;
}
.TreeNodeOver
{
    color:Black;
    font-family:Garamond;
    text-transform:uppercase;
    white-space:normal;
    font-size:12px;
    text-decoration:underline;
    letter-spacing:-1px;
    
}
/*Original CSS
.TreeNode 
{ 
	font-family: Tahoma;
	font-size: 8pt; 
	color: black;	
	padding-left: 3px;
	text-decoration: none;	
	color:White;
}
.TreeNodeOver 
{
	font-family: Tahoma;
	font-size: 8pt;
	color: white;
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;	
}
*/



