body {
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 33%;
	width: 500px;
	height: 300px;
	border: 1px solid #336699;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;
	font-size: 87%;	
}

.leightboxscroll {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 33%;
	width: 500px;
	height: 415px;
	border: 1px solid #336699;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;
	font-size: 87%;	
}

#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;    }

.lightboxMenu a{
	color: #336699;
	text-decoration: none;
}
.lightboxMenu a:hover{
	color: #CD6339;
	text-decoration: underline;
}

#lightbox1 a{
	font-weight: normal;
}


#lightbox2 a{
	font-weight: bold;
	text-decoration: underline;
}

