/* Copyright 2003 Benedikt Burhorst . All Rights Reserved */
/* in older times this part was called the frameset */
#navi {
	position : fixed;
	top : 5px;
	float : left;
	width : 100px;
	height : 100%;
	border : none;
	margin : 3px 0 0 0;
	}
#text {
	position : relative;
	left : 100px;
	width : 769px; 
	border : none;
	}
body {
	width : 869px;
	margin-left : auto;
	margin-right : auto;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color : #ccf;
	color : #333333;
	}

/* formatting the links */
a {
	color : #6600ff;
	font-size : 10pt;
	text-decoration : none;
	}
a:active {
	color : #6600ff;
	}
a:link {
	color : #6600ff;
	}
a:visited {
	color : #6600ff;
	}
a:hover	{
	color : #ff0000;
	}

a.anm {
	color : #6600ff;
	font-size : 7pt;
	text-decoration : none;
	}
a.anm:active {
	color : #ff0000;
	}
a.anm:link {
	color : #6600ff;
	}
a.anm:visited {
	color : #6600ff;
	}
a.anm:hover	{
	color : #ff0000;
	}
a.blankxs {
	target : blank
	}
/* the rest */
p {
	font-size : 10pt;
	margin-left : 6pt;
	}
h1 {
	font-size : 12pt;
	color : #6600ff;
	margin-left : 0;
	margin-top : 6pt;
	margin-bottom : 4pt;
	}
h2 {
	font-size : 12pt;
	color : #6600ff;
	margin-left : 6pt;
	margin-top : 2pt;
	margin-bottom : 2pt;
	}
h3 {
	font-size : 10pt;
	color : #6600ff;
	margin-left : 6pt;
	margin-top : 2pt;
	margin-bottom : 2pt;
	}
hr {
	color : #333333;
	width : 765px;
	}
img	{
	border : 1pt solid #333333;
	}
img.top	{
	width : 769px;
	height : 227px;
	position : relative;
	top : 3px;
	border : 1pt solid #333333;
	}
img.right {
	position : relative;
	float : right;
	}
img.w3 {
	border : 0px none;
	width : 88px;
	height : 31px
	}
p.copyright {
	font-size : 7pt;
	margin-top : 0;
	}
strong {
	font-weight : 600;
	}
