a.wt_csstooltip {
    position: relative;
    z-index: 40;
/*      color: #3E3E3E; */
/*	text-decoration: underline; */
	border-bottom: dotted 1px;
/*      cursor: help;*/
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    display: inline;
}

h1 a.wt_csstooltip,
h5 a.wt_csstooltip,
p.readMore a.wt_csstooltip { color: #003366; }

h6 a.wt_csstooltip { color: #91B8DD; }

ul li a.wt_csstooltip,
p.bodytext a.wt_csstooltip { color: #000000; }



a.wt_csstooltip:hover { 
	z-index: 50; 
    background-color: #EBF1FA;
}
a.wt_csstooltip span,
a.wt_csstooltip dfn {
	display: none;
	font-style: normal;
	z-index: 50; 
}
a.wt_csstooltip:hover span,
a.wt_csstooltip:hover dfn {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 17em;
    background-color: #EBF1FA;
    color: #000000;
    text-align: left;
    padding: 8px;
    font-size: 11px;
	border: 1px solid #6592C1;
    text-decoration: none;
	font-style: normal;
	font-weight: normal;
	z-index: 51; 
}


h1 a.wt_csstooltip { font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; color: #003366; font-size: 28px;}
h2 a.wt_csstooltip { font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; color: #003366; font-size: 28px;}
h3 a.wt_csstooltip { font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; color: #003366; font-size: 16px;}
h4 a.wt_csstooltip { font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; color: #003366; font-size: 16px;}
h5 a.wt_csstooltip { font: bold 12px "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; color: #003366;}
h6 a.wt_csstooltip { font: bold 12px "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif; color: #91B8DD;}
