A
{
	text-decoration: none;
	color: #D6BF61;
}
A:hover
{
	color: #000000;
   	text-decoration: none;
	background: #FFFFFF;
}
BODY
{
	color: #FFFFAA;
	background-color: #000000;
	font-size: 10pt;
	font-family: arial;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
TABLE
{
	margin-left: auto;
	margin-right: auto;
}
TD
{
	text-align: left;
	font-size: 10pt;
}
TH
{
	text-align: center;
	font-size: 10pt;
}

.guide TD
{
	text-align: center;
	color: white;
	font-size: 10pt;
}
.guide TH
{
	font-size: 10pt;
	color: white;
	background-color: #4F4F4F;
}
.menus TD
{
	color: white;
	text-align: center;
	background-color: #2F2F2F;
}
.menus TH
{
	color: white;
	background-color: #4F4F4F;
}
.inputtable TD
{
	font-size: 10pt;
	color: white;
}
.inputtable TH
{
	font-size: 10pt;
	color: white;
	background-color: #4F4F4F;
}
TABLE.scorestable
{
	width: 100%;
}
.scorestable TH
{
	color: white;
	font-size: 10pt;
}
.scorestable TD
{
	font-size: small;
}
.empstatus TH { text-align: left; }
.empstatus TD { text-align: right; }

.mnormal { color: white; }
.mdisabled { color: yellow; }
.mself { color: aqua; }
.mally { color: #9FBFDF; }
.mprotected { color: #9FDF9F; }
.mdead { color: red; }
.madmin { color: #FF7FFF; }

.cgood { color: lime; }
.cwarn { color: yellow; }
.cbad { color: red; }
.cneutral { color: white; }

.era1
{
	color: white;
	background-color: navy;
	font-size: large;
}
.era2
{
	color: white;
	background-color: maroon;
	font-size: large;
}
.era3
{
	color: white;
	background-color: #005F00;
	font-size: large;
}
.era0
{
	color: white;
	background-color: maroon;
	font-size: large;
}
.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }
