body {
	background-color: #000000;
	background-image: url(bg_waveform.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left center;
}
table {
	border: 0px;
	
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
td {
	vertical-align: bottom;
	border: 1px solid #CCFFF6;
	padding: 10px;
	text-align: left;
}
.td-center {
	vertical-align: middle;
}
.header-graphic {
	position: fixed;
	_position: absolute;
	left: 0px;
	top: 0px;
	_top:expression(eval(document.body.scrollTop));
	z-index: 50;
}
.yellow-bar {
	position: fixed;
	_position: absolute;
	left: 430px;
	top: 0px;
	_top:expression(eval(document.body.scrollTop));
	z-index: 40;
	width: 100%;
	height: 39px;
	overflow: hidden;

}



.green-ramp {
	position: relative;
	left: -15px;
	top: 32px;
	z-index: 41;
}

.nav-bar {
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	position: fixed;
	_position: absolute;
	left: 450px;
	top: 7px;
	_top:expression(eval(document.body.scrollTop+7));
	color: #0033FF;
	font-size: 22px;
	z-index: 45;
	white-space: nowrap;
	
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCFFF6;
	position: absolute;
	top: 50px;
	left: 4px;
	z-index: 20;
}
.detail-indent {
	position: relative;
	left: 100px;
	width: 600px;
}
.heading2 {
	position: relative;
	left: 50px;
	font-size: 16px;
}
.section-heading {
	white-space: nowrap;
	overflow: hidden;
}
.heading1 {
	font-size: 24px;
	letter-spacing: 0.3em;
	font-style: oblique;
	font-family: "Lucida Sans", "Lucida Grande", Helvetica, sans-serif;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #71e4ff;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CCFFF6;
}
a:hover {
	text-decoration: underline;
	color: #88BBB2;
}
