<style>
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #555555;
	text-decoration: none;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration; color: #840000;}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #555555;
	text-decoration: none;
}
	
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #457D7D;
	text-decoration: none;
	font-weight: normal;

}
.subheadinggrey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.toplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.blacktext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

.popup
{
COLOR: #EBFBFF;
CURSOR: help.;
TEXT-DECORATION: none
}

.whitelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
</style>.lightgreysub {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.lightgreysub {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}


a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0.8em; left:32em; width:28em;
    border:1px solid #ffffff;
    background-color:#cccccc; color:#000;
    text-align: left}
.tooltiptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #339900;
}


