#information, #information2, #information3, #information4 {
	position: absolute;
	display: none;
	left: 61px;
	top: 10px;


}

.information {
    text-decoration: none;
    color: #1A69B4;
    font-weight: bold;
}

#tooltip {
    position: absolute;
    visibility: hidden;
    z-index: 2;
    filter:alpha(opacity=93);
    border:2px solid #085EDE;
}

.tooltip H1 {
    font-size: 10.0pt;
}

.tooltip H2 {
    display: inline;
    font-size: 10.0pt;
}
