body {
	background: black;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.yellow {
	color: #fff88e;
}

.smallblack {
	color: #333333;
	font-size: 10px;
}

.white {
	color: #FFFFFF;
	font-size: 11px;
}

td {
	color: #000000;
	font-size: 11px;
}

.h2 {
	color: #333333;
	font-size: 18px;
}

A.smlblklnk {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}

A.smlblklnk:HOVER {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}

A.smlgrylnk {
	color: #cccccc;
	text-decoration: underline;
}

A.smlgrylnk:HOVER {
	color: #cccccc;
	text-decoration: none;
}

.menuitem {
	color: white;
	font: bold 10px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

.adminmenuitem {
	color: yellow;
	font: bold 10px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

.spotlighttitle {
	color: white;
	font: bold 14px Arial, Helvetica, sans-serif;
}

A.brownlnk {
	color: #9e8f87;
	text-decoration: none;
}

.brown {
	color: #9e8f87;
}

A.brownlnk:HOVER {
	color: #9e8f87;
	text-decoration: underline;
}

.grey {
	color: #666666;
}

A.greylnk {
	color: #666666;
	text-decoration: none;
}

A.greylnk:HOVER {
	color: #666666;
	text-decoration: underline;
}

.drkgrey {
	color: #333333;
}

A.drkgreylnk {
	color: #333333;
	text-decoration: none;
}

A.drkgreylnk:HOVER {
	color: #333333;
	text-decoration: underline;
}

.green {
	color: #646431;
	font-size: 11px;
}

A.brownred {
	color: #7e2b09;
	font-weight: normal;
	text-decoration: none;
}

A.brownred:HOVER {
	color: #7e2b09;
	font-weight: normal;
	text-decoration: underline;
}

A {
	color: white;
	font-size: 11px;
	text-decoration: none;
}

A:HOVER {
	color: white;
	font-size: 11px;
	text-decoration: underline;
}

.error {
	color: #a10100;
}

