<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 10.5pt;
	margin: 0% 12% 10% 12%;
	line-height: 150%;

	background-image:url("images/PDFELogo.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 97% 25px;
	
}

.noBodyMargins {
	margin: 0% -12% 0% -12%;

}

h1, h2, h3, h4 {
	font-family: Arial, sans-serif, Helvetica;
	line-height: 120%;
	margin-top: 65px;
	color: #162D42;
}


h1 {
	margin-bottom:20pt;
	margin-left: -50px;
	border:none;
	font-size:16pt;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 1px solid darkgrey;
}

h2 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 14pt;
	border-bottom: 1px solid lightgrey;
	font-weight: bold;
}

p {
	font-family: inherit;
	font-family: Arial, sans-serif, Helvetica;	
	margin-bottom: 0.7em;
}

p.hint{
	font-family: inherit;
	font-size: inherit;
	background-image: url('images/Image005.gif');
	background-repeat: no-repeat;
	background-position: 5px 20px;
	background-color: #FDFADD;
	margin: 30px;
	padding: 20px 40px 20px 60px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
}

p.Header {margin:0cm; margin-bottom:.0001pt; font-size:10.0pt; font-family:Arial, Helvetica, sans-serif;  }

p.Footer { margin:0cm; margin-bottom:.0001pt; font-size:10.0pt; font-family:Arial, Helvetica, sans-serif;  }

.specialTitle{
	text-align:justify;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	text-indent: 2em;
	padding: 2px;
	text-decoration: none;
	font-style: normal;
	background-color: #CCCCCC;
	margin-top: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

a:link {
color: #000099;
text-decoration: none;}

a:visited {
color: #666666;
text-decoration: none;}

a:hover {
color: #FFA07A;
text-decoration: underline;
}

UL {
	margin-top:0px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 5px;
	padding-left: 20px;
	text-indent: 10px;	
}


li{
	line-height : 20px;
	list-style-image : url(images/bullet1.gif);
	list-style-position : outside;
	margin-bottom : 10px;
	text-indent: 0px;
	font-size: 0.9em;
}

li.i1{
	text-indent: 10px;
	font-weight: bold;
}

li.i2{
	text-indent: 20px;
}

li.i3{
	text-indent: 30px;
   font-size: 10pt;
}

li.i4{
	text-indent: 40px;
   font-size: 10pt;
}

#navbar{
	width: 19px;
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
}
.NewLine {
	clear: both;
}
.imgSpaceBorder {
	margin: 5px;
}

body, ul, li, p, a, table {
	font-size: 9.5pt;
	font-family: Arial, sans-serif, Helvetica;
}

em, i {
	text-decoration: none;
	color: #162D42;
	font-style: normal;				/* override italics from top-level CSS */
	font-weight: bold;
	white-space: nowrap;
}

.api-function-table {
	border: #999999 2px solid;
	line-height: 125%;
	border-collapse: collapse;
	width: 98%;
	table-layout: fixed;
}

.api-function-table th {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #e4e4e4;
	text-align: left;
	border-color: #cccccc;
	padding: 10px 10px 10px 10px;
}
.api-function-table td {
	border-right: #cccccc 1px solid; padding-right: 12px; border-top: #cccccc 1px solid; padding-left: 12px; padding-bottom: 6px; vertical-align: top; border-left: #cccccc 1px solid; padding-top: 6px; border-bottom: #cccccc 1px solid; background-color: #ffffff; text-align: left
}

.api-function-table .textBold {
	font-weight: bold;
}

.codeBlock {
	background-color:#F1F1F1;
	margin-top: 0px;
	border-style: solid dashed;
	border-color: #666666;
	border-width: 1px;
	padding: 5px 5px;
	width: 98%;
	overflow:auto;
}

.api-function-table .codeBlock {
margin-left:10px;
}
</pre></body></html>