.fna {
	position: relative;
	display: inline;
}




.fn_hide {
	display: none;
}

.fn_show {
	display: block;
}

.fn_hide, .fn_show {
	position:absolute;
	top: -20px;
	left: -150px;
	width: 300px;
	padding: 25px 20px 25px 25px;
	background-color: white;
	border: 2px solid #444;
	z-index: 50;
	color: #555;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}


.fn_show .footnoteA { color: black; text-decoration:underline; font-weight:normal; }

.fn_show .closenote { color:#555; text-align:right; display:block; }

.footholder {
	position: relative;
	display: inline;
}

.fn_show .footnoteA { font-size: 5px; }


sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-weight: bold;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


.per_Q, .per_A {
	margin:0;
	padding:15px 0 15px 35px; 
	line-height: 1.5em;
	background: url(../images/nxst_blt_Q.gif) no-repeat 0 15px;
}

.per_Q { font-weight: bold; }
.per_A { background: url(../images/nxst_blt_A.gif) no-repeat 0 15px; }

.per_name { font-weight: bold; padding-right:10px;}
