.popupstyle	{
	color: blue; cursor: hand;
}
.popupwindow
{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	background-color: #ffffff;
	font-size: 10pt;
	color: #000000;
	padding: 4;
	padding-right:4px;
	border-left: thin solid white;
	border-top: thin solid white;
	border-right: thin solid black;
	border-bottom: thin solid black;
	text-align:left;
	width:200px;
}
