.jqueryoverlay {
    /*background-color:#000000;
	opacity: 0.4; */
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 1500px;	
	background-image: url(../images/fed/bck_light.png); 
}


#fa {
	background: #FFF;
	text-align: center;
	font-family: Arial,sans-serif;
	padding: 2px;
	/*width: 940px;*/
	position: absolute;
	margin: 0 auto;
	top: 10px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 1000;
	border: 2px solid #237784;
	height: auto;
	position: fixed;
}

 #fa .fa_close a {
	text-decoration: none;
	border: none;
	font-size: 9px;
	color:#00F;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

#fa.show {
	display: block;
}
#fa_content
{
	padding-left:10px;
	padding-left:10px;
	padding-right:10px;
	
	
	text-align:left;
	top: 10px;
	left: 10px;
	width: 350px;
	height: 585px;
	float: none;
	position: absolute;
	background-image: url(../images/fed/bck_light.png);
}
#fa_content h1
{
	font-family: supermarket;
	font-size: 26px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	
}
#fa_content h2
{
	font-family: supermarket;
	font-size: 23px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	
}
#fa_content h3
{
	font-family: supermarket;
	font-size: 18px;
    font-weight:normal;

}
#fa_content p
{
	font-family: supermarket;
	font-size: 16px;
	
}
#fa_content a
{
    background-color: #f33f3f;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family:Tahoma, Geneva, sans-serif;
    font-size: 14px;
    padding: 6px 12px;
    text-decoration: none;	
}
