/*Link CSS*/

a.navigate {
	font-weight: bold;
	font-size:12px;
	line-height: 22px;
}

a img { 
	border: none; 
}

a.navigate:link {
	color: black;
	text-decoration: none;	
}

a.navigate:active {
	color: black;
	text-decoration: none;
}

a.navigate:visited {
	color: black;
	text-decoration: none;
}

a.navigate:hover {
	color: black;
	text-decoration: underline;
}

a.tree {
	font-weight: bold;
	font-size:12px;
	line-height: 20px;
	color: white;
	text-decoration: none;
}

a.tree:link {
	color: white;
	text-decoration: none;	
}

a.tree:active {
	color: white;
	text-decoration: none;
}

a.tree:visited {
	color: white;
	text-decoration: none;
}

a.tree:hover {
	color: white;
	text-decoration: underline;
}

/*End Link CSS*/
