.Link_Tree
{
    width: 120px;
	height: 25px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: lighter;
	cursor: hand;
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:none none dotted none; 
}

A.Link_Tree:link
{
	text-decoration: none;
	color: #0085CA;
}

A.Link_Tree:visited
{
	text-decoration: none;
	color: #0085CA;
}

A.Link_Tree:hover
{
	text-decoration: none;
	color: #000000;
}

A.Link_Tree:active
{
	text-decoration: none;
	color: #000000;
}

