body {
	background-color: #000000;
	margin: 6px 0 4px 0;
	color: #000000;
}
TD {
	font: normal 11px Arial, Helvetica, sans-serif;
}

INPUT, SELECT, TEXTAREA {
background-color: #FFFF99;
color: #111111;
font-family: arial, helvetica;
font-size: 11px;
border: 2px gray;
padding: 2;
}

h1 {
	font: 34px "Trebuchet MS", Arial;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
}
h2 {
	font: 12px "Trebuchet MS", Arial;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
}
h3 {
	font: 13px "Trebuchet MS", Arial;
	font-weight: bold;
	color: #000000;
	margin: 0;
}

.yellow {
	font: 10px Arial, Helvetica, sans-serif;
	color: #ECCB0E;
}

.top {
	font: 11px "Trebuchet MS", Arial;
	color: #888888;
}
.bot {
	font: 10px "Trebuchet MS", Arial;
	color: #888888;
}

.menu {
	font: 12px "Trebuchet MS", Arial;
	color: #888888;
}


a.typeRED:link, a.typeRED:visited	{color: #CC0000; text-decoration: underline;}
a.typeRED:active, a.typeRED:hover	{color: #CC0000; text-decoration: none;}

a.typeGRAY:link, a.typeGRAY:visited	{color: #888888; text-decoration: none;}
a.typeGRAY:active, a.typeGRAY:hover	{color: #FFFFFF; text-decoration: none;}

a.typeTOP:link, a.typeTOP:visited	{color: #999999; text-decoration: underline;}
a.typeTOP:active, a.typeTOP:hover	{color: #FFFFFF; text-decoration: none;}

a.typeBLACK:link, a.typeBLACK:visited	{color: #000000; text-decoration: none;}
a.typeBLACK:active, a.typeBLACK:hover	{color: #A2A2A2; text-decoration: none;}
