a:link {
color: Black;  
}

a:hover {
	background-color: #F2F4AA;
}

a:visited {
	text-decoration: underline;
	color: Black;
}

.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	text-indent: 10pt;
	background-image: url(images/Bg.GIF);
	background-repeat: repeat-x;
}
.TreeMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 5pt;
	font-style: italic;
	font-weight: bold;


}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ContentHeadline {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.MenuSelected {
	background-color: #EAED6D;


}
.Button {
  background-color: #FFFF99;
  border: 2px outset #E8F37C;
  color: #000000;
  cursor: hand;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
}
 