body{
  font-size: 8pt;
  font-family:verdana,helvetica,sans-serif;
  color:#7e8082;
  margin: 0;
  padding: 0;
}

td {
  font-size: 9pt;
  font-family:verdana,helvetica,sans-serif;
  color:#7e8082;
}

a.nav:link, a.nav:visited {
  font-size:8pt;
  font-family:verdana,helvetica,sans-serif;
  color:#7e8082;
  text-decoration:none;
  cursor:pointer;
  font-weight: bold;
}
a.nav:link#active_menu, a.nav:visited#active_menu, a.nav:hover, a.nav:active, a.nav:hover#active_menu {
  color:#e64034;
}

A {
  font-size:9pt;
  font-family:verdana,helvetica,sans-serif;
  color:#7e8082;
  text-decoration:underline;
}
A.foot {
  font-size:7pt;
  font-family:verdana,helvetica,sans-serif;
  color:#7e8082;
  text-decoration:none;
}

A:hover {
  color:#e64034;
}
.red {
  font-size:8pt;
  font-family:verdana,helvetica,sans-serif;
  color:#e64034;
  font-variant: small-caps;
}
.foot {
  font-size: 7pt;
}
span.klein {
  font-size: 7pt;
}


#bg {
	position: absolute;
	top:0px;
	left:0px;
	white-space: nowrap;
	background-image: url(overlay.png);
	z-index: 99999;
}

/* commented backslash hack v2 \*/
* html #bg{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
/* end hack */



