<HTML><HEAD><TITLE>Technical Catalog Style Sheet for all Blocks and Pages - Version 3</TITLE></HEAD><STYLE type="text/css"><!--a:link {	font-weight: bold;	color: blue;	text-decoration: none;	}a:visited {	color: blue;	font-weight: bold;	text-decoration: none;	}a:active {	color: white;	text-decoration: none;	}a:hover {	color: cyan;	text-decoration: none;	}/* Body Style, basic settings for page and components *//* Attention: includes standard font size (11pt) to be inherited by all elements,   yet inheritance does not work currently.   workaround: standard font size set in all individual styles!   There it should be removed as soon as browsers support font size in body */body   {	color: rgb(0,0,0);	background-color: rgb(255,255,255);	background-image: url("../images/water.jpg");	font-family: Helvetica, Arial;        font-size: 11pt;	margin: 0px;	}/* Table Styles */table	{	border-width: 1px;	border-collapse: collapse;	border-color: rgb(0,0,0);        margin-top: 5px;        margin-bottom: 5px;	}th	{ 	font-size: 11pt; 	font-weight: bold; 	text-align: center; 	background-color: rgb(204,204,204); 	padding: 3px; 	border-width: 1px; 	border-color: rgb(0,0,0); 	page-break-inside: avoid; 	}td	{ 	font-size: 11pt;	padding: 3px;	border-width: 1px;	border-color: rgb(0,0,0);	page-break-inside: avoid;	}caption	{	font-size: 11pt;	font-style: italic;	caption-side: bottom;	margin-top: 3px;	line-height: 20px;		}	/* usage: controls properties of automatic table captions           remarks:	        style caption-side for location at bottom of table does not yet work                        (currently: valign=bottom in text)	        style margin-top for distance to table does not yet work                        (current workaround: line-height)                style line-height: only workaround, can be deleted when margin-top works *//* Layout: Style for Page Layout Table */table.Layout	{	padding: 3px;	border-width: 0px;	border-collapse: collapse;	}td.Layout	{padding: 3px;	border-width: 0px;	page-break-inside: auto;	}/* HTML Standard Styles, except <h#> and <p> */address	{	font-size: 8pt;	margin-bottom: 0;	}/* dl: definition list with list elements <dt> and <dd> */dl	{margin-bottom: 0}dt	{	font-size: 11pt;	}        /* usage: defined term in definition list            special: no bottom margin by default */dd	{	font-size: 11pt;	}        /* usage: definition paragraph in definition list            special: automatic indent and no bottom margin by default *//* li: list element both in bullet list and ordered list */li{		margin-top: 0px;	margin-bottom: 0px;	}/* ul: bullet list with list elements <li> */ul {	font-size: 11pt;	margin-top: 0px;	margin-bottom: 0px;	margin-left: 25px;	list-style: disc;	}ul.box {	font-size: 11pt;	margin-top: 0px;	margin-bottom: 0px;	margin-left: 25px;	list-style: square; 	}ul.o {	font-size: 11pt;	margin-top: 0px;	margin-bottom: 0px;	margin-left: 25px;	list-style: circle;	}/* ol: ordered list with list elements <li> */ol {	font-size: 11pt;	margin-top: 0px;	margin-bottom: 0px;		margin-left: 25px;	list-style-type: decimal; 	}ol.AlphC {	font-size: 11pt;	margin-top: 0px;	margin-bottom: 0px;		margin-left: 25px;	list-style-type: upper-alpha;	}ol.Alphs {	font-size: 11pt;	margin-top: 0px;	margin-bottom: 0px;		margin-left: 25px;	list-style-type: lower-alpha;	}/* Heading Styles */h1 	{	font-size: 16pt;	font-weight: bold;	margin: 0;	}h2 	{	font-size: 14pt;	font-weight: bold;	margin: 0;	}h3 	{		font-size: 12pt;	font-weight: bold;	margin: 0;	}h4 	{	font-size: 11pt;	font-weight: bold;	margin: 0;	}h5 	{	font-size: 10pt;	font-weight: bold;	margin: 0;	}h6 	{	font-size: 8pt;	font-weight: bold;	margin: 0;	}/* Normal Paragraph Styles <p> and <p...> for standard text usage *//* Attention: margins top (2px) and bottom (3px) for these styles are found by trial and error        original requirement for consistent usage: margin:0 and margin-bottom:5 px        however: does not work for first paragraph in any table cell where FrontPage does not accept <p>        instead FrontPage uses <td> only, which does currently not accept margin:0 + margin-bottom:5px        so this workaraound was required which must consistently be used for standard paragraphs        exception: for reaching p.0 effect, margin-bottom of p.0 is consequently set to -2px */p 	{	font-size: 11pt;	page-break-inside: avoid;        font-weight: normal;        margin: 0;        margin-top: 2px;        margin-bottom: 3px;	}	p.0 {	font-size: 11pt;	margin: 0;        margin-bottom: -2px;	}p.Bold {	font-size: 11pt;	font-weight: bold;        margin: 0;        margin-top: 2px;        margin-bottom: 3px;	}p.Center 	{	font-size: 11pt;	text-align: center;        margin: 0;        margin-top: 2px;        margin-bottom: 3px;	}p.Italic {	font-size: 11pt;	font-style: italic;	margin: 0;        margin-top: 2px;	margin-bottom: 3px;	}	p.Mono	{	font-family: courier, courier new;	font-size: 11pt;        margin: 0;        margin-top: 2px;        margin-bottom: 3px;	}/* Normal Paragraph Styles <p...> for special usage */p.Figure	{	font-size: 11pt;	text-align: center;	margin: 0;	margin-bottom:10px;	margin-top: 10px;	}p.FigureCaption 	        {	font-size: 11pt;	font-style: italic;	text-align: center;	margin: 0;        margin-bottom: 5px;	}p.Remark {	font-size: 8pt;	margin: 0;	}p.Menu {	font-size: 10pt;	margin: 0;	}--></STYLE><BODY><COMMENT> The other pages display the real data</COMMENT></BODY></HTML>
