
.BodyDark
{
    COLOR: #c0c0c0;
    background-color: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: x-small;
}

.Text1
{
	COLOR: #ccccff;
    font-weight: bold;
    FONT-SIZE: small;
}

.Text2
{
	COLOR: #ccccff;
	font-weight:bold;
}

.Text3
{
	COLOR: #ccccff;
}

.Text4
{
	COLOR: #c0c0c0;
    FONT-FAMILY: Verdana;
    FONT-SIZE: x-small;
}

.Link1
{
	
	color: #CCCCFF;
}

.selectedNode
{
	color:#FFFFFF; 
	background-color: #000000; 
	cursor:  hand;
	font-size: x-small;
}

.inactiveNode
{
	color:#C0C0C0; 
	cursor: hand;
	font-size: x-small;
}
			
.highlightNode
{
	color:#FFFFFF; 
	background-color: #003333; 
	cursor: hand;
	font-size: x-small;
}

