body
{
	background-color: White;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: Gray;
	Text-Align: Left;
	margin-top: 8px;

}

/* Tabellen *************************************************************************** */

td
{
	background-color: White;
	font-family: Arial, Helvetica;
	Font-Size: 8pt;
	font-weight: normal;
	color: Gray;

}





/* Links ****************************************************************************** */
A:link {
	Font-Family: Arial, Helvetica;
	Font-Size: 8pt;
	Color: Gray;
	text-decoration: none;
}

A:active {
	Font-Family: Arial, Helvetica;
	Font-Size: 8pt;
	Color: Gray;
	text-decoration: none;
}

A:visited {
	Font-Family: Arial, Helvetica;
	Font-Size: 8pt;
	Color: Gray;
	text-decoration: none;
}

A:hover {
	Font-Family: Arial, Helvetica;
	Font-Size: 8pt;
	Color: Navy;
	text-decoration: none;
}



