@charset "utf-8";
.tooltip {
	font-weight: normal;
	color: #000000;
	position: relative;
	text-decoration: none;
}
.tooltip:hover {
	text-decoration: none;
	color: #000000;
}
.tooltip span {
	border: thin solid #000;
	display: none;
	padding: 5px;
	color: #000000;
}
.tooltip:hover span {
	text-decoration: none;
	width: 180px;
	display: block;
	position: absolute;
	top: 0em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-transform: none;
	line-height: normal;
	right: -10px;
	font-weight: normal;
	font-style: italic;
}

.tooltip2 {
	font-weight: normal;
	color: #000000;
	position: relative;
	text-decoration: none;
}
.tooltip2:hover {
	text-decoration: none;
	color: #000000;
}
.tooltip2 span {
	border: thin solid #000;
	display: none;
	padding: 5px;
	color: #000000;
}
.tooltip2:hover span {
	text-decoration: none;
	width: 180px;
	display: block;
	position: absolute;
	top: -4em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-transform: none;
	line-height: normal;
	right: -10px;
	font-weight: normal;
	font-style: italic;
}

.tooltip3 {
	font-weight: normal;
	color: #000000;
	position: relative;
	text-decoration: none;
}
.tooltip3:hover {
	text-decoration: none;
	color: #000000;
}
.tooltip3 span {
	border: thin solid #000;
	display: none;
	padding: 5px;
	color: #000000;
}
.tooltip3:hover span {
	text-decoration: none;
	width: 180px;
	display: block;
	position: absolute;
	top: -8em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-transform: none;
	line-height: normal;
	right: -10px;
	font-weight: normal;
	font-style: italic;
}

