.popup {
	background: white;
	border: solid black 1px;
	color: #413E7A;
	font-size: 10pt;
	position: absolute;
	display: none;
	width: 400px;
	z-index: 1000;
}
.popupHeading {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.popupText, .popupText table tr th {
	text-align: justify;
	font-size: 9pt;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	text-decoration: none;
}
.popupText table tr th {
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.popupText table tr td {
	color: #413E7A;
	text-align: justify;
	font-size: 9pt;
	text-decoration: none;
	white-space: nowrap;
	
}
.popupText ul li, .popupText ul li a, .popupText ul li a:link, .popupText ul li a:visited, .popupText a, .popupText:link, .popupText:active {
	font-size: 9pt;
	text-decoration: none;
}
.popupText ul li a:hover {
	text-decoration: underline;
}
.popupNote {
	text-align: center;
	padding-top: 20px;
}