body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
}

A:link {
	COLOR: #CCCCCC;
	text-decoration: none;
}

A:visited {
	COLOR: #CCCCCC;
	text-decoration: none;
}

A:hover {
	COLOR: #99CC33;
	FONT-WEIGHT: bold;
	text-decoration: underline;
}

A:active {
	COLOR: #99CC33;
	text-decoration: underline;
	font-weight: normal;
}

.small {
	font-size: 11px;
	COLOR: #CCCCCC;
	font-weight: normal;
}

.small A:link {
	COLOR: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

.small A:visited {
	COLOR: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

.small A:hover {
	COLOR: #99CC33;
	text-decoration: underline;
	font-weight: bold;
}

.small A:active {
	text-decoration: underline;
	font-weight: bold;
}

.highlight {
	COLOR: #99CC33;
	font-weight: bold;
}
.homebkgd {
	background-image: url(/images/home_bkgd.gif);
	background-repeat: no-repeat;
	background-position: 60px 20px;
}