BODY, LI, TD, .body, INPUT, TEXTAREA, .nouline, .nouline:visited {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px;
}

BODY {
	background: black;
	margin: 0px;
}

A {
	color: #CCCCCC;
}

A:visited {
	color: #697BC7;
}

A:active {
	color: white;
}

IMG {
	border: 0px;
}

UL {
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
}

LI {
	margin-left: -15px;
}

.date, .title, .tlink {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 3ex;
	margin-bottom: 1ex;
}

.title, .tlink {
	margin-top: 7px;
}

.title, .tlink, .date, .hlite {
	color: #C2D0E8;
}

.tlink:visited {
	color: #C2D0E8;
}

.tlink, .nouline {
	text-decoration: none;
}

.nouline:hover, .tlink:hover {
	text-decoration: underline;
}

.download, .percent {
	font: xx-small Arial, Helvetica, sans-serif;
}

.percent {
	color: #CCCCCC;
}

INPUT.field, TEXTAREA.field {
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	width: 100%;
}

DIV.divider {
	width: 100%;
	height: 2px;
	margin-top: 18px;
	margin-bottom: 6px;
	background-image: url(images/hr.gif);
	background-repeat: repeat-x;
}

TD.number {
	padding-right: 8px;
	vertical-align: top;
	color: #C2D0E8;
}

TABLE.oltable {
	border: 1px solid #999999;
	border-right: 0px;
	border-bottom: 0px;
}
 
.oltable TD {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: top;
}

.oltitle TD {
	padding: 2px;
	padding-left: 5px;
	background: #707070;
	color: black;
	font-weight: bold;
}
