/* tooltips */
a.tt:link,a.tt:visited {
line-height:1.5em;
position:relative;
z-index:24;
color:#603;
text-decoration:underline;
}

* html a.tt:link,a.tt:visited {
text-decoration:underline;
line-height:1.4em;
}

/*background:; ie hack- a needs change for IE to execute */
a.tt:hover, a.tt:focus {
z-index:25;
color:#C09;
text-decoration:none;
}

a.tt:hover span.tooltip, a.tt:focus span.tooltip {
display:block;
position:absolute;
top:-72px;
left:216px;
width:200px;
color:#666;
text-align:justify;
filter:alpha(opacity:95);
khtmlopacity:0.95px;
mozopacity:0.95px;
opacity:0.95px;
padding:8px 0 0;
}

a.tt:hover span.top,a.tt:focus span.top {
display:block;
background:url(bubble.gif) no-repeat top;
padding:18px 8px 0;
}

a.tt:hover span.middle,a.tt:focus span.middle {
display:block;
background:url(bubble_filler.gif) repeat bottom;
padding:0 8px;
}

a.tt:hover span.bottom,a.tt:focus span.bottom {
display:block;
color:#548912;
background:url(bubble.gif) no-repeat bottom;
padding:3px 8px 18px;
}