<html>
<head>
<title>Style Sheet</title>
</head>

<body>

h1
{
color:#000000;
font-family:Arial, sans-serif;
font-size:12pt;
}

.header
{
color:#000090;
font-family:Arial, sans-serif;
font-size:10pt;
font-weight:bold;
}

.normal
{
color:#000090;
font-family:Arial, sans-serif;
font-size:10pt;
}

.klein
{
color:#000090;
font-family:Arial, sans-serif;
font-size:8pt;
}

.table
{
color:#FFFFCF;
font-family:Arial, sans-serif;
font-size:10pt;
font-weight:bold;
}

a
{font-size:9pt; font-family:Arial, sans-serif; font-weight:bold;}
a:link {color:#cc0000; text-decoration:none}
a:visited {color:#cc0000; text-decoration:none}
a:active {color:#cc0000; text-decoration:none}
a:hover{color:#cc000;  text-decoration:underline overline}

BODY {background:#ffffff; scrollbar-face-color:#ffffff; scrollbar-shadow-color:#ffffff; scrollbar-highlight-color:#000090; scrollbar-3dlight-color:#ffffff; scrollbar-darkshadow-color:#000000; scrollbar-track-color:#ffffff; scrollbar-arrow-color:#000090;}



</body>
</html>
