@font-face{
src: local("Arial");
fontFamily: "ArialEmbedded";
fontWeight: bold;
}
HSlider {
dataTipOffset: -22;
dataTipStyleName: "myDataTip";
}
.myDataTip {
backgroundColor: black;
color: white;
fontWeight: bold;
fontFamily: ArialEmbedded;
fontSize: 16;
}