
/* the style of the text label in ygTextNode */
 .ygtvlabel:link, .ygtvlabel:visited,  { 
	border-BOTTOM: 1px dotted #856144; 	font-family: Arial , Helvetica, sans-serif; color: #ffffff; text-decoration: none; font-weight: bold; font-size: 12px;  width:160; padding:0px; display:block; text-indent: 4px; line-height: 22px;

}



.ygtvlabel:hover{
	color: #ffffff;
	text-decoration: none;
	background-color:#b8aa6b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-indent: 4px;


}


