body
{
	background-color:#120E03;
	font-family:Verdana;
	font-size:11px;
	color: #EEE8AA;
	margin-top: 0;
}

table
{
	background-color : black;
	font-family:Verdana;
	font-size:11px;
	color:#EEE8AA;
}

.noBG
{
	font-size: 11px;
	color: #EEE8AA;
	font-family: Verdana;
	background-color: transparent;
}

a
{
	color:#EEE8AA;
	text-decoration: underline;
}

a:hover
{
  color:#84400F;
  text-decoration:underline; 
}

ul
{
  list-style-image: url(images/bullet.gif);
  list-style-type:square; 
  list-style-position:outside; 
  margin-left:18px; 
  margin-top:5px; 
  color:#EEE8AA;
  padding-left:2px;
}

ol
{
  list-style-position:outside; 
  margin-left:25px; 
  margin-top:5px; 
}

h1
{
	font-family:Verdana;
	font-weight:bold;
	font-size:18px;
	color: #EEE8AA;
	margin-top:12px;
	margin-bottom:40px;
}

h2
{
  font-family:Verdana; 
  font-weight:bold;
  font-size:18px; 
  color:#EEE8AA;
  margin-top:15px; 
  margin-bottom:15px; 
}

h3
{
  font-family:Verdana; 
  font-weight:bold;
  font-size:12px; 
  margin-top:2px; 
  margin-bottom:2px; 
}

.MainText
{
  font-size:11px; 
}

.SmallText
{
  font-size:10px; 
}

.Hint
{
	color: Yellow;
}

input
{
  font-family: verdana; 
  font-size: 11px; 
}  

select
{
  font-family:Verdana; 
  font-size:11px;
}

img
{
	border: none;
}
.treeContainer
{
	height:380px;width:200px;overflow:auto;
}
.kitContainer
{
	height:380px;width:500px;overflow:auto;
}