.leightbox .titleLB{
	font-weight: bold;
	font-size:1.6em;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	color:#041831;

}
.leightbox {
	color: #092a54;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 15px;
	display: none;
	position: absolute;
	top: 25%;
	left: 10%;
	width: 500px;
	height: 320px;
	border: 1px solid #092a54;
	text-align: left;
	z-index:1001;
	background-color:#e1f5ff;

}

.headerLB{
	border-bottom:1px solid black;
	height: 20px;
	width:500px;
}

.bodyLB{
	position:relative;
	float:left;
	overflow: auto;
	font-size: 1em;
	height: 300px;
	width:500px;
	background-image:url(../bg1.gif);
	background-repeat:repeat-x;
	background-color:#95dcfe;
}

.bodyLB .textLB{
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#778899;
	-moz-opacity: 0.3;
	opacity:.30;
	filter: alpha(opacity=30);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }



#lightbox1 a{
	font-weight: normal;
}

