BODY 
{
	background-color: white;
}

.TreeItems
{
	font-family: verdana;
	font-size: 12px;
    font-weight: normal;
}

.FieldName
{
	font-family: verdana;
	font-size: 14px;
	color: #000000;
    font-weight: bold;
}

.WithoutLink
{
	font-family: verdana;
	font-size: 12px;
    font-weight: normal;
	color: #000000;
}

A 
{
	text-decoration:none; 
	color: "blue";
}
A:hover  
{
	color: "red";
	text-decoration:underline;
}
