.tooltip {
	position: absolute;
	display: none;
	background-color: #E4E4E4;
}
.tooltip2 {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 2px;
}
.tooltip2 .head{
	background-color: #006666;
	color: white;
	font-weight: bold;
	padding: 2px;
}
.tooltip2 .content{
	color: 000066;
	font-size: 10px;
	border-size: 4px;
}
.tooltip2 .content td{
	width: 50%;
	font-size: 10px;
	text-align: center;
}
.tooltip3 {
	position: absolute;
	display: none;
}
.tooltip3 img {
	-moz-opacity: 0.4;
	filter: alpha(Opacity=40);
}
strong {
	font-weight: bold;
}