body {
	background: black;
	margin: 0; padding: 0;
	overflow: hidden;
}
#scrollHolder {
	position: absolute;
	top: 0px; left: 0px;
	margin: 0px; padding: 0px;
}
#scrollME {
	position: absolute;
	top: 0px; left: 0px;
	margin: 0px; padding: 0px;
}
#UI {
	position: absolute;
	background: url(../portfolio/images/popup_line.gif) repeat-x;
	margin: 0px; padding: 0px;
	height: 40px;
}
#UInumbers {
	position: absolute;
	top: 11px; left: 10px;
}
#UIclose {
	position: absolute;
	top: 9px; right: 2px;
}
#UInumbers a {
	height: 24px;
	padding-bottom: 0px;
	border-bottom: none;
}
#UInumbers a:link.off, #UInumbers a:link.done, #UInumbers a:visited.off, #UInumbers a:visited.done {
	border-bottom: none;
}
#UInumbers a:link.on, #UInumbers a:visited.on {
	border-bottom: 1px solid #D9D9D9;
}

td { font: 11px verdana, arial, geneva, sans-serif; color: white; }
.indent { margin-left: 16px; margin-top: 4px; }
.small { font-size: 9px; }
a:link, a:visited { color: #B3B3B3; text-decoration: none; }
a:hover { color: white; text-decoration: underline; }
a:active { color: white; }
