#faw {
	background: White;
	text-align: center;
	font-family: Arial,sans-serif;
	width:475px;
	height:300px;
	position: absolute;
	margin: 0 auto;
	top: 250px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;
}

#faw a {
	text-decoration: none;
	border: none;
}

#faw .ad {
	height:270px;
	background:White;
	border:DarkGreen 1px solid;
}

#faw img {
	border: none;
}

#faw .bar {
	/* background: url('bar.gif') no-repeat top left;*/
	background-color:DarkGreen;
	height: 35px;
	line-height: 30px;
	text-align: center;
	font-family:Arial;
}

#faw .bar a {
	margin-left: 10px;
	font-weight: normal;
	float: left;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	font-family:Arial;
}

#faw .bar .close {
	margin-right: 5px;
	display: block;
	width: 12px;
	height: 40px;
	float: right;
	background: url('close_off.gif') no-repeat center;
}

#faw.show {
	display:block;
}

.val_list {
	font-size:8pt;
	text-align:left;
}

.pop_footer {
font-size:10pt;
font-color:Black;
}

.highlight_box {
font-size:10pt;
text-align:justify;
border:Maroon 1px solid;
padding-left: 3px; 
padding-right: 3px;
margin-left: 3px;
margin-right: 3px;
background: #FFFFCC;
}
