<style type="text/css">

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	line-height: 180%;
	text-align: center;
}
h1 {
	font-size: 15px;
	font-weight:bold;
	color: #C71D22;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
</style>
#container { 
	width: 650px;
	margin: 0 auto;
	text-align: left;
}

.leightbox {
	color: #000;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 635px;
	height: 440x;
	padding: 2em;
	border: 1px solid #FFFFFF;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

