html,body
{
    margin:0px;
    padding:0px; 
    height:100%; 
    border:none; 
    font-family:tahoma;
    font-size:13px;
    color:#555;
    background-color:#FFF
}
.TreeGras
{
    font-weight:bold;    
    font-family: Tahoma;
	color:#000080;
	padding-left: 3px;
	text-decoration: none;
	cursor: hand;	
}

.TreeGrasOver
{
    font-weight:bold;    
    font-family: Tahoma;
	color:#000080;
	padding-left: 3px;
	text-decoration: underline;
	cursor: hand;	
}

.Tree
{ 
	font-family: Tahoma;
	color:#000080;
	padding-left: 3px;
	text-decoration: none;
	cursor: hand;	
}

.TreeOver 
{ 
	font-family: Tahoma;  
	color:#000080;
	padding-left: 3px;
	text-decoration: underline; 
	cursor: hand;	
}

.TreeGrasSelect 
{ 
    font-weight:bold;    
	font-family: Tahoma;  
	color:#000080;
	padding-left: 3px;
	text-decoration: underline; 
	border: dotted 1px #555;
	cursor: hand;	
}

.TreeSelect 
{ 
	font-family: Tahoma;  
	color:#000080;
	padding-left: 3px;
	text-decoration: underline; 
	border: dotted 1px #555;
	cursor: hand;	
}

.Mess_Err
{
    color:#F44;
    font-weight:bold;    
}
.Mess_Ok
{
    color:#4F4;
    font-weight:bold;    
}

A,A:visited
{
    font-weight:bold;    
    font-family: Tahoma;
	color:#000080;
    text-decoration:none; 
}
A:hover
{
    font-weight:bold;    
    font-family: Tahoma;
	color:#000080;
    text-decoration:underline;
}

