.pageText {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	color: #666666;
	lletter-spacing: 0.3mm;
}
.pageText a:active  {color: #666666;}
.pageText a:hover   {color: #666666;}
.pageText a:visited {color: #666666;}
.pageText a:link    {color: #666666;}

h1 {
	margin-top: 2px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
h2 {
	margin-top: 2px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
h3 {
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
h4 {
	margin-top: 2px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

#nonPopupDiv {
	position:absolute;
	left:60px;
	top:140px;
	height:460px;
	width:570px;
	border: solid 2px #CCCCCC;
	visibility:hidden;
	margin: 0 auto;
	z-index: 1000;
	background: #FFFFFF;
}

#nonPopupIframe {
    z-index: 999;
}