A:link, A:visited, A:active {
	text-decoration: underline;
	color: #8080B0;
	font-weight: normal;
}

A:hover {
	text-decoration: underline;
	color: #CFCFFF;
	font-weight: normal;
}

A:link.columns, A:visited.columns, A:active.columns {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

A:hover.columns {
	text-decoration: underline;
	color: white;
	font-weight: bold;
}

BODY {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #c0c0c0;
	background: black;
}

SPAN.active {
	color: #00ff00;
}

TABLE {
	font-size: 10pt;
}

TABLE.main {
	margin: 0px;
	border: 1px solid #808080;
	border-spacing: 0px;
	border-collapse: collapse;
}

TD {
	border: 1px solid #808080;
	padding: 4px;
}

TD.light {
	background: #303030;
}

TD.dark {
	background: #000000;
}

TH {
	background: #505050;
	border: 1px solid #808080;
	padding: 4px;
}

.header {
	color: white;
	font-size: 18pt;
}

.footer {
	font-size: 7.5pt;
}
