body {
  background-color: #00aa00;
  font-family: Verdana;
  color: #eeeeee;
  margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: auto;
}

a {
  text-decoration: none;
  color: #eeee00;
  font-weight: bold;
}

a.tm2 {
  font-size: 13px;
}

a:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

p {
  font-size: 13px;
}

h1,h2,h3 {
  color: #eeee00;
 font-size: 14px;
}

td.std {
	background-color: #727a8b;
}

td.texthead {
	font-size: 18px;
	font-weight: bold;
	text-indent: 20px;
}

td.textshort {
	font-size: 16px;
	font-weight: bold;
}

td.textlong {
	font-size: 14px;
}

/* Treemenu Anchors */

A.tm1    {padding-left: 10px;}
A.tm1:Visited {padding-left: 10px; }
A.tm1:Hover   {padding-left: 10px;    } /* user hovers */
A.tm1:Active  {padding-left: 10px;}

A.tm2    {padding-left: 20px;}
A.tm2:Visited {padding-left: 20px; }
A.tm2:Hover   {padding-left: 20px;   } /* user hovers */
A.tm2:Active  {padding-left: 20px; }

A.tm3    {padding-left: 30px;}
A.tm3:Visited {adding-left: 30px; }
A.tm3:Hover   { background: white;adding-left: 30px;    } /* user hovers */
A.tm3:Active  {padding-left: 30px; }
