.navtext {
width:235px;
font-size:8pt;
font-family:verdana;
layer-background-color:#FFF6D9;
background-color:#333399;
color:#FFFFFF;
; border: 2px outset; border-color: #CCCCCC #666600 #333300 #CCCCCC
}
.popup {
	background-color: #336699;
	position: absolute;
	left: 40px;
	top: 160px;
	height: 260px;
	width: 180px;
	border-top: thin groove #FFFFFF;
	border-right: thin groove #999999;
	border-bottom: thin groove #999999;
	border-left: thin groove #FFFFFF;
	text-decoration: none;
}
.poptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000FF;
	position: relative;
	left: 1px;
	top: 1px;
	vertical-align: middle;
	text-align: center;
	height: 20px;
	width: 160px;
}
.popClose {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #0000FF;
	position: absolute;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	top: 1px;
	height: 20px;
	width: 19px;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	right: 1px;
}
.popPicBox {
	position: absolute;
	height: 80px;
	width: 128px;
	left: 26px;
	top: 30px;
	padding: 0px;
	text-decoration: none;
	border: thin ridge;
}
.poptxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	position: absolute;
	top: 120px;
	text-align: left;
	width: 180px;
	left: 0px;
}
.CloseBtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #0000FF;
	height: 16px;
	width: 80px;
	position: absolute;
	left: 50px;
	border-top: thin ridge #FFFFFF;
	border-right: thin ridge #999999;
	border-bottom: thin ridge #999999;
	border-left: thin ridge #FFFFFF;
	bottom: 8px;
	text-decoration: none;
	vertical-align: middle;
	padding: 2px;
	cursor: hand;
}
