<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** List ***/
.basecontent-list ul,
.basecontent-numbered-list ol {
	display:inline-block;
	padding-left: 0.25em;
    text-align: left;
}
.basecontent-list ul ul,
.basecontent-numbered-list ol ol {
	display: block; 
	margin-left: 0;
	padding-left: 0.5em; 
}
.basecontent-list li,
.basecontent-numbered-list li {
    vertical-align: text-top;
    text-align: left;
    display: list-item;
}

/*** Url ***/
.url-iframe {
    width: 100%;
    height: 875px;
    padding: 0px 20px 20px 0px;
}

/*** Grid ***/
.basecontent-table.align-left {
	text-align: left;
}
.basecontent-table.align-left .tableGrid {
	margin-left: 0;
	margin-right: auto;
}
.basecontent-table.align-right {
	text-align: right;
}
.basecontent-table.align-right .tableGrid {
	margin-left: auto;
	margin-right: 0;
}	
.basecontent-table.align-center {
	text-align: center;
}
.basecontent-table.align-center .tableGrid {
	margin-left: auto;
	margin-right: auto;
}	

.tableGrid, .organizationalchart {
	border-collapse: collapse;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tableGrid tr.odd td, .organizationalchart tr.odd td {
	background-color: #eee;
}

.tableGrid .hide-grid tr.odd td, .organizationalchart .hide-grid tr.odd td {
	border-left: 1px solid #fff;
}

.tableGrid tr.even td, .organizationalchart tr.even td {

}

.tableGrid tr td.index-column,
.tableGrid tr th.index-column {
	vertical-align: middle;
	text-align: center;
	width: 1px;
	padding-left: 1ex;
	padding-right: 1ex;
	border: 0 none;
}

.tableGrid tr td.index-column-default,
.tableGrid tr th.index-column-default {
	background-color: transparent;
}

.tableGrid tr th.index-column-headline {
    background-color: #CCC;
    color: #000;
    font-size: 13px;
    letter-spacing: 0pt;
    line-height: 12pt;
    font-weight: bold;
}

.tableGrid td, .tableGrid th {
 padding: 2px 2px 2px 2px;
}

.hide-grid td {
	border: 0px;
}

.show-grid td, .show-grid th {
	border: 1px solid black;
}

.guide-grid td, .guide-grid th {
	border: 1px dotted #ccc;
}

.contentTableWithHeadlineRow {
    margin-bottom: 25px;
}

.contentTableWithHeadlineRow TH, .contentTableWithHeadlineRow TH DIV, .contentTableWithHeadlineRow TH P, .contentTableWithHeadlineColumn {
    background-color: #CCC;
    color: #000;
    font-size: 13px;
    letter-spacing: 0pt;
    line-height: 12pt;
    font-weight: bold;
}

/*** Organizational Chart ***/
table.organizationalchart {
	border: 0 none;
}
table.organizationalchart table {
	margin: 0;	
}
td.organizationalchart {
    text-align: center;
    padding: 10px 5px 10px 5px;
}
th.organizationalchart {
    text-align: center;
    padding: 10px 5px 10px 5px;
}

.organizationalchart * {
	height: 100%;
}

td.organizationalchart-cross {
    padding: 0px 0px 0px 0px;
}

.show-grid td.organizationalchart-cross td,
.guide-grid td.organizationalchart-cross td {
	border: 0px none;
}

a.organizationalchart-link {
    color: #E12129;
}

/*** Box ***/
.boxborder {
    BORDER: 1px solid black;
    padding-top: 1px;
    padding-left: 1px;
}

/*** DataType List ***/
.listheadline {
    margin-left: -20px;
}

li.listentrylevel0 {
    margin-left: 0px;
    list-style-type: disc;    
}

li.listentrylevel1 {
    margin-left: 20px;
    list-style-type: circle;
}

li.listentrylevel2 {
    margin-left: 40px;
    list-style-type: square;
}

li.listentrylevel3 {
    margin-left: 60px;
    list-style-type: square;
}

li.listentrylevel4 {
    margin-left: 80px;
    list-style-type: square;
}

li.listentrylevel5 {
    margin-left: 100px;
    list-style-type: square;
}

li.listentrylevel6 {
    margin-left: 120px;
    list-style-type: square;
}

li.listentrylevel7 {
    margin-left: 140px;
    list-style-type: square;
}

li.listentrylevel8 {
    margin-left: 160px;
    list-style-type: square;
}

li.listentrylevel9 {
    margin-left: 180px;
    list-style-type: square;
}

.quote {
	background-color: #C6C7C7;
	border: 1px solid #000000;
	color: #000000;
	font-size: x-small;
	line-height: 1.4em;
	margin: 1px;
	padding: 1px;
}


div.imagegallery {
	display: inline-block;
	margin-bottom: 0.5em;
}

div.imagegallery div.image {
	float: left;
	margin: 2px;
	display: inline-block;
}

div.imagegallery div.image table {
	margin-bottom: 0;
}
 
div.image table {
	border: 0 none;
	display: inline-block;
}

* html div.image table { /* for explorer 5-6 only*/
	width: 1%;
}

div.image table caption {
	font-variant: normal;
	text-align: left;
	background: #EEEEEE none repeat scroll 0 0;
	font-size: 91.667%;
	font-weight: normal;
	overflow: hidden;
	padding: 0.3em 0.5em;
}

div.image table td {
	padding: 0;
	border: none;
}

div.multimedia table {
	border: 0 none;
	display: inline-block;
}

* html div.multimedia table { /* for explorer 5-6 only*/
	width: 1%;
}

div.multimedia table caption {
	font-variant: normal;
	text-align: left;
	background: #EEEEEE none repeat scroll 0 0;
	font-size: 91.667%;
	font-weight: normal;
	margin-top: 2px;
	overflow: hidden;
	padding: 0.3em 0.5em;
}

div.multimedia table td {
	padding: 0;
}

div.binary {
	border: 1px solid #000;
	margin-bottom: 1em;
	padding: 0.5em;
	width: 96%;
	min-width: 96%;
	position: relative;
}

div.binary span.caption {
	position: absolute;
	top: 50%;
	margin-top: -1ex;
	text-decoration: underline;
	cursor: pointer;
}

div.binary .caption:hover {
	text-decoration: none;
}

/*** Image ***/
.float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
.float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
.center { display:block; text-align:center; margin: 0.5em auto; }

/*** Imagemap ***/
.basecontent-imagemap {
	border: 0 none;
}

/*** ROW and Column***/
.subcolumns {
    overflow: hidden;
    width: 100%;
}

/*** ROW ***/
.c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float:left; }
.c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float:right; margin-left:-5px; }

.c20l, .c20r { width:20%; }
.c40l, .c40r { width:40%; }
.c60l, .c60r { width:60%; }
.c80l, .c80r { width:80%; }
.c25l, .c25r { width:25%; }
.c33l, .c33r { width:33.333%; }
.c50l, .c50r { width:50%; }
.c66l, .c66r { width:66.666%; }
.c75l, .c75r { width:75%; }
.c38l, .c38r { width:38.2%; }
.c62l, .c62r { width:61.8%; }

/*** Download List ***/
.downloadlist th, .downloadlist td {
	padding: 4px;
}</pre></body></html>