A	{
  color: #FF0000; 
  text-decoration: none; 
}

A:Hover	{
  color: #000000;
  text-decoration: none;
}

A:Active{
  color: #000000;
  text-decoration: underline;  
}

BODY	{
  background: #FFFFFF;
  margin-left: 50px;
  margin-top: 10px;
  font-family: Georgia, serif;
  font-size: 9pt;
}

IMG	{
  border: 0;
}

TD	{
  font-size: 9pt;
}

P	{
  font-size: 9pt;
  margin: 5px;
}

.klein
{
	color: #999999;
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 16px;
}
a.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000ff;
	text-decoration: underline;
	font-weight:normal;
}

a.klein:hover {
	color: #999999;
}

a.normal {
font-weight:normal;
}