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