.balloonstyle{
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
font:normal 12px Arial;
line-height: 18px;
z-index: 100;
width: 288px;
}
body {
 font-family:Arial, Helvetica, sans-serif; 
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left:0;
margin-left:28px;
visibility: hidden;
}

.content-tips{
 width:268px;
 padding-left:10px;
 padding-right:10px;
 margin-left:20px;
 background-color:#666666;
}
.content-top{
 width:288px;
 height:10px;
 margin-left:20px;
 background-image:url(images/top.gif);
 background-repeat:no-repeat;
 background-color:#666666;
}
.content-bottom 
{
 width:288px;
 height:10px;
 margin-left:20px;
 background-image:url(images/bottom.gif);
 background-repeat:no-repeat;

}
.tooltip-text {
 font-size:10pt;
 color:#FFFFFF;
}

a
{
font-weight:normal;
color:#ff9900;
font-size:10pt;
}
a: hover {
color:#ff9900;
text-decoration:none;
}


