body {
	margin: 5px 0 5px 0;
	background-color: #333333;
	color: #444444;
}

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

p, td {
	font: 12px Arial, Helvetica, sans-serif;
	color: #444444;
}

h1 {
	font: 33px "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
}
h2 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
}
h3 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

.menu {
	font: 12px Arial, Helvetica, sans-serif;
	color: #555555;
	font-weight: bold;
}

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

a.typeMENU:link, a.typeMENU:visited	{color: #555555; text-decoration: none;}
a.typeMENU:active, a.typeMENU:hover	{color: #000000; text-decoration: underline;}

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

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

