@charset "utf-8";
/* CSS Document */
a
{
	text-decoration: none;
}
a.tooltip span 

{

            display:none;
			font-family: "Century Gothic";	

            width:198px;
			height:125px;

            COLOR: #ffffff;

            text-align: left;

            margin: 0px;

            padding-top: 1px;

            padding-right: 1px;

            padding-bottom: 1px;

            padding-left: 1px;
			position: absolute;
			text-decoration:none;
			border:0;

}

a.tooltip:hover span

{
	DISPLAY: block;
	COLOR: #000000;
	margin-left:0px;
	BACKGROUND-COLOR:#a4bdd7;
	TEXT-DECORATION: none;
	border:0;
	font-size: 11px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align: left;
	margin-bottom: 0px;
	position: absolute;
	left:190px;
	bottom:5px;
	font-family: "Century Gothic";
	font-weight: bold;
}

