#myTree {
	overflow:hidden;
	margin-bottom:30px;
	}

#myTree td {
	font-family:arial, sans-serif;
	color:#FFFF00;
	}

#myTree a {
	cursor: hand;
	color: #fff;
	text-decoration:none;
	}

#myTree a:hover {
	text-decoration: underline;
	cursor: hand;
	}

.xt-n {
	padding-left:3px;
	padding-top:4px;
	font-size:12px;
	line-height:13px;
	cursor: hand;
	color:#3BCCE3
	}

.xt-i {
	cursor:hand;
	}

.xt-r-fo {
	font-weight:bold;
	color:Fuchsia ;
	cursor: hand;
	}

#myTree a.xt-active {
	color:#3BCCE3
	}
	
 #makePay a:link, #makePay a:visited {
	padding:3px; text-align:center; background:red; color:white; display:block;
	border:1px solid white; font-weight:bold; font-family:arial, sans-serif; 
	text-decoration:none
	}
	
#makePay a:hover {
	 background:white; color:red; border:1px solid red; text-decoration:none
	}