.tooltip {
	width:			250px;
	height:			100px;
	margin:			0px;
	padding:		0px;
	position:		absolute;
}
.tooltip * {
	background-color:	#FFFFF0;
	border:			1px outset black;
	border-bottom-style:	none;
	border-top-style:	none;
	color:			rgb(0,0,0);
	font:			normal normal 11px Verdana;
	margin:			0px;
	padding:		0px;
	padding-left:		3px;
	width:			250px;
}
.tooltip_header {
	height:			14px;
	background-color:	#FFFF00;
	border:			1px outset black;
}
.tooltip_body {
	height:			65px;
}
.tooltip_link {
	height:			14px;
}
.tooltip_link>a {
	border-style:		none;
	font:			normal normal 11px Verdana;
	text-decoration:	underline;
}
.tooltip_footer {
	height:			1px;
	padding-left:		0px;
}
