a:link { color: #336699 }
a:hover { color: #FF9933}
.n1 { font-family: Arial, Sans Serif, Verdana, Segoe UI; font-size: 8pt; font-weight: bold }
.n2 { font-family: Arial, Sans Serif, Verdana, Segoe UI; color: #000000; font-size: 8pt }
.n22 { font-family: Arial, Sans Serif, Verdana, Segoe UI; color: #000000; margin-top: 0; margin-bottom: 6; font-size: 8pt }
.d2 { font-family: Arial, Sans Serif, Verdana, Segoe UI; font-size: 10pt; color: #008000; font-weight: bold }
.d3 { font-family: Arial, Sans Serif, Verdana, Segoe UI; font-size: 10pt; color: #3399FF; font-weight: bold }
.n4	{ font-family: Arial, Sans Serif, Verdana, Segoe UI; font-size: 8pt; color: #330099; background-color: #CCCCFF; margin-top: 0; margin-bottom: 6; font-weight: bold }

#line a {
	color: #000000;
	text-decoration: none;
	line-height: 21px;
}

#line a:hover {
	background: #FFEC8B;
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	line-height: 21px;
}

.sm {
	CURSOR: hand
}

#container { 
	width: 50%;
	margin: 0 auto;
}

.footer {
	background-color: #D2E9FF;
	padding: 0.5em;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 20%;
	width: 60%;
	height: 50%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	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:#333;
	-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;    }
