/*<meta />*/

@import url('Aras-Structure.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Content */
/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: var(--Brand1);
}

a:visited
{
	color: var(--GrayDark);
}

a:active,
a:hover
{
	color: var(--Brand1);
}

a[class*="MiniTOC"]:link,
a[class*="MiniTOC"]:visited
{
	padding: 1px 8px 3px 8px;
	display: block;
	width: 100%;
	color: inherit;
	border: none;
	mc-hidden: hidden;
}

a[class*="MiniTOC"]:active,
a[class*="MiniTOC"]:hover
{
	background-color: var(--GrayLight);
	mc-hidden: hidden;
}

/* XREFs */

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

img
{
	border: none;
	max-width: 100%;
}

img.ThumbnailSmall
{
	max-width: 1200px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 200px;
	border: 2px solid var(--GrayMedium);
	border-radius: 0;
}

img.ThumbnailMedium
{
	max-width: 1200px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 400px;
	border: 2px solid var(--GrayMedium);
	border-radius: 0;
}

img.ThumbnailLarge
{
	max-width: 1200px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 600px;
	border: 2px solid var(--GrayMedium);
	border-radius: 0;
}

img.ThumbnailPortrait
{
	max-height: 1000px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-height: 400px;
	border: 2px solid var(--GrayMedium);
	border-radius: 0;
}

p
{
	font-family: var(--FontText);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
}

p.ClearFloats
{
	clear: both;
}

/* Styling for content in topic header. Eliminates margins and padding. */

p.TopicHeader
{
	font-family: var(--FontHeading);
	font-size: 18px;
	font-weight: 500;
	line-height: 0;
	margin: 0;
	color: var(--Brand1);
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: var(--FontHeading);
	line-height: normal;
	page-break-after: avoid;
	letter-spacing: 1px;
	mc-hyphenate: never;
}

h1,
h1.NoNumber
{
	color: var(--Brand1);
	font-weight: bold;
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 1rem;
	clear: both;
}

h2
{
	color: var(--Brand1);
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 2.4rem;
	margin-bottom: .8rem;
	clear: both;
}

h3
{
	color: var(--Brand1);
	font-weight: bold;
	font-size: 1.55rem;
	margin-top: 1.6rem;
	margin-bottom: .7rem;
}

h4
{
	color: var(--GrayDark);
	font-weight: bold;
	font-size: 1.4rem;
	margin-top: 1.4rem;
	margin-bottom: .5rem;
}

h5
{
	color: var(--GrayDark);
	font-weight: bold;
	font-size: 1.2rem;
	margin-top: 1.2rem;
	margin-bottom: .4rem;
}

h6
{
	color: var(--GrayDark);
	font-style: italic;
	font-weight: bold;
	font-size: 1.1rem;
	margin-top: 1.1rem;
	margin-bottom: .3rem;
}

MadCap|breadcrumbsProxy
{
	font-family: var(--FontHeading);
	font-weight: bold;
	border-bottom-width: 0;
	color: var(--GrayDark);
	padding-top: 10px;
}

/* Note styles */

div.warning,
div.note,
div.tip
{
	margin: 12pt 10pt 12pt 10pt;
	padding: 6px 8px 8px 45px;
	background-image: url('../Images/Note.png');
	background-size: 32px auto;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 2px solid var(--Slate);
	border-width: 0 0 0 4px;
	border-radius: 4px;
	page-break-inside: avoid;
	min-height: 45px;
	box-shadow: 0 2px 4px rgb(0 0 0 / 20%), 0 1px 3px rgb(0 0 0 / 24%);
}

div.warning
{
	background-image: url('../Images/Warning.png');
	border-color: var(--Orange);
}

div.tip
{
	background-image: url('../Images/Tip.png');
	border-color: var(--Gold);
}

div.note > p:first-child,
div.tip > p:first-child,
div.warning > p:first-child
{
	margin-top: 4px;
}

div.note > p:first-child::before
{
	content: 'Note: ';
	font-weight: bold;
	color: var(--Slate);
}

div.tip > p:first-child::before
{
	content: 'Tip: ';
	font-weight: bold;
	color: var(--Gold);
}

div.warning > p:first-child::before
{
	content: 'Warning: ';
	font-weight: bold;
	color: var(--Orange);
}

div.note > p:last-child,
div.tip > p:last-child,
div.warning > p:last-child
{
	margin-bottom: 4px;
}

/* List styles */

ol
{
	font-family: var(--FontText);
}

ul
{
	font-family: var(--FontText);
	list-style-type: square;
}

li
{
	font-family: var(--FontText);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	page-break-inside: avoid;
}

li.PageBreakAllow
{
	page-break-inside: auto;
}

li p
{
	font-family: var(--FontText);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	mc-hyphenate: never;
}

/* List styles */

ol
{
	list-style-type: decimal;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

ul
{
	list-style-type: square;
}

ul ul
{
	list-style-type: disc;
}

ul ul ul
{
	list-style-type: circle;
}

/* Dropdown styles */

MadCap|dropDown
{
	border-bottom: none;
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/MinusDark.png');
	mc-closed-image: url('../Images/PlusDark.png');
	padding: 10px 0;
}

MadCap|dropDownHead
{
	page-break-after: avoid;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--GrayDark);
	font-family: var(--FontHeading);
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: none;
}

/* Code styles */

pre
{
	font-family: var(--FontCode);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightSmaller);
	margin: 0;
	padding: 1px 0;
}

div.CodeReverse
{
	border-radius: 4px;
	padding: 8px;
	background-color: var(--Navy);
}

div.CodeReverse pre
{
	color: var(--White);
}

/* Flare Code snippet styles */

MadCap|codeSnippetBody
{
	font-family: var(--FontCode);
	font-size: 1rem;
	line-height: 1.1rem;
	background-color: var(--White);
	color: var(--GrayDark);
	padding: 10px;
	max-height: 500px;
	overflow-y: scroll;
}

MadCap|codeSnippet
{
	font-family: var(--FontCode);
	background-color: var(--GrayLight);
	width: 100%;
}

MadCap|codeSnippetCopyButton
{
	text-decoration: none;
	font-size: var(--FontSizeSmaller);
	font-weight: bold;
	background-color: var(--Brand1);
	color: var(--White);
}

MadCap|codeSnippetCopyButton:link
{
	font-size: var(--FontSizeSmaller);
	color: var(--White);
	padding: 4px 10px;
}

MadCap|codeSnippetCopyButton:hover
{
	color: var(--White);
	background-color: var(--Brand2);
}

MadCap|codeSnippetCopyButton:active
{
	color: #F5E7C9;
	background-color: var(--Brand2);
}

/* Table styles */
/* Set the size and text for table heading rows. */

caption
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeLarger);
	line-height: var(--LineHeightLarger);
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	padding-bottom: 0.5em;
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
}

th
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightSmaller);
	font-weight: bold;
	color: var(--White);
	padding: 4px;
	background-color: var(--Brand1);
}

th p
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightSmaller);
	padding: 0 0 0 0;
	margin: 0;
	font-weight: bold;
	color: var(--White);
}

tr
{
	page-break-inside: avoid;
}

/* Set the size and text for table data rows. */

td
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
}

td p
{
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	background-color: transparent;
	margin: 0;
	padding: 0;
}

td div.warning,
td div.note,
td div.tip
{
	margin-top: 4pt;
}

/* DIV styles */

div.PDFDownload
{
	float: right;
	position: absolute;
	top: 62px;
	right: 30px;
	margin-left: 8px;
	/* padding: 1px; */
	height: 24px;
	width: 24px;
	/* transition: all 0.5s; */
}

div.PDFDownload p
{
	margin: 0;
	padding: 0;
}

div.PDFDownload img
{
	height: autopx;
	width: auto;
	filter: grayscale(1);
}

div.PDFDownload:hover img
{
	filter: grayscale(0);
}

div.NoPageBreak
{
	page-break-inside: avoid;
}

div.Indent1
{
	margin-left: 30pt;
	page-break-inside: avoid;
}

div.Indent2
{
	margin-left: 60pt;
	page-break-inside: avoid;
}

/* MiniTOC Proxy */

MadCap|miniTocProxy
{
	border: 2px solid var(--GrayDark);
	border-radius: 5px;
	padding: 5px 15px 10px 0;
	margin: 15px 20px 10px 20px;
	mc-output-support: all;
}

p.MiniTOC1
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--Brand1);
	font-weight: bold;
	margin: 8px 0 0 1%;
	padding: 0;
}

p.MiniTOC2
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 3%;
	padding: 0;
}

p.MiniTOC3
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 5%;
	padding: 0;
}

p.MiniTOC4
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 7%;
	padding: 0;
}

p.MiniTOC5
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 9%;
	padding: 0;
}

p.MiniTOC6
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 11%;
	padding: 0;
}

/* Generic styles */

.CenterText
{
	text-align: center;
}

.KeepWithNext
{
	page-break-after: avoid;
}

/* Span styles */

span.Brand1
{
	background-color: var(--Brand1);
	color: var(--White);
	padding: 2px;
}

span.Brand2
{
	background-color: var(--Brand2);
	color: var(--White);
	padding: 2px;
}

code,
span.Code
{
	font-family: var(--FontCode);
	background-color: var(--KhakiLight);
	color: var(--KhakiExtraDark);
	padding: 0 4px;
	border-radius: 4px;
}

div.codeSnippetBody code
{
	background-color: transparent;
	padding: 0;
}

span.Bold
{
	font-weight: bold;
}

span.Italic
{
	font-style: italic;
}

span.BoldItalic
{
	font-weight: bold;
	font-style: italic;
}

span.Underline
{
	text-decoration: underline;
}

span.BoldUnderline
{
	font-weight: bold;
	text-decoration: underline;
}

span.BoldItalicUnderline
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

span.TextRed
{
	color: red;
}

span.TextRedHighlightYellow
{
	color: red;
	background-color: yellow;
}

span.HighlightYellow
{
	background-color: yellow;
}

/* Search highlight colors */

span.SearchHighlight1
{
	background: Yellow;
}

span.SearchHighlight2
{
	background: PaleTurquoise;
}

span.SearchHighlight3
{
	background: LightPink;
}

span.SearchHighlight4
{
	background: PaleGreen;
}

/* Hide these elements in the Flare GUI style pickers. */

div._Skins_Toolbar_Next.mc-component,
div._Skins_Toolbar_Prev.mc-component,
button.button.next-topic-button,
button.button.previous-topic-button,
div.button-icon
{
	mc-hidden: hidden;
}

div.CoverPageTitle h2
{
	frame-break-after: always;
}

div.footer-links
{
	mc-hidden: hidden;
}

h1.NoNumber
{
	clear: none;
}

@media only screen and (max-width: 900px)
{
	/* Remove padding around content in tablet/mobile modes. */

	.main-section > .outer-row
	{
		padding: 0;
	}

	div.PDFDownload
	{
		margin-right: 20px;
	}

	div.PDFDownload img
	{
		opacity: 1.0;
	}
}

@media only screen and (max-width: 767px)
{
	div.PDFDownload
	{
		margin-right: 10px;
	}

	MadCap|breadcrumbsProxy
	{
		padding-top: 0px;
	}
}

@media edit
{
	div
	{
		padding: 5px;
		border: 2px dashed blue;
	}

	div:before
	{
		content: 'Div';
		font-family: var(--FontHeading);
		color: blue;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.note
	{
		border: 2px dashed var(--Slate);
	}

	div.note:before
	{
		content: 'Note Div';
		font-family: var(--FontHeading);
		color: var(--Slate);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.tip
	{
		border: 2px dashed var(--Gold);
	}

	div.tip:before
	{
		content: 'Tip Div';
		font-family: var(--FontHeading);
		color: var(--Gold);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.warning
	{
		border: 2px dashed var(--Orange);
	}

	div.warning:before
	{
		content: 'Warning Div';
		font-family: var(--FontHeading);
		color: var(--Orange);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.NoPageBreak
	{
		border: 2px dashed var(--Orange);
	}

	div.NoPageBreak:before
	{
		content: 'Do not break the PDF page within this div.';
		font-family: var(--FontHeading);
		color: var(--Orange);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.Indent1
	{
		border: 2px dashed var(--Gold);
	}

	div.Indent1:before
	{
		content: 'Indent content inside this div; first-level indent';
		font-family: var(--FontHeading);
		color: var(--Gold);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.Indent2
	{
		border: 2px dashed var(--Slate);
	}

	div.Indent2:before
	{
		content: 'Indent content inside this div; second-level indent';
		font-family: var(--FontHeading);
		color: var(--Slage);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.library-tiles
	{
		display: block;
		padding: 5px;
		border: 2px dashed red;
	}

	div.library-tiles:before
	{
		content: 'Library Tile Container';
		font-family: var(--FontHeading);
		color: red;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.LibraryHeader
	{
		display: block;
		padding: 5px;
		border: 2px dashed brown;
	}

	div.LibraryHeader:before
	{
		content: 'Library Header';
		font-family: var(--FontHeading);
		color: brown;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.topic-tiles
	{
		display: block;
		padding: 5px;
		border: 2px dashed green;
	}

	div.topic-tiles:before
	{
		content: 'Feature Files';
		font-family: var(--FontHeading);
		color: green;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.CoverPageTitle
	{
		display: block;
		padding: 5px;
		border: 2px dashed green;
	}

	div.CoverPageTitle:before
	{
		content: 'Cover Page Title Text';
		font-family: var(--FontHeading);
		color: green;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.OnlineDocLink
	{
		display: block;
		padding: 5px;
		border: 2px dashed red;
	}

	div.OnlineDocLink:before
	{
		content: 'Button to Access Online Documentation';
		font-family: var(--FontHeading);
		color: red;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.PDFDownload
	{
		float: none;
		position: static;
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
		display: block;
		padding: 5px;
		border: 2px dotted red;
	}

	div.PDFDownload:before
	{
		content: 'Div for adding a PDF icon to the topic page. Place this div immediately after the page heading. On a plain paragraph within this div, add the PDF icon and link it to the PDF file with a standard hypertext link.';
		font-family: var(--FontHeading);
		color: red;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.PrintFrontMatter
	{
		display: block;
		padding: 5px;
		border: 2px dashed blue;
	}

	div.PrintFrontMatter:before
	{
		content: 'Div for enclosing print front matter. Removes left white-space, centers h1-h3, and keeps headings out of the TOC.';
		font-family: var(--FontHeading);
		color: blue;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}
}

@media print
{
	:root
	{
		/* Print font families */
		--FontHeading: Arial;
		--FontText: Arial;
		/* Print font sizes in points */
		--FontSizeNormal: 10pt;
		--FontSizeSmaller: 9pt;
		--FontSizeLarger: 12pt;
		--LineHeightNormal: 13pt;
		--LineHeightSmaller: 12pt;
		--LineHeightLarger: 15pt;
	}

	/* Content */
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	body
	{
		margin-left: .6in;
		mc-auto-number-position: outside-head;
	}

	div.PDFDownload
	{
		display: none;
	}

	p
	{
		margin-bottom: 6pt;
		margin-top: 6pt;
	}

	p.PrintHeaderNormal
	{
		margin: 2pt 0 0 0;
		padding: 0;
		font-family: var(--FontHeading);
		font-size: var(--FontSizeNormal);
		line-height: var(--FontSizeNormal);
		color: var(--White);
		letter-spacing: 1px;
		font-weight: bold;
	}

	p.PrintHeaderLarger
	{
		margin: 0;
		padding: 2pt;
		font-family: var(--FontHeading);
		font-size: var(--FontSizeLarger);
		line-height: var(--FontSizeLarger);
		color: var(--White);
		letter-spacing: 1px;
		font-weight: bold;
	}

	p.PrintFooterNormal
	{
		margin: 0 0 0 0;
		padding: 0;
		font-family: var(--FontHeading);
		font-size: var(--FontSizeSmaller);
		line-height: var(--FontSizeSmaller);
		color: var(--GrayDark);
		letter-spacing: 0;
		font-weight: bold;
	}

	div.warning,
	div.note,
	div.tip
	{
		height: 0.45in;
		padding-left: 48px;
		background-position: 4px 4px;
		border: none;
	}

	/* PRINT image styles */

	img.ThumbnailSmall,
	img.ThumbnailMedium,
	img.ThumbnailLarge
	{
		max-width: 98%;
		min-width: 70%;
		width: auto;
		height: auto;
		page-break-inside: avoid;
		margin-top: 4pt;
		margin-bottom: 4pt;
		border: none;
	}

	img.ThumbnailMedium
	{
		max-width: 60%;
		min-width: 40%;
	}

	img.ThumbnailSmall
	{
		max-width: 40%;
		min-width: 20%;
	}

	img.ThumbnailPortrait
	{
		max-width: auto;
		max-height: 6in;
		min-height: 2.5in;
		height: auto;
		width: auto;
		page-break-inside: avoid;
		margin-top: 4pt;
		margin-bottom: 4pt;
		border: none;
	}

	/* PRINT Code Styles */

	pre
	{
		font-size: var(--FontSizeSmaller);
		line-height: var(--LineHeightSmaller);
	}

	MadCap|codeSnippetBody table td
	{
		font-family: var(--FontCode);
		/* font-size: 9pt;
		line-height: 10.5pt; */
		font-size: var(--FontSizeSmaller);
		line-height: var(--LineHeightSmaller);
		padding: 0;
		margin-left: 0;
		background-color: var(--White);
		color: var(--Black);
	}

	MadCap|codeSnippet
	{
		font-family: var(--FontCode);
		/* font-size: 9pt;
		line-height: 10.5pt; */
		font-size: var(--FontSizeSmaller);
		line-height: var(--LineHeightSmaller);
		padding: 0;
		margin-left: 0;
		background-color: var(--White);
		border: none;
	}

	/* Print dropdown styles */
	/* Remove dropdown border in print */

	MadCap|dropDown
	{
		border-bottom: none;
	}

	MadCap|dropDownHotspot
	{
		color: var(--Black);
		font-size: 11pt;
		font-weight: bold;
		line-height: 15pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	/*PRINT table styles */
	/* Headings */

	h1,
	h1.NoNumber
	{
		color: var(--Black);
		font-weight: bold;
		font-size: 18pt;
		line-height: 24pt;
		margin-bottom: 14pt;
		margin-top: 10pt;
		page-break-before: auto;
		border-bottom: 2pt solid var(--Black);
	}

	h2
	{
		color: var(--Black);
		font-size: 14pt;
		font-weight: bold;
		line-height: 18pt;
		margin-bottom: 10pt;
		margin-top: 14pt;
	}

	h3
	{
		color: var(--Black);
		font-size: 12pt;
		font-weight: bold;
		line-height: 16pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	h4
	{
		color: var(--Black);
		font-size: 11pt;
		font-weight: bold;
		line-height: 15pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	h5
	{
		color: var(--Black);
		font-size: 10pt;
		font-weight: bold;
		line-height: 15pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	h6
	{
		color: var(--Black);
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
		line-height: 15pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	h1
	{
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:{chapnum}{ =0}{ =0}{ =0} ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: .35in;
	}

	h1.NoNumber
	{
		mc-auto-number-format: ' ';
	}

	h2
	{
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:{chapnum}{ }.{n+}{ =0} ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: .5in;
	}

	h3
	{
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:{chapnum}{ }.{n}.{n+} ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: .6in;
	}

	span.ChapterAutoNum
	{
		mc-hidden: hidden;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin: 0 0 0 0;
	}

	p.TOC1
	{
		font-family: var(--FontHeading);
		font-size: var(--FontSizeLarger);
		font-weight: bold;
		line-height: var(--LineHeightLarger);
		padding-bottom: 3pt;
		color: var(--Black);
		margin: 20pt 0 2pt 0in;
		page-break-after: avoid;
		mc-leader-offset: 20pt;
		mc-multiline-indent: 0.15in;
		mc-hidden: hidden;
	}

	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5,
	p.TOC6
	{
		font-family: var(--FontHeading);
		font-size: var(--FontSizeNormal);
		line-height: var(--LineHeightNormal);
		color: var(--Black);
		font-weight: normal;
		color: #000000;
		margin: 2pt 0 1pt .25in;
		mc-leader-offset: 15pt;
		mc-multiline-indent: 0.15in;
		mc-hidden: hidden;
	}

	p.TOC3
	{
		margin-left: .5in;
		mc-hidden: hidden;
	}

	p.TOC4
	{
		margin-left: .75in;
		mc-hidden: hidden;
	}

	p.TOC5
	{
		margin-left: 1in;
		mc-hidden: hidden;
	}

	p.TOC6
	{
		margin-left: 1.25in;
		mc-hidden: hidden;
	}

	/* Print Heading Levels */

	h1
	{
		mc-heading-level: 1;
	}

	h1.NoNumber
	{
		mc-heading-level: 1;
	}

	h2
	{
		mc-heading-level: 2;
	}

	h3
	{
		mc-heading-level: 3;
	}

	h4
	{
		mc-heading-level: 0;
	}

	h5
	{
		mc-heading-level: 0;
	}

	h6
	{
		mc-heading-level: 0;
	}

	/* Print cover page title and subtitle.*/

	div.CoverPageTitle h1
	{
		font-family: 'Arial Black';
		font-weight: normal;
		color: var(--Brand1);
		font-size: 30pt;
		line-height: 38pt;
		margin-bottom: 16pt;
		margin-top: 0;
		padding: 0;
		text-decoration: none;
		border-bottom: none;
		mc-auto-number-format: ' ';
		mc-heading-level: 0;
		mc-hidden: hidden;
	}

	div.CoverPageTitle h2
	{
		font-family: 'Arial Black';
		font-weight: normal;
		color: var(--Black);
		font-size: 20pt;
		line-height: 26pt;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
		mc-auto-number-format: ' ';
		mc-heading-level: 0;
		mc-hidden: hidden;
	}

	div.CoverPageTitle p
	{
		color: var(--Black);
		font-size: var(--FontSizeLarger);
		line-height: var(--LineHeightLarger);
		margin-bottom: 10pt;
		margin-top: 0;
		padding: 0;
		mc-hidden: hidden;
	}

	div.CoverPageTitle p:first-child
	{
		frame-break-before: always;
		mc-hidden: hidden;
	}

	/* Print table of contents */

	div.PrintFrontMatter
	{
		margin-left: -.6in;
	}

	div.PrintFrontMatter h1,
	div.PrintFrontMatter h2,
	div.PrintFrontMatter h3
	{
		text-align: center;
		border-bottom: none;
		font-weight: normal;
		font-family: 'Arial Black';
		mc-auto-number-format: ' ';
		mc-heading-level: 0;
	}

	div.PrintFrontMatter h4,
	div.PrintFrontMatter h5,
	div.PrintFrontMatter h6
	{
		text-align: left;
		border-bottom: none;
		font-weight: normal;
		font-family: 'Arial Black';
		mc-auto-number-format: ' ';
		mc-heading-level: 0;
	}
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\AML Security Settings.docx" />*/

ol
{
	list-style-type: decimal;
	margin-left: 0px;
}

:root
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

body
{
	color: var(--Dark);
	font-family: Arial, Avenir, Myriad;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
}

p.table-text
{
	font-size: 12pt;
}

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #cc1c1c;
	margin-left: 0px;
	clear: none;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	color: #5a5a5a;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
	color: #5a5a5a;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
	background-color: transparent;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px var(--Light);
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
	color: #000000;
	background-color: transparent;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 5%;
	background-image: url('../../../../HTML Framework/Content/Resources/Images/Hero-Image.png');
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
}

a
{
	color: #cc1c1c;
}

a:link
{
	color: #cc1c1c;
}

a:visited
{
	color: var(--Brand1);
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../../../../HTML Framework/Content/Resources/Images/Minus.png');
	mc-closed-image: url('../../../../HTML Framework/Content/Resources/Images/Plus.png');
	padding: 10px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-size: 20pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Master page */

div.home-footer
{
	padding: 2% 5%;
	background-color: #000000;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--White);
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

MadCap|topicToolbarProxy
{
	float: right;
}

@media only screen and (max-width: 900px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	a.Landing_Link
	{
		color: #000000;
		text-decoration: none;
	}

	a:link
	{
		text-decoration: none;
		color: #000000;
	}

	h1
	{
		page-break-before: always;
		mc-heading-level: 2;
	}

	h1.second-level
	{
		
	}

	div.pdf_button
	{
		top: 15px;
	}

	h1.Title
	{
		mc-heading-level: 1;
	}
}

a.Landing_Link
{
	text-decoration: none;
	color: #cc1c1c;
}

img.tile_pdf_icon
{
	height: auto;
	width: 100px;
}

td p
{
	margin-bottom: 5px;
	margin-top: 5px;
}

div.pdf_button
{
	position: absolute;
	top: 15px;
	right: 40px;
}

p.p_1
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_1
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_1
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_1
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_1
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.NormalWeb
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Tahoma;
	font-size: 12pt;
}

p.Copyright
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 8pt;
}

a.Hyperlink
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: underline;
}

p.Procedure_Title
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: Arial;
}

p.TOC3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-family: Arial;
	font-style: italic;
}

p.Content_indented_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
	font-family: Arial;
}

p.p_2
{
	margin-left: 5pt;
	margin-right: 0pt;
}

span.span_1
{
	font-weight: bold;
	font-style: italic;
	color: #595959;
	font-size: 12pt;
}

span.span_2
{
	font-style: italic;
	color: #595959;
	font-size: 12pt;
}

div.div_1
{
	margin-top: 441.1pt;
	width: 4in;
	height: 90pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	v-text-anchor: top;
	margin-left: 0pt;
}

span.span_3
{
	font-family: 'Arial Black';
	font-size: 20pt;
}

p.p_3
{
	font-family: 'Arial Black';
	font-size: 20pt;
}

div.div_2
{
	margin-left: 0;
	margin-top: 323.5pt;
	width: 471.55pt;
	height: 117.5pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-height-percent: 0;
	mso-height-relative: margin;
	v-text-anchor: top;
}

span.span_4
{
	font-family: 'Arial Black';
	color: #CC0033;
	font-size: 30pt;
}

p.p_4
{
	font-family: 'Arial Black';
	color: #CC0033;
	font-size: 30pt;
}

div.div_3
{
	margin-left: 0;
	margin-top: 135.35pt;
	width: 471.55pt;
	height: 206.65pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-height-percent: 0;
	mso-height-relative: margin;
	v-text-anchor: bottom;
}

p.p_5
{
	font-family: 'Arial Black';
	font-size: 18pt;
}

p.p_6
{
	text-align: center;
}

p.p_7
{
	text-align: center;
	font-family: 'Arial Black';
	font-size: 18pt;
}

p.Copyright_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
}

p.Copyright_2
{
	font-family: Arial;
	font-size: 8pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

p.p_8
{
	font-size: 8pt;
}

p.Procedure_Title_1
{
	page-break-after: avoid;
	font-weight: bold;
	margin-top: 15pt;
	margin-bottom: 15pt;
	text-align: center;
	font-family: 'Arial Black';
	font-size: 18pt;
}

p.p_9
{
	font-weight: bold;
	font-size: 16pt;
}

p.p_10
{
	font-family: 'Arial Black';
	font-weight: bold;
	font-size: 18pt;
}

p.Content_body
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

p.Content_indented
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

h1.h1_1
{
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
}

ul.ul_2
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 54pt;
}

p.Content_body_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 16pt;
}

p.Table_Header
{
	margin-left: 14pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
}

span.Code_Samples
{
	font-size: 10pt;
}

span.Code_Yellow_Highlight
{
	font-size: 10pt;
}

span.Code_Red_text
{
	color: #FF0000;
	font-size: 10pt;
}

p.Note
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
}

li.Note
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
}

p.Warning
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
}

li.Warning
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
}

col.col_1
{
	width: 130pt;
}

col.col_2
{
	width: 288pt;
}

th.th_1
{
	background-color: #D9D9D9;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

th.th_2
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

td.td_2
{
	background-color: #auto;
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_3
{
	background-color: #auto;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

span.Code_Samples_1
{
	font-size: 10pt;
	font-family: 'Courier New';
}

p.Table_Body_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: 'Courier New';
}

tr.tr_1
{
	height: 24pt;
}

span.Code_Red_text_1
{
	color: #FF0000;
	font-size: 10pt;
	font-family: 'Courier New';
}

span.span_5
{
	margin-right: 0pt;
}

p.Note_1
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Note_1
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 36pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

ol.ol_2
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 0pt;
	background-color: #CCCCCC;
}

p.Warning_1
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	margin-bottom: 0pt;
}

li.Warning_1
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	margin-left: 54pt;
	margin-bottom: 0pt;
}

ol.ol_3
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-left: 0pt;
}

td.td_4
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

table.table_1
{
	border-collapse: collapse;
}

p.Bullet_list_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Bullet_list_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

MadCap|xref.ParaTextOnly
{
	mc-format: '{paratext}';
}

span.span_6
{
	margin-right: 0pt;
	font-family: 'Arial Black';
}

h1.h1_2
{
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 0pt;
}

li.Bullet_list_1_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

ul.ul_3
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 18pt;
}

li.Note_2
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 36pt;
}

span.span_7
{
	font-family: 'Courier New';
}

p.Content_body_2
{
	margin-top: 3pt;
	font-family: Arial;
	margin-bottom: 8pt;
}

p.p_11
{
	margin-bottom: 0pt;
}

span.span_8
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_9
{
	font-family: Consolas;
	color: #A31515;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_12
{
	margin-bottom: 0pt;
	margin-left: 18pt;
}

span.span_10
{
	font-family: Consolas;
	color: #FF0000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_11
{
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_13
{
	margin-bottom: 0pt;
	margin-left: 36pt;
}

p.p_14
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 18pt;
}

span.span_12
{
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_15
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_16
{
	margin-bottom: 0pt;
	text-indent: 18pt;
}

p.p_17
{
	margin-bottom: 0pt;
	margin-left: 36pt;
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_18
{
	margin-bottom: 0pt;
	margin-left: 36pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_19
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_20
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
}

span.span_13
{
	font-family: Consolas;
	color: #008000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_21
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 36pt;
}

p.Content_body_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 18pt;
}

span.span_14
{
	margin-right: 0pt;
	font-family: 'Times New Roman';
}

span.span_15
{
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFF00;
}

p.Content_body_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	text-indent: 18pt;
}

p.p_22
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_23
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_16
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFF00;
}

p.p_24
{
	margin-left: 18pt;
}

span.Bold_1
{
	font-weight: bold;
	font-family: 'Courier New';
}

col.col_3
{
	width: 155pt;
}

col.col_4
{
	width: 315pt;
}

th.th_3
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

col.col_5
{
	width: 146pt;
}

col.col_6
{
	width: 333pt;
}

td.td_5
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_6
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

img.img_1
{
	left: 0;
	text-align: left;
	z-index: -12;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	margin-left: 0;
	width: 624px;
	height: 701px;
}

p.NormalWeb_1
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: center;
	font-family: Arial;
	color: #C0C0C0;
	font-size: 1pt;
}

div.div_4
{
	left: 0;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	width: 471.3pt;
	height: 188.5pt;
	rotation: -45;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: top;
}

span.span_17
{
	font-family: 'Arial Black';
	color: #FFFFFF;
	font-size: 9pt;
}

span.span_18
{
	font-family: 'Arial Black';
	color: #FFFFFF;
	font-size: 8pt;
}

p.NormalWeb_2
{
	font-family: Tahoma;
	font-size: 12pt;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: right;
}

div.div_5
{
	left: 0;
	text-align: left;
	margin-left: 218pt;
	width: 314.95pt;
	height: 28.3pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-width-relative: margin;
	v-text-anchor: top;
	margin-top: 0pt;
}

p.p_25
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: right;
}

span.span_19
{
	font-family: Symbol;
}

span.span_20
{
	color: #7F7F7F;
	font-size: 8pt;
}

p.p_26
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #D9D9D9;
}

img.img_2
{
	visibility: visible;
	mso-wrap-style: square;
	width: 60px;
	height: 33px;
}

p.p_27
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_4
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_4
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_2
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_7
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

li.Bullet_list_1_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 36pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Aras Migration Analyzer User Guide.docx" />*/

p.p_28
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_5
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_5
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_3
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_8
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_2
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

span.Italics
{
	font-weight: normal;
	font-style: italic;
	color: #000000;
	letter-spacing: 0pt;
	font-size: 10pt;
}

p.Numbered_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Numbered_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Image
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
}

p.Image_number
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
}

li.Image_number
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
}

p.Code
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
}

span.span_21
{
	margin-right: 0pt;
	font-family: Arial;
}

ol.ol_6
{
	padding-left: 0px;
	margin-left: 36pt;
}

span.span_22
{
	background-color: #FFFF00;
}

span.span_23
{
	color: #FF0000;
	background-color: #FFFF00;
}

img.img_3
{
	visibility: visible;
	mso-wrap-style: square;
	width: 527px;
	height: 258px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Image_number_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 0pt;
}

p.Numbered_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Numbered_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_4
{
	visibility: visible;
	mso-wrap-style: square;
	width: 370px;
	height: 214px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_5
{
	visibility: visible;
	mso-wrap-style: square;
	width: 467px;
	height: 287px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_6
{
	visibility: visible;
	mso-wrap-style: square;
	width: 568px;
	height: 557px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Numbered_2_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 54pt;
}

ol.ol_7
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 59pt;
}

ol.ol_8
{
	padding-left: 0px;
	list-style-type: lower-roman;
	margin-left: 108pt;
}

img.img_7
{
	visibility: visible;
	mso-wrap-style: square;
	width: 586px;
	height: 37px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_8
{
	visibility: visible;
	mso-wrap-style: square;
	width: 493px;
	height: 484px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_9
{
	visibility: visible;
	mso-wrap-style: square;
	width: 544px;
	height: 311px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_10
{
	visibility: visible;
	mso-wrap-style: square;
	width: 350px;
	height: 206px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_11
{
	visibility: visible;
	mso-wrap-style: square;
	width: 353px;
	height: 222px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_12
{
	left: 0;
	text-align: left;
	z-index: -4;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	margin-left: 0;
	width: 624px;
	height: 701px;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Aras PE 14 - Administrator Guide.docx" />*/

p.p_29
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_9
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_6
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_4
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_9
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.BodyText
{
	margin-bottom: 6pt;
	font-family: Verdana;
}

span.Emphasis
{
	font-weight: bold;
	color: #000000;
	letter-spacing: 0pt;
	font-size: 9pt;
}

p.TOC2_1
{
	margin-bottom: 0pt;
	margin-left: 47pt;
	text-indent: -29pt;
	font-family: Arial;
}

p.BodyText_1
{
	margin-bottom: 6pt;
	font-family: Verdana;
	margin-left: 5pt;
	margin-right: 0pt;
}

span.span_24
{
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: #595959;
	font-size: 12pt;
}

span.span_25
{
	font-family: Arial;
	font-style: italic;
	color: #595959;
	font-size: 12pt;
}

span.span_26
{
	font-family: 'Arial Black';
	font-size: 18pt;
}

p.ListBullet
{
	margin-top: 4pt;
	margin-bottom: 2pt;
	font-family: Arial;
	letter-spacing: 0pt;
}

li.ListBullet
{
	margin-top: 4pt;
	margin-bottom: 2pt;
	font-family: Arial;
	letter-spacing: 0pt;
}

p.Table_Title
{
	margin-bottom: 3pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title
{
	margin-bottom: 3pt;
	margin-top: 12pt;
	font-family: Arial;
}

ol.ol_10
{
	padding-left: 0px;
	margin-left: 0pt;
}

li.Warning_2
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	margin-bottom: 0pt;
}

li.Content_body
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

p.Content_body_6
{
	font-family: Arial;
	margin-top: 0pt;
	margin-bottom: 8pt;
}

li.Content_body_1
{
	font-family: Arial;
	margin-top: 0pt;
	margin-bottom: 8pt;
}

ul.ul_7
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 36pt;
}

span.Bold_2
{
	font-weight: normal;
	color: #FF0000;
}

p.Warning_2
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: normal;
	color: #FF0000;
}

li.Warning_3
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: normal;
	color: #FF0000;
}

p.Bullet_list_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Bullet_list_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

ul.ul_8
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 36pt;
}

img.img_13
{
	visibility: visible;
	mso-wrap-style: square;
	width: 29px;
	height: 30px;
}

span.span_27
{
	font-family: Wingdings;
}

img.img_14
{
	visibility: visible;
	mso-wrap-style: square;
	width: 278px;
	height: 275px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Bullet_list_1_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
}

li.Bullet_list_1_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 36pt;
	font-weight: bold;
}

img.img_15
{
	visibility: visible;
	mso-wrap-style: square;
	width: 470px;
	height: 299px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_16
{
	visibility: visible;
	mso-wrap-style: square;
	width: 181px;
	height: 140px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_17
{
	visibility: visible;
	mso-wrap-style: square;
	width: 443px;
	height: 252px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_18
{
	visibility: visible;
	mso-wrap-style: square;
	width: 449px;
	height: 199px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_19
{
	visibility: visible;
	mso-wrap-style: square;
	width: 397px;
	height: 513px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.Bold_3
{
	font-weight: bold;
	color: #FF0000;
}

img.img_20
{
	visibility: visible;
	mso-wrap-style: square;
	width: 413px;
	height: 142px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_21
{
	visibility: visible;
	mso-wrap-style: square;
	width: 401px;
	height: 196px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_22
{
	visibility: visible;
	mso-wrap-style: square;
	width: 415px;
	height: 152px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Table_Title_1
{
	margin-top: 12pt;
	font-family: Arial;
	margin-bottom: 6pt;
}

li.Table_Title_1
{
	margin-top: 12pt;
	font-family: Arial;
	margin-bottom: 6pt;
}

col.col_7
{
	width: 59pt;
}

col.col_8
{
	width: 68pt;
}

col.col_9
{
	width: 50pt;
}

col.col_10
{
	width: 99pt;
}

p.Table_Header_1
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-weight: bold;
	margin-left: 0pt;
	margin-right: 0pt;
	font-size: 9pt;
}

th.th_4
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #E7E6E6;
}

span.span_28
{
	font-size: 9pt;
}

p.Table_Header_2
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	margin-left: 0pt;
	margin-right: 0pt;
}

tr.tr_2
{
	height: 26pt;
}

p.Table_Body_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 0pt;
	margin-right: 0pt;
	font-size: 9pt;
}

td.td_10
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #auto;
}

p.Table_Body_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 0pt;
	margin-right: 0pt;
}

tr.tr_3
{
	height: 40pt;
}

tr.tr_4
{
	height: 41pt;
}

tr.tr_5
{
	height: 31pt;
}

tr.tr_6
{
	height: 5pt;
}

tr.tr_7
{
	height: 13pt;
}

tr.tr_8
{
	height: 8pt;
}

tr.tr_9
{
	height: 22pt;
}

table.table_2
{
	margin-left: 5pt;
	border-collapse: collapse;
}

img.img_23
{
	visibility: visible;
	mso-wrap-style: square;
	width: 148px;
	height: 169px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_24
{
	visibility: visible;
	mso-wrap-style: square;
	width: 160px;
	height: 141px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_25
{
	visibility: visible;
	mso-wrap-style: square;
	width: 279px;
	height: 217px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_26
{
	visibility: visible;
	mso-wrap-style: square;
	width: 23px;
	height: 24px;
}

img.img_27
{
	visibility: visible;
	mso-wrap-style: square;
	width: 346px;
	height: 308px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_28
{
	visibility: visible;
	mso-wrap-style: square;
	width: 252px;
	height: 210px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_29
{
	visibility: visible;
	mso-wrap-style: square;
	width: 36px;
	height: 36px;
}

img.img_30
{
	visibility: visible;
	mso-wrap-style: square;
	width: 227px;
	height: 176px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_31
{
	visibility: visible;
	mso-wrap-style: square;
	width: 145px;
	height: 52px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_32
{
	visibility: visible;
	mso-wrap-style: square;
	width: 204px;
	height: 122px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_body_7
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	text-align: center;
}

img.img_33
{
	visibility: visible;
	mso-wrap-style: square;
	width: 200px;
	height: 96px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_34
{
	visibility: visible;
	mso-wrap-style: square;
	width: 224px;
	height: 128px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Note_indented
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
}

li.Note_indented
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
}

li.Note_indented_1
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 18pt;
}

p.p_30
{
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Bullet_list_1_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Segoe UI';
	font-size: 11pt;
}

li.Bullet_list_1_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-family: 'Segoe UI';
	font-size: 11pt;
}

p.Content_body_8
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Segoe UI';
	font-size: 11pt;
}

img.img_35
{
	visibility: visible;
	mso-wrap-style: square;
	width: 537px;
	height: 285px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_36
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 78px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Bullet_list_2_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 54pt;
	font-weight: bold;
}

span.Bold_4
{
	font-weight: normal;
}

img.img_37
{
	visibility: visible;
	mso-wrap-style: square;
	width: 240px;
	height: 251px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_38
{
	visibility: visible;
	mso-wrap-style: square;
	width: 414px;
	height: 117px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_39
{
	visibility: visible;
	mso-wrap-style: square;
	width: 299px;
	height: 147px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_29
{
	color: #FF0000;
}

img.img_40
{
	visibility: visible;
	mso-wrap-style: square;
	width: 302px;
	height: 148px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_41
{
	visibility: visible;
	mso-wrap-style: square;
	width: 239px;
	height: 308px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Bullet_list_1_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-family: Arial;
}

span.Hyperlink
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: underline;
}

p.Bullet_list_2_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: Arial;
}

p.Content_indentend_2
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Arial;
}

p.Bullet_list_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Bullet_list_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_42
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 400px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Bullet_list_1_3_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-family: Arial;
	font-weight: bold;
}

span.Hyperlink_1
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: underline;
	font-style: italic;
}

img.img_43
{
	visibility: visible;
	mso-wrap-style: square;
	width: 306px;
	height: 94px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Bullet_list_2_1_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: Arial;
	font-weight: bold;
}

p.Bullet_list_2_1_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: 'Courier New';
}

p.Content_indentend_2_1
{
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 54pt;
}

img.img_44
{
	visibility: visible;
	mso-wrap-style: square;
	width: 454px;
	height: 101px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_45
{
	visibility: visible;
	mso-wrap-style: square;
	width: 447px;
	height: 95px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_46
{
	visibility: visible;
	mso-wrap-style: square;
	width: 620px;
	height: 477px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_47
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 223px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Bullet_list_1_3_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-family: 'Courier New';
}

img.img_48
{
	visibility: visible;
	mso-wrap-style: square;
	width: 310px;
	height: 209px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_49
{
	visibility: visible;
	mso-wrap-style: square;
	width: 302px;
	height: 183px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Bullet_list_3_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 72pt;
}

ul.ul_9
{
	padding-left: 0px;
	margin-left: 18pt;
}

p.Bullet_list_2_1_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 72pt;
	font-family: 'Courier New';
}

img.img_50
{
	visibility: visible;
	mso-wrap-style: square;
	width: 296px;
	height: 155px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_51
{
	visibility: visible;
	mso-wrap-style: square;
	width: 451px;
	height: 198px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_52
{
	visibility: visible;
	mso-wrap-style: square;
	width: 155px;
	height: 222px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_53
{
	visibility: visible;
	mso-wrap-style: square;
	width: 578px;
	height: 143px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_54
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 272px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_55
{
	visibility: visible;
	mso-wrap-style: square;
	width: 378px;
	height: 287px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_56
{
	visibility: visible;
	mso-wrap-style: square;
	width: 377px;
	height: 351px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_57
{
	visibility: visible;
	mso-wrap-style: square;
	width: 252px;
	height: 209px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_58
{
	visibility: visible;
	mso-wrap-style: square;
	width: 267px;
	height: 257px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_59
{
	visibility: visible;
	mso-wrap-style: square;
	width: 243px;
	height: 196px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_30
{
	color: #000000;
}

p.Content_body_9
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	color: #000000;
}

p.Bullet_list_1_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #000000;
}

li.Bullet_list_1_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 36pt;
	color: #000000;
}

img.img_60
{
	visibility: visible;
	mso-wrap-style: square;
	width: 323px;
	height: 166px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_61
{
	visibility: visible;
	mso-wrap-style: square;
	width: 247px;
	height: 253px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_62
{
	visibility: visible;
	mso-wrap-style: square;
	width: 255px;
	height: 221px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_63
{
	visibility: visible;
	mso-wrap-style: square;
	width: 464px;
	height: 235px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_64
{
	visibility: visible;
	mso-wrap-style: square;
	width: 283px;
	height: 213px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_65
{
	visibility: visible;
	mso-wrap-style: square;
	width: 439px;
	height: 249px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_66
{
	visibility: visible;
	mso-wrap-style: square;
	width: 456px;
	height: 233px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_67
{
	visibility: visible;
	mso-wrap-style: square;
	width: 327px;
	height: 198px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_68
{
	visibility: visible;
	mso-wrap-style: square;
	width: 273px;
	height: 141px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_1_1
{
	margin-left: 36pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_69
{
	visibility: visible;
	mso-wrap-style: square;
	width: 477px;
	height: 153px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_31
{
	font-weight: bold;
	font-size: 12pt;
}

p.Content_body_10
{
	margin-top: 3pt;
	font-family: Arial;
	margin-bottom: 12pt;
}

img.img_70
{
	visibility: visible;
	mso-wrap-style: square;
	width: 404px;
	height: 193px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_71
{
	visibility: visible;
	mso-wrap-style: square;
	width: 415px;
	height: 199px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Code_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
}

ul.ul_10
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 72pt;
}

span.span_31
{
	font-family: 'Courier New';
	font-style: italic;
}

span.span_32
{
	font-family: 'Courier New';
	color: #000000;
}

p.Note_2
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	font-weight: bold;
}

li.Note_3
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 36pt;
	font-weight: bold;
}

img.img_72
{
	visibility: visible;
	mso-wrap-style: square;
	width: 561px;
	height: 181px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_1_1_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 5pt;
	font-family: 'Courier New';
}

p.Code_1_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	margin-left: 5pt;
}

p.Code_1_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	margin-left: 18pt;
}

p.Code_1_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	margin-left: 36pt;
	background-color: #FFFF00;
}

p.Code_1_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	margin-left: 36pt;
}

img.img_73
{
	visibility: visible;
	mso-wrap-style: square;
	width: 585px;
	height: 201px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_11
{
	width: 135pt;
}

col.col_12
{
	width: 189pt;
}

col.col_13
{
	width: 122pt;
}

th.th_5
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #auto;
}

p.Table_Body_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 0pt;
	margin-right: 0pt;
	font-weight: bold;
	font-size: 9pt;
}

tr.tr_10
{
	height: 14pt;
}

img.img_74
{
	visibility: visible;
	mso-wrap-style: square;
	width: 352px;
	height: 99px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_33
{
	font-family: 'Courier New';
	background-color: #FFFF00;
}

span.span_34
{
	font-family: 'Courier New';
	color: #FF0000;
	background-color: #FFFF00;
}

p.Numbered_1_1_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 50pt;
	text-indent: -18pt;
}

p.Numbered_1_1_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 50pt;
	text-indent: -18pt;
	font-family: 'Courier New';
	background-color: #FFFF00;
}

p.Numbered_1_1_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 50pt;
	font-family: 'Courier New';
	background-color: #FFFF00;
}

img.img_75
{
	visibility: visible;
	mso-wrap-style: square;
	width: 533px;
	height: 140px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_body_11
{
	margin-top: 3pt;
	font-family: Arial;
	margin-bottom: 5pt;
}

p.Code_1_5
{
	margin-bottom: 3pt;
	font-family: 'Courier New';
	margin-top: 5pt;
}

p.CommentText
{
	margin-bottom: 8pt;
	font-family: Arial;
}

p.Content_body_12
{
	font-family: Arial;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: center;
}

span.span_35
{
	color: #222222;
}

p.Content_body_13
{
	font-family: Arial;
	margin-top: 0pt;
	margin-bottom: 5pt;
	text-align: center;
}

p.CommentText_1
{
	font-family: Arial;
	margin-bottom: 0pt;
	text-align: center;
}

p.CommentText_2
{
	font-family: Arial;
	margin-bottom: 5pt;
	text-align: center;
}

p.Code_1_6
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	font-size: 9pt;
}

col.col_14
{
	width: 71pt;
}

col.col_15
{
	width: 123pt;
}

col.col_16
{
	width: 129pt;
}

col.col_17
{
	width: 151pt;
}

td.td_11
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #auto;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

p.Code_1_7
{
	margin-bottom: 3pt;
	font-family: 'Courier New';
	margin-top: 5pt;
	font-size: 9pt;
}

p.Code_1_8
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	margin-left: 18pt;
	font-size: 9pt;
}

p.Code_1_9
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	text-indent: 18pt;
	margin-left: 18pt;
	font-size: 9pt;
}

span.span_36
{
	font-size: 9pt;
	background-color: #FFFF00;
}

p.Content_body_14
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	background-color: #FFFF00;
}

img.img_76
{
	visibility: visible;
	mso-wrap-style: square;
	width: 260px;
	height: 236px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_77
{
	visibility: visible;
	mso-wrap-style: square;
	width: 265px;
	height: 102px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_78
{
	visibility: visible;
	mso-wrap-style: square;
	width: 286px;
	height: 81px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_79
{
	visibility: visible;
	mso-wrap-style: square;
	width: 204px;
	height: 123px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_body_15
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: 'Courier New';
}

p.Content_body_16
{
	font-family: Arial;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

img.img_80
{
	visibility: visible;
	mso-wrap-style: square;
	width: 262px;
	height: 142px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_81
{
	visibility: visible;
	mso-wrap-style: square;
	width: 393px;
	height: 107px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_82
{
	visibility: visible;
	mso-wrap-style: square;
	width: 248px;
	height: 219px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_83
{
	visibility: visible;
	mso-wrap-style: square;
	width: 201px;
	height: 147px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_84
{
	visibility: visible;
	mso-wrap-style: square;
	width: 405px;
	height: 117px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_85
{
	visibility: visible;
	mso-wrap-style: square;
	width: 523px;
	height: 137px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_86
{
	visibility: visible;
	mso-wrap-style: square;
	width: 236px;
	height: 184px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_87
{
	z-index: 2;
	visibility: visible;
	mso-wrap-style: square;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: top;
	mso-position-vertical-relative: text;
	margin-left: 213.1pt;
	width: 244px;
	height: 126px;
}

img.img_88
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 164px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_32
{
	font-size: 1pt;
}

img.img_89
{
	left: 0;
	text-align: left;
	z-index: -7;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	margin-left: 0;
	width: 624px;
	height: 701px;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Aras PE 14 - User's Guide.docx" />*/

p.p_33
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_11
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_11
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_5
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_12
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.TOC2_2
{
	margin-bottom: 0pt;
	margin-left: 47pt;
	text-indent: -29pt;
	font-family: Arial;
}

div.div_6
{
	margin-top: 441.1pt;
	width: 4in;
	height: 90pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: top;
	margin-left: 0pt;
}

div.div_7
{
	margin-left: 0;
	margin-top: 323.5pt;
	width: 471.55pt;
	height: 117.5pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: margin;
	v-text-anchor: top;
}

div.div_8
{
	margin-left: 0;
	margin-top: 135.35pt;
	width: 471.55pt;
	height: 206.65pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: margin;
	v-text-anchor: bottom;
}

img.img_90
{
	visibility: visible;
	mso-wrap-style: square;
	width: 34px;
	height: 35px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_91
{
	visibility: visible;
	mso-wrap-style: square;
	width: 29px;
	height: 29px;
}

img.img_92
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 52px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_body_17
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
}

li.Content_body_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
}

img.img_93
{
	visibility: visible;
	mso-wrap-style: square;
	width: 527px;
	height: 266px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_94
{
	visibility: visible;
	mso-wrap-style: square;
	width: 553px;
	height: 86px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_95
{
	visibility: visible;
	mso-wrap-style: square;
	width: 103px;
	height: 121px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_96
{
	visibility: visible;
	mso-wrap-style: square;
	width: 271px;
	height: 55px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_97
{
	visibility: visible;
	mso-wrap-style: square;
	width: 67px;
	height: 175px;
}

li.Bullet_list_1_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
}

ul.ul_12
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 0pt;
}

li.Content_indented
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_98
{
	visibility: visible;
	mso-wrap-style: square;
	width: 551px;
	height: 379px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_99
{
	visibility: visible;
	mso-wrap-style: square;
	width: 162px;
	height: 53px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_100
{
	visibility: visible;
	mso-wrap-style: square;
	width: 379px;
	height: 48px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_101
{
	visibility: visible;
	mso-wrap-style: square;
	width: 254px;
	height: 49px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_102
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 116px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_103
{
	visibility: visible;
	mso-wrap-style: square;
	width: 414px;
	height: 65px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ol.ol_12
{
	padding-left: 0px;
	margin-left: 59pt;
}

img.img_104
{
	visibility: visible;
	mso-wrap-style: square;
	width: 144px;
	height: 127px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_37
{
	font-family: Wingdings;
	font-weight: bold;
}

img.img_105
{
	visibility: visible;
	mso-wrap-style: square;
	width: 25px;
	height: 27px;
}

img.img_106
{
	visibility: visible;
	mso-wrap-style: square;
	width: 26px;
	height: 28px;
}

img.img_107
{
	visibility: visible;
	mso-wrap-style: square;
	width: 25px;
	height: 31px;
}

img.img_108
{
	visibility: visible;
	mso-wrap-style: square;
	width: 216px;
	height: 147px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_109
{
	visibility: visible;
	mso-wrap-style: square;
	width: 369px;
	height: 360px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Note_indented_1
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	margin-left: 0pt;
	text-indent: 18pt;
	font-family: Arial;
}

span.span_38
{
	font-weight: bold;
	font-size: 10pt;
}

p.Numbered_1_2
{
	margin-left: 36pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

a.Hyperlink_1
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: underline;
	font-style: italic;
}

img.img_110
{
	visibility: visible;
	mso-wrap-style: square;
	width: 292px;
	height: 185px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_111
{
	visibility: visible;
	mso-wrap-style: square;
	width: 34px;
	height: 35px;
}

img.img_112
{
	visibility: visible;
	mso-wrap-style: square;
	width: 31px;
	height: 32px;
}

img.img_113
{
	visibility: visible;
	mso-wrap-style: square;
	width: 379px;
	height: 145px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_114
{
	visibility: visible;
	mso-wrap-style: square;
	width: 324px;
	height: 313px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_1_2_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 18pt;
	text-align: center;
}

img.img_115
{
	visibility: visible;
	mso-wrap-style: square;
	width: 370px;
	height: 167px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_116
{
	visibility: visible;
	mso-wrap-style: square;
	width: 198px;
	height: 112px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_117
{
	visibility: visible;
	mso-wrap-style: square;
	width: 38px;
	height: 27px;
}

img.img_118
{
	visibility: visible;
	mso-wrap-style: square;
	width: 386px;
	height: 131px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_119
{
	visibility: visible;
	mso-wrap-style: square;
	width: 508px;
	height: 81px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_120
{
	visibility: visible;
	mso-wrap-style: square;
	width: 28px;
	height: 29px;
}

img.img_121
{
	visibility: visible;
	mso-wrap-style: square;
	width: 220px;
	height: 109px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Note_3
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	font-weight: normal;
}

li.Note_4
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 36pt;
	font-weight: normal;
}

img.img_122
{
	visibility: visible;
	mso-wrap-style: square;
	width: 42px;
	height: 31px;
}

img.img_123
{
	visibility: visible;
	mso-wrap-style: square;
	width: 507px;
	height: 326px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_124
{
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 29px;
}

ol.ol_13
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 23pt;
}

img.img_125
{
	visibility: visible;
	mso-wrap-style: square;
	width: 310px;
	height: 95px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_126
{
	visibility: visible;
	mso-wrap-style: square;
	width: 28px;
	height: 27px;
}

img.img_127
{
	visibility: visible;
	mso-wrap-style: square;
	width: 271px;
	height: 72px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_128
{
	visibility: visible;
	mso-wrap-style: square;
	width: 205px;
	height: 242px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ol.ol_14
{
	padding-left: 0px;
	margin-left: 72pt;
}

img.img_129
{
	visibility: visible;
	mso-wrap-style: square;
	width: 367px;
	height: 191px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_130
{
	visibility: visible;
	mso-wrap-style: square;
	width: 275px;
	height: 40px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_131
{
	visibility: visible;
	mso-wrap-style: square;
	width: 202px;
	height: 323px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_132
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 253px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.Bullet_list_1Char
{
	font-size: 10pt;
}

img.img_133
{
	visibility: visible;
	mso-wrap-style: square;
	width: 559px;
	height: 334px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.menuchoice_1
{
	font-weight: bold;
	color: #000000;
}

img.img_134
{
	visibility: visible;
	mso-wrap-style: square;
	width: 447px;
	height: 320px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.ListParagraph
{
	margin-bottom: 3pt;
	font-family: Arial;
}

li.ListParagraph
{
	margin-bottom: 3pt;
	font-family: Arial;
}

img.img_135
{
	visibility: visible;
	mso-wrap-style: square;
	width: 489px;
	height: 169px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_136
{
	visibility: visible;
	mso-wrap-style: square;
	width: 470px;
	height: 126px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_137
{
	visibility: visible;
	mso-wrap-style: square;
	width: 256px;
	height: 124px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_138
{
	visibility: visible;
	mso-wrap-style: square;
	width: 332px;
	height: 176px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_139
{
	visibility: visible;
	mso-wrap-style: square;
	width: 41px;
	height: 29px;
}

ol.ol_15
{
	padding-left: 0px;
}

p.ListParagraph_1
{
	font-family: Arial;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 2;
}

li.ListParagraph_1
{
	font-family: Arial;
	page-break-after: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 2;
}

ol.ol_16
{
	padding-left: 0px;
	margin-left: 29pt;
}

img.img_140
{
	visibility: visible;
	mso-wrap-style: square;
	width: 28px;
	height: 28px;
}

img.img_141
{
	visibility: visible;
	mso-wrap-style: square;
	width: 379px;
	height: 232px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_142
{
	visibility: visible;
	mso-wrap-style: square;
	width: 517px;
	height: 92px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Note_indented_1_1
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	text-indent: 18pt;
	font-family: Arial;
	margin-left: 36pt;
}

img.img_143
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 139px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_144
{
	visibility: visible;
	mso-wrap-style: square;
	width: 246px;
	height: 122px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_145
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 59px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_146
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 125px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_1
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-align: left;
}

img.img_147
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 126px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.ListParagraph_2
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Arial;
}

p.Content_body_18
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Calibri;
}

img.img_148
{
	visibility: visible;
	mso-wrap-style: square;
	width: 39px;
	height: 39px;
}

img.img_149
{
	visibility: visible;
	mso-wrap-style: square;
	width: 480px;
	height: 157px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_18
{
	width: 23pt;
}

col.col_19
{
	width: 25pt;
}

col.col_20
{
	width: 110pt;
}

col.col_21
{
	width: 86pt;
}

col.col_22
{
	width: 108pt;
}

span.Bold_5
{
	font-weight: bold;
	color: #FFFFFF;
}

p.Table_Header_3
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	margin-left: 0pt;
	text-align: center;
}

th.th_6
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

tr.tr_11
{
	height: 20pt;
}

tr.tr_12
{
	height: 16pt;
}

tr.tr_13
{
	height: 17pt;
}

table.table_3
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

img.img_150
{
	visibility: visible;
	mso-wrap-style: square;
	width: 185px;
	height: 237px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_151
{
	visibility: visible;
	mso-wrap-style: square;
	width: 182px;
	height: 230px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_152
{
	visibility: visible;
	mso-wrap-style: square;
	width: 204px;
	height: 195px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_153
{
	visibility: visible;
	mso-wrap-style: square;
	width: 196px;
	height: 219px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_23
{
	width: 81pt;
}

col.col_24
{
	width: 386pt;
}

img.img_154
{
	visibility: visible;
	mso-wrap-style: square;
	width: 145px;
	height: 164px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_155
{
	visibility: visible;
	mso-wrap-style: square;
	width: 605px;
	height: 299px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_156
{
	visibility: visible;
	mso-wrap-style: square;
	width: 597px;
	height: 141px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_157
{
	visibility: visible;
	mso-wrap-style: square;
	width: 31px;
	height: 31px;
}

img.img_158
{
	visibility: visible;
	mso-wrap-style: square;
	width: 398px;
	height: 316px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ol.ol_17
{
	padding-left: 0px;
	margin-left: 126pt;
}

img.img_159
{
	visibility: visible;
	mso-wrap-style: square;
	width: 443px;
	height: 220px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_160
{
	visibility: visible;
	mso-wrap-style: square;
	width: 325px;
	height: 156px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ol.ol_18
{
	padding-left: 0px;
	margin-left: 39pt;
}

img.img_161
{
	visibility: visible;
	mso-wrap-style: square;
	width: 544px;
	height: 85px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_162
{
	visibility: visible;
	mso-wrap-style: square;
	width: 419px;
	height: 306px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_163
{
	visibility: visible;
	mso-wrap-style: square;
	width: 39px;
	height: 28px;
}

img.img_164
{
	visibility: visible;
	mso-wrap-style: square;
	width: 24px;
	height: 24px;
}

img.img_165
{
	visibility: visible;
	mso-wrap-style: square;
	width: 524px;
	height: 331px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_166
{
	visibility: visible;
	mso-wrap-style: square;
	width: 588px;
	height: 302px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_167
{
	visibility: visible;
	mso-wrap-style: square;
	width: 601px;
	height: 171px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_168
{
	visibility: visible;
	mso-wrap-style: square;
	width: 589px;
	height: 86px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_169
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 32px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_170
{
	visibility: visible;
	mso-wrap-style: square;
	width: 240px;
	height: 167px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_171
{
	visibility: visible;
	mso-wrap-style: square;
	width: 249px;
	height: 174px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_172
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 340px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_173
{
	visibility: visible;
	mso-wrap-style: square;
	width: 539px;
	height: 202px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_174
{
	visibility: visible;
	mso-wrap-style: square;
	width: 305px;
	height: 324px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_175
{
	visibility: visible;
	mso-wrap-style: square;
	width: 580px;
	height: 396px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_176
{
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 31px;
}

img.img_177
{
	visibility: visible;
	mso-wrap-style: square;
	width: 608px;
	height: 115px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_178
{
	visibility: visible;
	mso-wrap-style: square;
	width: 403px;
	height: 167px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_179
{
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 32px;
}

img.img_180
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 118px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_181
{
	visibility: visible;
	mso-wrap-style: square;
	width: 25px;
	height: 25px;
}

img.img_182
{
	visibility: visible;
	mso-wrap-style: square;
	width: 478px;
	height: 190px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_183
{
	visibility: visible;
	mso-wrap-style: square;
	width: 497px;
	height: 152px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_184
{
	visibility: visible;
	mso-wrap-style: square;
	width: 466px;
	height: 373px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_185
{
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 28px;
}

img.img_186
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 104px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_187
{
	visibility: visible;
	mso-wrap-style: square;
	width: 32px;
	height: 34px;
}

img.img_188
{
	visibility: visible;
	mso-wrap-style: square;
	width: 26px;
	height: 27px;
}

img.img_189
{
	visibility: visible;
	mso-wrap-style: square;
	width: 462px;
	height: 109px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_190
{
	visibility: visible;
	mso-wrap-style: square;
	width: 308px;
	height: 141px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_191
{
	visibility: visible;
	mso-wrap-style: square;
	width: 313px;
	height: 143px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_192
{
	visibility: visible;
	mso-wrap-style: square;
	width: 292px;
	height: 125px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_193
{
	visibility: visible;
	mso-wrap-style: square;
	width: 302px;
	height: 138px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_194
{
	visibility: visible;
	mso-wrap-style: square;
	width: 24px;
	height: 26px;
}

img.img_195
{
	visibility: visible;
	mso-wrap-style: square;
	width: 281px;
	height: 120px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_196
{
	visibility: visible;
	mso-wrap-style: square;
	width: 32px;
	height: 32px;
}

img.img_197
{
	visibility: visible;
	mso-wrap-style: square;
	width: 154px;
	height: 91px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_198
{
	visibility: visible;
	mso-wrap-style: square;
	width: 161px;
	height: 131px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_199
{
	visibility: visible;
	mso-wrap-style: square;
	width: 477px;
	height: 315px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_200
{
	visibility: visible;
	mso-wrap-style: square;
	width: 596px;
	height: 94px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_201
{
	visibility: visible;
	mso-wrap-style: square;
	width: 344px;
	height: 161px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_202
{
	visibility: visible;
	mso-wrap-style: square;
	width: 604px;
	height: 218px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_203
{
	visibility: visible;
	mso-wrap-style: square;
	width: 606px;
	height: 85px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Numbered_1_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}

img.img_204
{
	visibility: visible;
	mso-wrap-style: square;
	width: 361px;
	height: 392px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_205
{
	visibility: visible;
	mso-wrap-style: square;
	width: 201px;
	height: 133px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_206
{
	visibility: visible;
	mso-wrap-style: square;
	width: 499px;
	height: 327px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_207
{
	visibility: visible;
	mso-wrap-style: square;
	width: 526px;
	height: 347px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_208
{
	visibility: visible;
	mso-wrap-style: square;
	width: 285px;
	height: 270px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_209
{
	visibility: visible;
	mso-wrap-style: square;
	width: 314px;
	height: 89px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_210
{
	visibility: visible;
	mso-wrap-style: square;
	width: 312px;
	height: 122px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_211
{
	visibility: visible;
	mso-wrap-style: square;
	width: 436px;
	height: 203px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_212
{
	visibility: visible;
	mso-wrap-style: square;
	width: 109px;
	height: 75px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_213
{
	visibility: visible;
	mso-wrap-style: square;
	width: 112px;
	height: 77px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_214
{
	visibility: visible;
	mso-wrap-style: square;
	width: 496px;
	height: 107px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_215
{
	visibility: visible;
	mso-wrap-style: square;
	width: 78px;
	height: 39px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_216
{
	visibility: visible;
	mso-wrap-style: square;
	width: 428px;
	height: 194px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_217
{
	visibility: visible;
	mso-wrap-style: square;
	width: 269px;
	height: 296px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_218
{
	visibility: visible;
	mso-wrap-style: square;
	width: 419px;
	height: 190px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_219
{
	visibility: visible;
	mso-wrap-style: square;
	width: 83px;
	height: 61px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_220
{
	visibility: visible;
	mso-wrap-style: square;
	width: 262px;
	height: 113px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_indented_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 0pt;
}

img.img_221
{
	visibility: visible;
	mso-wrap-style: square;
	width: 451px;
	height: 117px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_222
{
	visibility: visible;
	mso-wrap-style: square;
	width: 450px;
	height: 121px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_indented_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 0pt;
	text-align: center;
}

img.img_223
{
	visibility: visible;
	mso-wrap-style: square;
	width: 237px;
	height: 94px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_224
{
	visibility: visible;
	mso-wrap-style: square;
	width: 236px;
	height: 92px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_225
{
	visibility: visible;
	mso-wrap-style: square;
	width: 97px;
	height: 67px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_226
{
	visibility: visible;
	mso-wrap-style: square;
	width: 574px;
	height: 131px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_227
{
	visibility: visible;
	mso-wrap-style: square;
	width: 234px;
	height: 91px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_228
{
	visibility: visible;
	mso-wrap-style: square;
	width: 239px;
	height: 94px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_229
{
	visibility: visible;
	mso-wrap-style: square;
	width: 536px;
	height: 126px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_230
{
	visibility: visible;
	mso-wrap-style: square;
	width: 240px;
	height: 106px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_231
{
	visibility: visible;
	mso-wrap-style: square;
	width: 238px;
	height: 60px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_232
{
	visibility: visible;
	mso-wrap-style: square;
	width: 84px;
	height: 55px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_233
{
	visibility: visible;
	mso-wrap-style: square;
	width: 79px;
	height: 56px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_234
{
	visibility: visible;
	mso-wrap-style: square;
	width: 66px;
	height: 55px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_235
{
	visibility: visible;
	mso-wrap-style: square;
	width: 416px;
	height: 190px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_236
{
	visibility: visible;
	mso-wrap-style: square;
	width: 538px;
	height: 126px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_237
{
	visibility: visible;
	mso-wrap-style: square;
	width: 167px;
	height: 243px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_238
{
	visibility: visible;
	mso-wrap-style: square;
	width: 121px;
	height: 65px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_239
{
	visibility: visible;
	mso-wrap-style: square;
	width: 398px;
	height: 219px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_240
{
	visibility: visible;
	mso-wrap-style: square;
	width: 397px;
	height: 290px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_241
{
	visibility: visible;
	mso-wrap-style: square;
	width: 194px;
	height: 70px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_242
{
	visibility: visible;
	mso-wrap-style: square;
	width: 369px;
	height: 208px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_243
{
	visibility: visible;
	mso-wrap-style: square;
	width: 276px;
	height: 173px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_244
{
	visibility: visible;
	mso-wrap-style: square;
	width: 138px;
	height: 52px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_245
{
	visibility: visible;
	mso-wrap-style: square;
	width: 497px;
	height: 46px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_246
{
	visibility: visible;
	mso-wrap-style: square;
	width: 225px;
	height: 190px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_247
{
	visibility: visible;
	mso-wrap-style: square;
	width: 219px;
	height: 188px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_34
{
	font-weight: bold;
	font-style: italic;
}

img.img_248
{
	visibility: visible;
	mso-wrap-style: square;
	width: 79px;
	height: 73px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_249
{
	visibility: visible;
	mso-wrap-style: square;
	width: 360px;
	height: 305px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_250
{
	visibility: visible;
	mso-wrap-style: square;
	width: 366px;
	height: 311px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_251
{
	visibility: visible;
	mso-wrap-style: square;
	width: 373px;
	height: 339px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_252
{
	visibility: visible;
	mso-wrap-style: square;
	width: 386px;
	height: 307px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_253
{
	visibility: visible;
	mso-wrap-style: square;
	width: 99px;
	height: 85px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_254
{
	visibility: visible;
	mso-wrap-style: square;
	width: 198px;
	height: 242px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_255
{
	visibility: visible;
	mso-wrap-style: square;
	width: 269px;
	height: 201px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_256
{
	visibility: visible;
	mso-wrap-style: square;
	width: 269px;
	height: 200px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_257
{
	visibility: visible;
	mso-wrap-style: square;
	width: 269px;
	height: 207px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_258
{
	visibility: visible;
	mso-wrap-style: square;
	width: 476px;
	height: 378px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_259
{
	visibility: visible;
	mso-wrap-style: square;
	width: 167px;
	height: 105px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_260
{
	visibility: visible;
	mso-wrap-style: square;
	width: 337px;
	height: 306px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_261
{
	visibility: visible;
	mso-wrap-style: square;
	width: 360px;
	height: 332px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_262
{
	visibility: visible;
	mso-wrap-style: square;
	width: 339px;
	height: 314px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_263
{
	visibility: visible;
	mso-wrap-style: square;
	width: 336px;
	height: 310px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_264
{
	visibility: visible;
	mso-wrap-style: square;
	width: 228px;
	height: 255px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_265
{
	visibility: visible;
	mso-wrap-style: square;
	width: 235px;
	height: 208px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_266
{
	visibility: visible;
	mso-wrap-style: square;
	width: 238px;
	height: 210px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_267
{
	visibility: visible;
	mso-wrap-style: square;
	width: 246px;
	height: 245px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_268
{
	visibility: visible;
	mso-wrap-style: square;
	width: 246px;
	height: 203px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_269
{
	visibility: visible;
	mso-wrap-style: square;
	width: 416px;
	height: 372px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_270
{
	visibility: visible;
	mso-wrap-style: square;
	width: 423px;
	height: 349px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_271
{
	visibility: visible;
	mso-wrap-style: square;
	width: 429px;
	height: 356px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_272
{
	visibility: visible;
	mso-wrap-style: square;
	width: 437px;
	height: 363px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_273
{
	visibility: visible;
	mso-wrap-style: square;
	width: 180px;
	height: 76px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_indented_3_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 0pt;
}

img.img_274
{
	visibility: visible;
	mso-wrap-style: square;
	width: 246px;
	height: 49px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_275
{
	visibility: visible;
	mso-wrap-style: square;
	width: 484px;
	height: 42px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_276
{
	visibility: visible;
	mso-wrap-style: square;
	width: 287px;
	height: 280px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_277
{
	visibility: visible;
	mso-wrap-style: square;
	width: 125px;
	height: 141px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_278
{
	visibility: visible;
	mso-wrap-style: square;
	width: 548px;
	height: 53px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_279
{
	visibility: visible;
	mso-wrap-style: square;
	width: 330px;
	height: 337px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_280
{
	visibility: visible;
	mso-wrap-style: square;
	width: 325px;
	height: 342px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_281
{
	visibility: visible;
	mso-wrap-style: square;
	width: 122px;
	height: 114px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_282
{
	visibility: visible;
	mso-wrap-style: square;
	width: 520px;
	height: 59px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_283
{
	visibility: visible;
	mso-wrap-style: square;
	width: 346px;
	height: 365px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_284
{
	visibility: visible;
	mso-wrap-style: square;
	width: 339px;
	height: 358px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_285
{
	visibility: visible;
	mso-wrap-style: square;
	width: 122px;
	height: 139px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_286
{
	visibility: visible;
	mso-wrap-style: square;
	width: 514px;
	height: 47px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_287
{
	visibility: visible;
	mso-wrap-style: square;
	width: 261px;
	height: 267px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_288
{
	visibility: visible;
	mso-wrap-style: square;
	width: 277px;
	height: 286px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_289
{
	visibility: visible;
	mso-wrap-style: square;
	width: 294px;
	height: 305px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_290
{
	visibility: visible;
	mso-wrap-style: square;
	width: 294px;
	height: 302px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_291
{
	visibility: visible;
	mso-wrap-style: square;
	width: 303px;
	height: 312px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_292
{
	visibility: visible;
	mso-wrap-style: square;
	width: 295px;
	height: 302px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_293
{
	visibility: visible;
	mso-wrap-style: square;
	width: 175px;
	height: 104px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_294
{
	visibility: visible;
	mso-wrap-style: square;
	width: 139px;
	height: 111px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Bullet_list_1_5
{
	margin-left: 36pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_295
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 229px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_296
{
	visibility: visible;
	mso-wrap-style: square;
	width: 372px;
	height: 218px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Bullet_list_1_5_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 18pt;
}

img.img_297
{
	visibility: visible;
	mso-wrap-style: square;
	width: 462px;
	height: 280px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_298
{
	visibility: visible;
	mso-wrap-style: square;
	width: 339px;
	height: 199px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_299
{
	visibility: visible;
	mso-wrap-style: square;
	width: 330px;
	height: 243px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_300
{
	visibility: visible;
	mso-wrap-style: square;
	width: 489px;
	height: 314px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_301
{
	visibility: visible;
	mso-wrap-style: square;
	width: 514px;
	height: 135px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_302
{
	visibility: visible;
	mso-wrap-style: square;
	width: 505px;
	height: 132px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_303
{
	visibility: visible;
	mso-wrap-style: square;
	width: 461px;
	height: 121px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_304
{
	visibility: visible;
	mso-wrap-style: square;
	width: 127px;
	height: 102px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_305
{
	visibility: visible;
	mso-wrap-style: square;
	width: 231px;
	height: 116px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_306
{
	visibility: visible;
	mso-wrap-style: square;
	width: 274px;
	height: 381px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_307
{
	visibility: visible;
	mso-wrap-style: square;
	width: 159px;
	height: 191px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_308
{
	visibility: visible;
	mso-wrap-style: square;
	width: 77px;
	height: 81px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_309
{
	visibility: visible;
	mso-wrap-style: square;
	width: 153px;
	height: 181px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_310
{
	visibility: visible;
	mso-wrap-style: square;
	width: 77px;
	height: 79px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_311
{
	visibility: visible;
	mso-wrap-style: square;
	width: 208px;
	height: 86px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_312
{
	visibility: visible;
	mso-wrap-style: square;
	width: 50px;
	height: 32px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_313
{
	visibility: visible;
	mso-wrap-style: square;
	width: 54px;
	height: 34px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_314
{
	visibility: visible;
	mso-wrap-style: square;
	width: 177px;
	height: 38px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_315
{
	visibility: visible;
	mso-wrap-style: square;
	width: 443px;
	height: 117px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_316
{
	visibility: visible;
	mso-wrap-style: square;
	width: 364px;
	height: 312px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_317
{
	visibility: visible;
	mso-wrap-style: square;
	width: 65px;
	height: 38px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_318
{
	visibility: visible;
	mso-wrap-style: square;
	width: 376px;
	height: 297px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_319
{
	visibility: visible;
	mso-wrap-style: square;
	width: 210px;
	height: 48px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_320
{
	visibility: visible;
	mso-wrap-style: square;
	width: 369px;
	height: 297px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_321
{
	visibility: visible;
	mso-wrap-style: square;
	width: 369px;
	height: 308px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_322
{
	visibility: visible;
	mso-wrap-style: square;
	width: 413px;
	height: 365px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_323
{
	visibility: visible;
	mso-wrap-style: square;
	width: 177px;
	height: 154px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_324
{
	visibility: visible;
	mso-wrap-style: square;
	width: 221px;
	height: 117px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_325
{
	visibility: visible;
	mso-wrap-style: square;
	width: 228px;
	height: 49px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_326
{
	visibility: visible;
	mso-wrap-style: square;
	width: 233px;
	height: 59px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_327
{
	visibility: visible;
	mso-wrap-style: square;
	width: 139px;
	height: 67px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_328
{
	visibility: visible;
	mso-wrap-style: square;
	width: 139px;
	height: 52px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_329
{
	visibility: visible;
	mso-wrap-style: square;
	width: 158px;
	height: 50px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_330
{
	visibility: visible;
	mso-wrap-style: square;
	width: 186px;
	height: 100px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_331
{
	visibility: visible;
	mso-wrap-style: square;
	width: 203px;
	height: 102px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_332
{
	visibility: visible;
	mso-wrap-style: square;
	width: 232px;
	height: 38px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ol.ol_19
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 5pt;
	background-color: #CCCCCC;
}

img.img_333
{
	visibility: visible;
	mso-wrap-style: square;
	width: 75px;
	height: 62px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_334
{
	visibility: visible;
	mso-wrap-style: square;
	width: 520px;
	height: 136px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_335
{
	visibility: visible;
	mso-wrap-style: square;
	width: 514px;
	height: 235px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_336
{
	visibility: visible;
	mso-wrap-style: square;
	width: 521px;
	height: 289px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_337
{
	visibility: visible;
	mso-wrap-style: square;
	width: 244px;
	height: 144px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_338
{
	visibility: visible;
	mso-wrap-style: square;
	width: 529px;
	height: 232px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_339
{
	visibility: visible;
	mso-wrap-style: square;
	width: 229px;
	height: 194px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_340
{
	visibility: visible;
	mso-wrap-style: square;
	width: 550px;
	height: 246px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_341
{
	visibility: visible;
	mso-wrap-style: square;
	width: 188px;
	height: 234px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_342
{
	visibility: visible;
	mso-wrap-style: square;
	width: 217px;
	height: 182px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_343
{
	visibility: visible;
	mso-wrap-style: square;
	width: 199px;
	height: 369px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_344
{
	visibility: visible;
	mso-wrap-style: square;
	width: 128px;
	height: 98px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_345
{
	visibility: visible;
	mso-wrap-style: square;
	width: 231px;
	height: 161px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_346
{
	visibility: visible;
	mso-wrap-style: square;
	width: 258px;
	height: 157px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_347
{
	visibility: visible;
	mso-wrap-style: square;
	width: 310px;
	height: 93px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_348
{
	visibility: visible;
	mso-wrap-style: square;
	width: 470px;
	height: 130px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Numbered_1_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #000000;
}

ol.ol_20
{
	padding-left: 0px;
	margin-left: 23pt;
}

col.col_25
{
	width: 55pt;
}

col.col_26
{
	width: 54pt;
}

col.col_27
{
	width: 36pt;
}

col.col_28
{
	width: 72pt;
}

col.col_29
{
	width: 41pt;
}

col.col_30
{
	width: 45pt;
}

col.col_31
{
	width: 63pt;
}

td.td_13
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

tr.tr_14
{
	height: 35pt;
}

img.img_349
{
	visibility: visible;
	mso-wrap-style: square;
	width: 360px;
	height: 475px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_350
{
	visibility: visible;
	mso-wrap-style: square;
	width: 429px;
	height: 332px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_351
{
	visibility: visible;
	mso-wrap-style: square;
	width: 114px;
	height: 203px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_352
{
	visibility: visible;
	mso-wrap-style: square;
	width: 524px;
	height: 407px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ol.ol_21
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 90pt;
}

img.img_353
{
	visibility: visible;
	mso-wrap-style: square;
	width: 442px;
	height: 344px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_354
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 247px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_355
{
	visibility: visible;
	mso-wrap-style: square;
	width: 168px;
	height: 216px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_356
{
	visibility: visible;
	mso-wrap-style: square;
	width: 69px;
	height: 61px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_357
{
	visibility: visible;
	mso-wrap-style: square;
	width: 564px;
	height: 313px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_358
{
	visibility: visible;
	mso-wrap-style: square;
	width: 196px;
	height: 250px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_359
{
	visibility: visible;
	mso-wrap-style: square;
	width: 70px;
	height: 66px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_360
{
	visibility: visible;
	mso-wrap-style: square;
	width: 357px;
	height: 108px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_361
{
	visibility: visible;
	mso-wrap-style: square;
	width: 682px;
	height: 193px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_32
{
	width: 64pt;
}

img.img_362
{
	visibility: visible;
	mso-wrap-style: square;
	width: 561px;
	height: 383px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_363
{
	visibility: visible;
	mso-wrap-style: square;
	width: 391px;
	height: 122px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_364
{
	visibility: visible;
	mso-wrap-style: square;
	width: 393px;
	height: 148px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_365
{
	visibility: visible;
	mso-wrap-style: square;
	width: 423px;
	height: 329px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_366
{
	visibility: visible;
	mso-wrap-style: square;
	width: 593px;
	height: 122px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_367
{
	visibility: visible;
	mso-wrap-style: square;
	width: 57px;
	height: 113px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_368
{
	visibility: visible;
	mso-wrap-style: square;
	width: 541px;
	height: 133px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_369
{
	visibility: visible;
	mso-wrap-style: square;
	width: 64px;
	height: 129px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_370
{
	visibility: visible;
	mso-wrap-style: square;
	width: 533px;
	height: 52px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ol.ol_22
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 72pt;
}

img.img_371
{
	visibility: visible;
	mso-wrap-style: square;
	width: 541px;
	height: 53px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_372
{
	visibility: visible;
	mso-wrap-style: square;
	width: 548px;
	height: 54px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_373
{
	visibility: visible;
	mso-wrap-style: square;
	width: 528px;
	height: 130px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_374
{
	visibility: visible;
	mso-wrap-style: square;
	width: 57px;
	height: 119px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_375
{
	visibility: visible;
	mso-wrap-style: square;
	width: 572px;
	height: 57px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_376
{
	visibility: visible;
	mso-wrap-style: square;
	width: 576px;
	height: 56px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_377
{
	visibility: visible;
	mso-wrap-style: square;
	width: 544px;
	height: 133px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_378
{
	visibility: visible;
	mso-wrap-style: square;
	width: 566px;
	height: 140px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_379
{
	visibility: visible;
	mso-wrap-style: square;
	width: 541px;
	height: 105px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_380
{
	visibility: visible;
	mso-wrap-style: square;
	width: 541px;
	height: 98px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_381
{
	visibility: visible;
	mso-wrap-style: square;
	width: 472px;
	height: 368px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_382
{
	visibility: visible;
	mso-wrap-style: square;
	width: 82px;
	height: 104px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_383
{
	visibility: visible;
	mso-wrap-style: square;
	width: 90px;
	height: 84px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_384
{
	visibility: visible;
	mso-wrap-style: square;
	width: 140px;
	height: 45px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_385
{
	visibility: visible;
	mso-wrap-style: square;
	width: 133px;
	height: 54px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_386
{
	visibility: visible;
	mso-wrap-style: square;
	width: 511px;
	height: 394px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_387
{
	visibility: visible;
	mso-wrap-style: square;
	width: 141px;
	height: 46px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_388
{
	visibility: visible;
	mso-wrap-style: square;
	width: 441px;
	height: 342px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_389
{
	visibility: visible;
	mso-wrap-style: square;
	width: 619px;
	height: 168px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_390
{
	visibility: visible;
	mso-wrap-style: square;
	width: 201px;
	height: 242px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_391
{
	visibility: visible;
	mso-wrap-style: square;
	width: 89px;
	height: 77px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_392
{
	visibility: visible;
	mso-wrap-style: square;
	width: 610px;
	height: 425px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_393
{
	visibility: visible;
	mso-wrap-style: square;
	width: 193px;
	height: 248px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_394
{
	visibility: visible;
	mso-wrap-style: square;
	width: 92px;
	height: 80px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_395
{
	visibility: visible;
	mso-wrap-style: square;
	width: 384px;
	height: 63px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_396
{
	visibility: visible;
	mso-wrap-style: square;
	width: 566px;
	height: 70px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_397
{
	visibility: visible;
	mso-wrap-style: square;
	width: 644px;
	height: 94px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_398
{
	visibility: visible;
	mso-wrap-style: square;
	width: 600px;
	height: 101px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_399
{
	visibility: visible;
	mso-wrap-style: square;
	width: 457px;
	height: 122px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_400
{
	visibility: visible;
	mso-wrap-style: square;
	width: 400px;
	height: 128px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_401
{
	visibility: visible;
	mso-wrap-style: square;
	width: 473px;
	height: 371px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_402
{
	visibility: visible;
	mso-wrap-style: square;
	width: 551px;
	height: 136px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_403
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 55px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_404
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 52px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_405
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 54px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_406
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 56px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_407
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 134px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_408
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 119px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_409
{
	visibility: visible;
	mso-wrap-style: square;
	width: 521px;
	height: 403px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_410
{
	visibility: visible;
	mso-wrap-style: square;
	width: 566px;
	height: 288px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_411
{
	visibility: visible;
	mso-wrap-style: square;
	width: 173px;
	height: 249px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_412
{
	visibility: visible;
	mso-wrap-style: square;
	width: 69px;
	height: 54px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_413
{
	visibility: visible;
	mso-wrap-style: square;
	width: 554px;
	height: 432px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_414
{
	visibility: visible;
	mso-wrap-style: square;
	width: 307px;
	height: 130px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_415
{
	visibility: visible;
	mso-wrap-style: square;
	width: 561px;
	height: 153px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_416
{
	visibility: visible;
	mso-wrap-style: square;
	width: 94px;
	height: 121px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_417
{
	visibility: visible;
	mso-wrap-style: square;
	width: 429px;
	height: 280px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_418
{
	visibility: visible;
	mso-wrap-style: square;
	width: 372px;
	height: 101px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_419
{
	visibility: visible;
	mso-wrap-style: square;
	width: 376px;
	height: 123px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_420
{
	visibility: visible;
	mso-wrap-style: square;
	width: 386px;
	height: 368px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_421
{
	visibility: visible;
	mso-wrap-style: square;
	width: 541px;
	height: 132px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_422
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 57px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_423
{
	visibility: visible;
	mso-wrap-style: square;
	width: 596px;
	height: 135px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_424
{
	visibility: visible;
	mso-wrap-style: square;
	width: 561px;
	height: 125px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_425
{
	visibility: visible;
	mso-wrap-style: square;
	width: 561px;
	height: 127px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_426
{
	visibility: visible;
	mso-wrap-style: square;
	width: 356px;
	height: 277px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_427
{
	visibility: visible;
	mso-wrap-style: square;
	width: 272px;
	height: 106px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_428
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 170px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_2
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	color: #000000;
}

tr.tr_15
{
	height: 67pt;
}

tr.tr_16
{
	height: 51pt;
}

img.img_429
{
	visibility: visible;
	mso-wrap-style: square;
	width: 500px;
	height: 343px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_430
{
	visibility: visible;
	mso-wrap-style: square;
	width: 408px;
	height: 129px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_431
{
	visibility: visible;
	mso-wrap-style: square;
	width: 421px;
	height: 159px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_432
{
	visibility: visible;
	mso-wrap-style: square;
	width: 540px;
	height: 106px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_433
{
	visibility: visible;
	mso-wrap-style: square;
	width: 545px;
	height: 129px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_434
{
	visibility: visible;
	mso-wrap-style: square;
	width: 465px;
	height: 361px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_435
{
	visibility: visible;
	mso-wrap-style: square;
	width: 206px;
	height: 193px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_436
{
	visibility: visible;
	mso-wrap-style: square;
	width: 433px;
	height: 232px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_437
{
	visibility: visible;
	mso-wrap-style: square;
	width: 478px;
	height: 100px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_438
{
	visibility: visible;
	mso-wrap-style: square;
	width: 336px;
	height: 262px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_439
{
	visibility: visible;
	mso-wrap-style: square;
	width: 534px;
	height: 410px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_440
{
	visibility: visible;
	mso-wrap-style: square;
	width: 499px;
	height: 130px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_441
{
	visibility: visible;
	mso-wrap-style: square;
	width: 584px;
	height: 115px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_442
{
	visibility: visible;
	mso-wrap-style: square;
	width: 142px;
	height: 164px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_443
{
	visibility: visible;
	mso-wrap-style: square;
	width: 406px;
	height: 290px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_444
{
	visibility: visible;
	mso-wrap-style: square;
	width: 349px;
	height: 121px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_445
{
	visibility: visible;
	mso-wrap-style: square;
	width: 350px;
	height: 141px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_446
{
	visibility: visible;
	mso-wrap-style: square;
	width: 536px;
	height: 257px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_447
{
	visibility: visible;
	mso-wrap-style: square;
	width: 481px;
	height: 374px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_448
{
	visibility: visible;
	mso-wrap-style: square;
	width: 125px;
	height: 60px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_449
{
	visibility: visible;
	mso-wrap-style: square;
	width: 103px;
	height: 236px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_450
{
	visibility: visible;
	mso-wrap-style: square;
	width: 542px;
	height: 81px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_451
{
	visibility: visible;
	mso-wrap-style: square;
	width: 543px;
	height: 117px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_452
{
	visibility: visible;
	mso-wrap-style: square;
	width: 234px;
	height: 63px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_453
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 249px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.Hyperlink_2
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
}

img.img_454
{
	visibility: visible;
	mso-wrap-style: square;
	width: 146px;
	height: 378px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_455
{
	visibility: visible;
	mso-wrap-style: square;
	width: 145px;
	height: 183px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_456
{
	visibility: visible;
	mso-wrap-style: square;
	width: 432px;
	height: 197px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_457
{
	visibility: visible;
	mso-wrap-style: square;
	width: 439px;
	height: 197px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_458
{
	visibility: visible;
	mso-wrap-style: square;
	width: 537px;
	height: 95px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_459
{
	visibility: visible;
	mso-wrap-style: square;
	width: 545px;
	height: 292px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_460
{
	visibility: visible;
	mso-wrap-style: square;
	width: 544px;
	height: 292px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_461
{
	visibility: visible;
	mso-wrap-style: square;
	width: 543px;
	height: 230px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_462
{
	visibility: visible;
	mso-wrap-style: square;
	width: 550px;
	height: 230px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_463
{
	visibility: visible;
	mso-wrap-style: square;
	width: 526px;
	height: 220px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_464
{
	visibility: visible;
	mso-wrap-style: square;
	width: 539px;
	height: 249px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_465
{
	visibility: visible;
	mso-wrap-style: square;
	width: 538px;
	height: 223px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_466
{
	visibility: visible;
	mso-wrap-style: square;
	width: 539px;
	height: 136px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_467
{
	visibility: visible;
	mso-wrap-style: square;
	width: 529px;
	height: 245px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_468
{
	visibility: visible;
	mso-wrap-style: square;
	width: 240px;
	height: 109px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_469
{
	visibility: visible;
	mso-wrap-style: square;
	width: 575px;
	height: 112px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_470
{
	visibility: visible;
	mso-wrap-style: square;
	width: 524px;
	height: 198px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_471
{
	visibility: visible;
	mso-wrap-style: square;
	width: 522px;
	height: 358px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_472
{
	visibility: visible;
	mso-wrap-style: square;
	width: 549px;
	height: 380px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_473
{
	visibility: visible;
	mso-wrap-style: square;
	width: 550px;
	height: 108px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_474
{
	visibility: visible;
	mso-wrap-style: square;
	width: 558px;
	height: 395px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_475
{
	visibility: visible;
	mso-wrap-style: square;
	width: 560px;
	height: 117px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_476
{
	visibility: visible;
	mso-wrap-style: square;
	width: 574px;
	height: 282px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_477
{
	visibility: visible;
	mso-wrap-style: square;
	width: 554px;
	height: 342px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_478
{
	visibility: visible;
	mso-wrap-style: square;
	width: 590px;
	height: 156px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_479
{
	visibility: visible;
	mso-wrap-style: square;
	width: 349px;
	height: 128px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_480
{
	visibility: visible;
	mso-wrap-style: square;
	width: 521px;
	height: 143px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

tr.tr_17
{
	height: 82pt;
}

tr.tr_18
{
	height: 58pt;
}

img.img_481
{
	visibility: visible;
	mso-wrap-style: square;
	width: 591px;
	height: 378px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_482
{
	visibility: visible;
	mso-wrap-style: square;
	width: 353px;
	height: 116px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_483
{
	visibility: visible;
	mso-wrap-style: square;
	width: 356px;
	height: 144px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_484
{
	visibility: visible;
	mso-wrap-style: square;
	width: 338px;
	height: 241px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_485
{
	visibility: visible;
	mso-wrap-style: square;
	width: 559px;
	height: 112px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_486
{
	visibility: visible;
	mso-wrap-style: square;
	width: 567px;
	height: 137px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_487
{
	visibility: visible;
	mso-wrap-style: square;
	width: 573px;
	height: 139px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_488
{
	visibility: visible;
	mso-wrap-style: square;
	width: 50px;
	height: 101px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_489
{
	visibility: visible;
	mso-wrap-style: square;
	width: 544px;
	height: 36px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_490
{
	visibility: visible;
	mso-wrap-style: square;
	width: 542px;
	height: 37px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_491
{
	visibility: visible;
	mso-wrap-style: square;
	width: 547px;
	height: 112px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_492
{
	visibility: visible;
	mso-wrap-style: square;
	width: 549px;
	height: 112px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_493
{
	visibility: visible;
	mso-wrap-style: square;
	width: 539px;
	height: 109px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_494
{
	visibility: visible;
	mso-wrap-style: square;
	width: 549px;
	height: 111px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_495
{
	visibility: visible;
	mso-wrap-style: square;
	width: 547px;
	height: 108px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_496
{
	visibility: visible;
	mso-wrap-style: square;
	width: 543px;
	height: 110px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_497
{
	visibility: visible;
	mso-wrap-style: square;
	width: 545px;
	height: 111px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_498
{
	visibility: visible;
	mso-wrap-style: square;
	width: 551px;
	height: 112px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_499
{
	visibility: visible;
	mso-wrap-style: square;
	width: 421px;
	height: 326px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_500
{
	visibility: visible;
	mso-wrap-style: square;
	width: 525px;
	height: 172px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_501
{
	visibility: visible;
	mso-wrap-style: square;
	width: 427px;
	height: 247px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_502
{
	visibility: visible;
	mso-wrap-style: square;
	width: 417px;
	height: 288px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_503
{
	visibility: visible;
	mso-wrap-style: square;
	width: 411px;
	height: 202px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_504
{
	visibility: visible;
	mso-wrap-style: square;
	width: 416px;
	height: 204px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_505
{
	visibility: visible;
	mso-wrap-style: square;
	width: 434px;
	height: 339px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_506
{
	visibility: visible;
	mso-wrap-style: square;
	width: 434px;
	height: 247px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

div.div_9
{
	left: 0;
	text-align: left;
	margin-left: 218pt;
	width: 314.95pt;
	height: 28.3pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: page;
	v-text-anchor: top;
	margin-top: 0pt;
}

col.col_33
{
	width: 156pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Aras TDF - AdministratorGuide.docx" />*/

p.p_35
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_23
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_13
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_6
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_14
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_3
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_19
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

li.Note_5
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Content_body_19
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_body_19_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 18pt;
	margin-right: 36pt;
	text-align: justify;
}

p.Caption
{
	margin-bottom: 10pt;
	font-family: Arial;
	font-style: italic;
	color: #44546A;
	font-size: 9pt;
}

img.img_507
{
	visibility: visible;
	mso-wrap-style: square;
	width: 415px;
	height: 215px;
}

p.Content_body_19_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-align: center;
}

img.img_508
{
	visibility: visible;
	mso-wrap-style: square;
	width: 528px;
	height: 260px;
}

img.img_509
{
	visibility: visible;
	mso-wrap-style: square;
	width: 526px;
	height: 277px;
}

ul.ul_14
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 54pt;
}

img.img_510
{
	visibility: visible;
	mso-wrap-style: square;
	width: 642px;
	height: 356px;
}

col.col_34
{
	width: 338pt;
}

p.ListParagraph_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.ListParagraph_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_511
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 299px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_36
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
}

li.li_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
}

span.span_39
{
	font-family: 'Courier New';
	font-size: 9pt;
}

span.span_40
{
	font-family: 'Courier New';
	font-size: 9pt;
	background-color: #FFFF00;
}

p.Content_body_19_3
{
	font-family: Arial;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.Content_body_19_4
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: 'Courier New';
	font-size: 9pt;
}

img.img_512
{
	visibility: visible;
	mso-wrap-style: square;
	width: 611px;
	height: 215px;
}

span.span_41
{
	font-family: 'Courier New';
	font-style: italic;
	font-size: 9pt;
	background-color: #FFFF00;
}

img.img_513
{
	visibility: visible;
	mso-wrap-style: square;
	width: 315px;
	height: 127px;
}

img.img_514
{
	visibility: visible;
	mso-wrap-style: square;
	width: 202px;
	height: 91px;
}

img.img_515
{
	visibility: visible;
	mso-wrap-style: square;
	width: 251px;
	height: 121px;
}

img.img_516
{
	visibility: visible;
	mso-wrap-style: square;
	width: 235px;
	height: 120px;
}

img.img_517
{
	visibility: visible;
	mso-wrap-style: square;
	width: 302px;
	height: 109px;
}

img.img_518
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 163px;
}

img.img_519
{
	visibility: visible;
	mso-wrap-style: square;
	width: 13px;
	height: 13px;
}

li.ListParagraph_3_1
{
	font-family: Arial;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

img.img_520
{
	visibility: visible;
	mso-wrap-style: square;
	width: 370px;
	height: 109px;
}

img.img_521
{
	visibility: visible;
	mso-wrap-style: square;
	width: 568px;
	height: 153px;
}

li.Warning_4
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	margin-left: 54pt;
}

img.img_522
{
	visibility: visible;
	mso-wrap-style: square;
	width: 553px;
	height: 217px;
}

img.img_523
{
	visibility: visible;
	mso-wrap-style: square;
	width: 369px;
	height: 109px;
}

img.img_524
{
	visibility: visible;
	mso-wrap-style: square;
	width: 629px;
	height: 234px;
}

MadCap|footnote.footnote
{
	mc-footnote-comment-format: '{n}';
	mc-footnote-format: '{n}';
}

span.FootnoteText
{
	margin-bottom: 0pt;
	font-family: Arial;
}

p.FootnoteText
{
	margin-bottom: 0pt;
	font-family: Arial;
}

img.img_525
{
	visibility: visible;
	mso-wrap-style: square;
	width: 299px;
	height: 168px;
}

img.img_526
{
	visibility: visible;
	mso-wrap-style: square;
	width: 541px;
	height: 251px;
}

p.Content_body_19_5
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: 'Courier New';
	font-size: 9pt;
}

span.span_42
{
	font-family: 'Courier New';
	font-size: 9pt;
	background-color: #008000;
}

span.span_43
{
	font-family: 'Courier New';
	font-weight: bold;
	font-size: 9pt;
}

span.span_44
{
	background-color: #008000;
}

img.img_527
{
	visibility: visible;
	mso-wrap-style: square;
	width: 432px;
	height: 185px;
}

img.img_528
{
	visibility: visible;
	mso-wrap-style: square;
	width: 607px;
	height: 365px;
}

p.Content_body_19_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	font-size: 9pt;
}

img.img_529
{
	visibility: visible;
	mso-wrap-style: square;
	width: 439px;
	height: 103px;
}

img.img_530
{
	visibility: visible;
	mso-wrap-style: square;
	width: 452px;
	height: 259px;
}

h3.h3_1
{
	background-color: #FFFFFF;
}

span.span_45
{
	background-color: #FFFFFF;
}

p.Content_body_19_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	background-color: #FFFFFF;
}

li.Bullet_list_1_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	background-color: #FFFFFF;
}

img.img_531
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 459px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_532
{
	visibility: visible;
	mso-wrap-style: square;
	width: 411px;
	height: 95px;
}

img.img_533
{
	visibility: visible;
	mso-wrap-style: square;
	width: 301px;
	height: 246px;
}

span.span_46
{
	font-weight: bold;
	background-color: #FFFFFF;
}

img.img_534
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 361px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_3
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	background-color: #FFFFFF;
}

img.img_535
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 357px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_37
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
}

span.span_47
{
	background-color: #D3D3D3;
}

span.span_48
{
	font-weight: bold;
	background-color: #D3D3D3;
}

p.Note_4
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	font-family: Arial;
	background-color: #D3D3D3;
}

li.Note_6
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	font-family: Arial;
	background-color: #D3D3D3;
}

img.img_536
{
	visibility: visible;
	mso-wrap-style: square;
	width: 421px;
	height: 152px;
}

img.img_537
{
	visibility: visible;
	mso-wrap-style: square;
	width: 563px;
	height: 233px;
}

span.span_49
{
	font-family: 'Courier New';
	font-weight: bold;
	font-size: 9pt;
	background-color: #FFFF00;
}

p.Content_body_19_8
{
	font-family: Arial;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
	margin-right: 0pt;
}

p.Content_body_19_9
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-right: 0pt;
	font-family: 'Courier New';
	color: #538135;
	font-size: 9pt;
	background-color: #FFFF00;
}

p.Content_body_19_10
{
	font-family: Arial;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-right: 0pt;
}

p.Content_body_19_11
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-right: 0pt;
	font-family: 'Courier New';
	font-size: 9pt;
}

p.p_38
{
	font-family: 'Courier New';
	color: #538135;
}

span.span_50
{
	font-weight: bold;
	color: #C00000;
}

img.img_538
{
	visibility: visible;
	mso-wrap-style: square;
	width: 553px;
	height: 322px;
}

img.img_539
{
	visibility: visible;
	mso-wrap-style: square;
	width: 365px;
	height: 75px;
}

p.Content_body_19_12
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
	margin-right: 0pt;
	font-family: 'Courier New';
	font-size: 9pt;
}

p.Content_body_19_13
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
	margin-right: 0pt;
	font-family: 'Courier New';
	color: #538135;
	font-size: 9pt;
}

li.Content_indentend_2
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Arial;
}

img.img_540
{
	visibility: visible;
	mso-wrap-style: square;
	width: 300px;
	height: 168px;
}

img.img_541
{
	visibility: visible;
	mso-wrap-style: square;
	width: 625px;
	height: 154px;
}

p.Content_indentend_2_2
{
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 0pt;
}

img.img_542
{
	visibility: visible;
	mso-wrap-style: square;
	width: 616px;
	height: 358px;
}

p.p_39
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	text-align: justify;
	font-family: 'Courier New';
}

p.p_40
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	text-align: justify;
}

p.p_41
{
	margin-bottom: 0pt;
	text-align: justify;
}

p.p_42
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: 'Courier New';
}

col.col_35
{
	width: 101pt;
}

col.col_36
{
	width: 327pt;
}

table.table_4
{
	margin-left: 23pt;
	border-collapse: collapse;
}

img.img_543
{
	visibility: visible;
	mso-wrap-style: square;
	width: 545px;
	height: 161px;
}

ol.ol_24
{
	padding-left: 0px;
	list-style-type: lower-roman;
	margin-left: 54pt;
}

img.img_544
{
	visibility: visible;
	mso-wrap-style: square;
	width: 477px;
	height: 176px;
}

img.img_545
{
	visibility: visible;
	mso-wrap-style: square;
	width: 297px;
	height: 175px;
}

p.Caption_1
{
	margin-bottom: 10pt;
	font-family: Arial;
	font-style: italic;
	color: #44546A;
	font-size: 9pt;
	background-color: #FFFFFF;
}

span.span_51
{
	font-family: 'Courier New';
	color: #538135;
	font-size: 9pt;
}

p.p_43
{
	margin-bottom: 0pt;
	margin-right: 0pt;
	font-family: Consolas;
	color: #008100;
	font-size: 9pt;
}

span.span_52
{
	font-family: Consolas;
	color: #198B8B;
	font-size: 9pt;
}

span.span_53
{
	font-family: Consolas;
	color: #000000;
	font-size: 9pt;
}

span.span_54
{
	font-family: Consolas;
	color: #0047FF;
	font-size: 9pt;
}

span.span_55
{
	font-family: Consolas;
	color: #CD6633;
	font-size: 9pt;
}

p.p_44
{
	margin-bottom: 0pt;
	margin-right: 0pt;
}

span.span_56
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

p.p_45
{
	margin-bottom: 0pt;
	margin-right: 0pt;
	font-family: Consolas;
	color: #000000;
	font-size: 9pt;
}

p.Content_body_19_14
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-right: 0pt;
	font-family: Consolas;
	color: #000000;
	font-size: 9pt;
}

span.span_57
{
	font-family: Consolas;
	color: #008181;
	font-size: 9pt;
}

p.p_46
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #008100;
	font-size: 9pt;
}

p.p_47
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #000000;
	font-size: 9pt;
}

p.Content_body_19_15
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	color: #000000;
	font-size: 9pt;
}

span.span_58
{
	font-family: Consolas;
	color: #008100;
	font-size: 9pt;
}

p.p_48
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #000000;
	font-size: 9pt;
	background-color: #FFFF00;
}

img.img_546
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 272px;
}

span.span_59
{
	font-family: 'Courier New';
	color: #70AD47;
	font-size: 9pt;
}

p.p_49
{
	margin-bottom: 0pt;
	font-family: 'Courier New';
	color: #70AD47;
	font-size: 9pt;
}

p.p_50
{
	margin-bottom: 0pt;
	font-family: 'Courier New';
	font-size: 9pt;
}

p.p_51
{
	margin-bottom: 0pt;
	font-family: 'Courier New';
	font-size: 9pt;
	background-color: #FFFF00;
}

img.img_547
{
	visibility: visible;
	mso-wrap-style: square;
	width: 361px;
	height: 371px;
}

span.span_60
{
	font-style: italic;
	background-color: #FFFF00;
}

img.img_548
{
	visibility: visible;
	mso-wrap-style: square;
	width: 257px;
	height: 117px;
}

p.p_52
{
	font-family: 'Courier New';
	font-size: 9pt;
}

img.img_549
{
	visibility: visible;
	mso-wrap-style: square;
	width: 290px;
	height: 31px;
}

img.img_550
{
	visibility: visible;
	mso-wrap-style: square;
	width: 630px;
	height: 57px;
}

img.img_551
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 96px;
}

img.img_552
{
	visibility: visible;
	mso-wrap-style: square;
	width: 543px;
	height: 180px;
}

p.p_53
{
	margin-bottom: 0pt;
	font-family: 'Courier New';
	color: #538135;
	font-size: 9pt;
}

p.p_54
{
	margin-bottom: 0pt;
	margin-right: 0pt;
	font-family: 'Courier New';
	font-size: 9pt;
	background-color: #FFFF00;
}

p.p_55
{
	margin-bottom: 0pt;
	margin-right: 0pt;
	font-family: 'Courier New';
	font-size: 9pt;
}

img.img_553
{
	visibility: visible;
	mso-wrap-style: square;
	width: 406px;
	height: 434px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_56
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: 'Courier New';
	color: #538135;
	font-size: 9pt;
}

p.Content_body_19_16
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	color: #538135;
	font-size: 9pt;
}

p.Content_body_19_17
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 18pt;
	font-family: 'Courier New';
	color: #538135;
	font-size: 9pt;
}

p.Warning_3
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	background-color: #FFFFFF;
}

li.Warning_5
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	margin-left: 54pt;
	background-color: #FFFFFF;
}

span.span_61
{
	font-style: italic;
	background-color: #FFFFFF;
}

p.p_57
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 0pt;
	background-color: #CCCCCC;
}

col.col_37
{
	width: 100pt;
}

col.col_38
{
	width: 196pt;
}

col.col_39
{
	width: 77pt;
}

col.col_40
{
	width: 95pt;
}

p.p_58
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	margin-left: 14pt;
	font-weight: bold;
	font-size: 11pt;
}

td.td_15
{
	background-color: #auto;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

p.p_59
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	color: #000000;
}

p.p_60
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

td.td_16
{
	background-color: #auto;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

col.col_41
{
	width: 83pt;
}

col.col_42
{
	width: 216pt;
}

col.col_43
{
	width: 98pt;
}

p.Content_body_19_18
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 0pt;
	text-indent: 18pt;
}

col.col_44
{
	width: 113pt;
}

col.col_45
{
	width: 186pt;
}

col.col_46
{
	width: 92pt;
}

p.p_61
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	margin-left: 14pt;
	font-size: 11pt;
}

th.th_7
{
	background-color: #auto;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

th.th_8
{
	background-color: #auto;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

span.span_62
{
	font-size: 8pt;
}

p.p_62
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 0pt;
	text-indent: 18pt;
}

col.col_47
{
	width: 96pt;
}

col.col_48
{
	width: 209pt;
}

col.col_49
{
	width: 97pt;
}

img.img_554
{
	visibility: visible;
	mso-wrap-style: square;
	width: 634px;
	height: 183px;
}

img.img_555
{
	visibility: visible;
	mso-wrap-style: square;
	width: 625px;
	height: 381px;
}

span.span_63
{
	font-weight: bold;
	color: #FF0000;
	font-size: 8pt;
}

p.p_63
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	margin-right: 0pt;
}

p.p_64
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 18pt;
	margin-right: 0pt;
	font-family: 'Courier New';
	font-size: 9pt;
}

img.img_556
{
	visibility: visible;
	mso-wrap-style: square;
	width: 401px;
	height: 182px;
}

img.img_557
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 154px;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Aras TDF - User Guide.docx" />*/

p.p_65
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_25
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_15
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_8
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_17
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_4
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_20
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Table_Header_4
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_5
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

p.Table_Body_5_1
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
}

col.col_50
{
	width: 157pt;
}

col.col_51
{
	width: 310pt;
}

img.img_558
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 129px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_559
{
	visibility: visible;
	mso-wrap-style: square;
	width: 26px;
	height: 24px;
}

img.img_560
{
	visibility: visible;
	mso-wrap-style: square;
	width: 26px;
	height: 26px;
}

img.img_561
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 312px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_562
{
	visibility: visible;
	mso-wrap-style: square;
	width: 31px;
	height: 25px;
}

img.img_563
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 184px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_564
{
	visibility: visible;
	mso-wrap-style: square;
	width: 605px;
	height: 141px;
}

img.img_565
{
	visibility: visible;
	mso-wrap-style: square;
	width: 506px;
	height: 253px;
}

img.img_566
{
	visibility: visible;
	mso-wrap-style: square;
	width: 162px;
	height: 158px;
}

img.img_567
{
	visibility: visible;
	mso-wrap-style: square;
	width: 21px;
	height: 21px;
}

img.img_568
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 404px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_569
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 392px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_66
{
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.li_9
{
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_570
{
	visibility: visible;
	mso-wrap-style: square;
	width: 483px;
	height: 136px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_571
{
	visibility: visible;
	mso-wrap-style: square;
	width: 625px;
	height: 285px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_67
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 12pt;
	margin-bottom: 12pt;
	mc-heading-level: 3;
	font-weight: bold;
	font-size: 12pt;
}

li.li_10
{
	page-break-after: avoid;
	margin-top: 12pt;
	margin-bottom: 12pt;
	mc-heading-level: 3;
	font-weight: bold;
	font-size: 12pt;
}

ol.ol_26
{
	padding-left: 0px;
	margin-left: 50pt;
}

img.img_572
{
	visibility: visible;
	mso-wrap-style: square;
	width: 349px;
	height: 588px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_573
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 390px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_574
{
	visibility: visible;
	mso-wrap-style: square;
	width: 253px;
	height: 268px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_575
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 282px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

h2.h2_1
{
	background-color: #FFFFFF;
}

img.img_576
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 314px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.ListParagraph_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.ListParagraph_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_577
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 262px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

h4.h4_1
{
	background-color: #FFFFFF;
}

img.img_578
{
	visibility: visible;
	mso-wrap-style: square;
	width: 380px;
	height: 148px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_579
{
	visibility: visible;
	mso-wrap-style: square;
	width: 249px;
	height: 117px;
}

img.img_580
{
	visibility: visible;
	mso-wrap-style: square;
	width: 118px;
	height: 37px;
}

img.img_581
{
	visibility: visible;
	mso-wrap-style: square;
	width: 230px;
	height: 133px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_582
{
	visibility: visible;
	mso-wrap-style: square;
	width: 380px;
	height: 280px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_583
{
	visibility: visible;
	mso-wrap-style: square;
	width: 582px;
	height: 92px;
}

img.img_584
{
	visibility: visible;
	mso-wrap-style: square;
	width: 422px;
	height: 400px;
}

img.img_585
{
	visibility: visible;
	mso-wrap-style: square;
	width: 161px;
	height: 124px;
}

p.p_68
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 12pt;
	margin-bottom: 12pt;
	mc-heading-level: 3;
	font-weight: bold;
	font-size: 12pt;
	background-color: #FFFFFF;
}

li.li_11
{
	page-break-after: avoid;
	margin-top: 12pt;
	margin-bottom: 12pt;
	mc-heading-level: 3;
	font-weight: bold;
	font-size: 12pt;
	background-color: #FFFFFF;
}

img.img_586
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 117px;
}

img.img_587
{
	visibility: visible;
	mso-wrap-style: square;
	width: 307px;
	height: 300px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_588
{
	visibility: visible;
	mso-wrap-style: square;
	width: 422px;
	height: 253px;
}

img.img_589
{
	visibility: visible;
	mso-wrap-style: square;
	width: 419px;
	height: 251px;
}

img.img_590
{
	visibility: visible;
	mso-wrap-style: square;
	width: 439px;
	height: 262px;
}

img.img_591
{
	visibility: visible;
	mso-wrap-style: square;
	width: 551px;
	height: 411px;
}

img.img_592
{
	visibility: visible;
	mso-wrap-style: square;
	width: 195px;
	height: 29px;
}

img.img_593
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 420px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_594
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 35px;
}

img.img_595
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 378px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_596
{
	visibility: visible;
	mso-wrap-style: square;
	width: 260px;
	height: 199px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_597
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 140px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_598
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 207px;
}

img.img_599
{
	visibility: visible;
	mso-wrap-style: square;
	width: 476px;
	height: 256px;
}

img.img_600
{
	visibility: visible;
	mso-wrap-style: square;
	width: 508px;
	height: 229px;
}

img.img_601
{
	visibility: visible;
	mso-wrap-style: square;
	width: 523px;
	height: 236px;
}

img.img_602
{
	visibility: visible;
	mso-wrap-style: square;
	width: 299px;
	height: 147px;
}

img.img_603
{
	visibility: visible;
	mso-wrap-style: square;
	width: 299px;
	height: 145px;
}

p.p_69
{
	background-color: #FFFFFF;
}

img.img_604
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 529px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_605
{
	visibility: visible;
	mso-wrap-style: square;
	width: 445px;
	height: 132px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_606
{
	visibility: visible;
	mso-wrap-style: square;
	width: 305px;
	height: 452px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_607
{
	visibility: visible;
	mso-wrap-style: square;
	width: 269px;
	height: 179px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_70
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
}

img.img_608
{
	visibility: visible;
	mso-wrap-style: square;
	width: 519px;
	height: 290px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_609
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 348px;
}

p.Content_indentend_2_3
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Arial;
	font-weight: bold;
}

img.img_610
{
	visibility: visible;
	mso-wrap-style: square;
	width: 493px;
	height: 272px;
}

img.img_611
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 175px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_612
{
	visibility: visible;
	mso-wrap-style: square;
	width: 185px;
	height: 160px;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Backup and Recovery.docx" />*/

p.p_71
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_27
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_16
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_12
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_18
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

a.Hyperlink_2
{
	color: #0000FF;
	font-size: 10pt;
	text-decoration: underline;
}

p.p_72
{
	font-family: 'Times New Roman';
}

span.span_64
{
	font-family: 'Arial Black';
	font-weight: bold;
	color: #CC0033;
	font-size: 30pt;
}

p.p_73
{
	margin-top: 11pt;
	margin-left: 18pt;
}

p.p_74
{
	margin-top: 1pt;
	margin-left: 21pt;
	font-family: 'Arial Black';
	font-weight: bold;
	font-size: 20pt;
}

p.p_75
{
	font-family: 'Arial Black';
	font-weight: bold;
	font-size: 28pt;
}

span.span_65
{
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
}

p.p_76
{
	margin-left: 23pt;
}

span.span_66
{
	font-weight: bold;
	font-style: italic;
	color: #585858;
	font-size: 12pt;
}

span.span_67
{
	font-style: italic;
	color: #585858;
	font-size: 12pt;
}

p.p_77
{
	margin-top: 6pt;
	margin-left: 23pt;
}

p.p_78
{
	font-style: italic;
}

p.p_79
{
	margin-top: 1pt;
	margin-left: 27pt;
}

p.p_80
{
	font-size: 7pt;
}

p.p_81
{
	margin-top: 1pt;
}

p.p_82
{
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
}

p.p_83
{
	margin-top: 10pt;
	margin-left: 137pt;
	margin-right: 97pt;
}

p.Copyright_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 8pt;
	margin-right: 2pt;
}

p.p_84
{
	margin-right: 2pt;
}

a.a_1
{
	color: #0462C1;
	font-size: 10pt;
	text-decoration: underline;
}

p.Copyright_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 8pt;
	margin-right: 2pt;
	font-weight: bold;
}

a.Hyperlink_2_1
{
	color: #0000FF;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
}

p.p_85
{
	margin-top: 1pt;
	margin-right: 2pt;
}

p.p_86
{
	margin-top: 5pt;
	margin-left: 137pt;
	margin-right: 167pt;
	text-align: center;
	font-family: 'Arial Black';
	font-weight: bold;
	font-size: 18pt;
}

p.Content_body_21
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

span.span_68
{
	letter-spacing: 0pt;
}

p.Content_indented_7_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 0pt;
}

p.Content_body_21_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	letter-spacing: 0pt;
}

p.Content_body_21_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 14pt;
}

span.span_69
{
	color: #0462C1;
	text-decoration: underline;
}

p.Table_Title_2
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_2
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

span.span_70
{
	letter-spacing: 1pt;
}

div.div_10
{
	left: 0;
	text-align: left;
	margin-left: 106.6pt;
	margin-top: 58pt;
	width: 434.95pt;
	height: 33.9pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: page;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: top;
	background-color: #ccc;
}

ol.ol_28
{
	padding-left: 0px;
	margin-left: 41pt;
}

col.col_52
{
	width: 91pt;
}

col.col_53
{
	width: 225pt;
}

col.col_54
{
	width: 169pt;
}

td.td_19
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
}

td.td_20
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
}

tr.tr_19
{
	height: 23pt;
}

td.td_21
{
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
}

td.td_22
{
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
}

tr.tr_20
{
	height: 95pt;
}

tr.tr_21
{
	height: 106pt;
}

tr.tr_22
{
	height: 118pt;
}

table.table_5
{
	margin-left: 6pt;
	border-collapse: collapse;
}

ol.ol_29
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 9pt;
	background-color: #CCCCCC;
}

col.col_55
{
	width: 164pt;
}

col.col_56
{
	width: 153pt;
}

col.col_57
{
	width: 84pt;
}

td.td_23
{
	background-color: #DFDFDF;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
}

td.td_24
{
	background-color: #DFDFDF;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
}

tr.tr_23
{
	height: 48pt;
}

tr.tr_24
{
	height: 93pt;
}

tr.tr_25
{
	height: 69pt;
}

table.table_6
{
	margin-left: 11pt;
	border-collapse: collapse;
}

col.col_58
{
	width: 165pt;
}

col.col_59
{
	width: 90pt;
}

tr.tr_26
{
	height: 81pt;
}

div.div_11
{
	margin-left: 70.6pt;
	margin-top: 41.8pt;
	width: 470.95pt;
	height: 27pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: page;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: top;
	background-color: #ccc;
}

img.img_613
{
	z-index: -8;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	margin-left: 0;
	width: 621px;
	height: 697px;
}

img.img_614
{
	z-index: 2;
	visibility: visible;
	mso-wrap-style: square;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	margin-left: 194.7pt;
	width: 60px;
	height: 33px;
}

span.span_71
{
	color: #7E7E7E;
	font-size: 8pt;
}

p.p_87
{
	margin-right: 5pt;
	margin-top: 1pt;
	margin-left: 2pt;
}

div.div_12
{
	margin-left: 533.65pt;
	margin-top: 723pt;
	width: 8.5pt;
	height: 11pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: page;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: page;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: top;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Client Settings for Chrome on Mac.docx" />*/

p.p_88
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_30
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_17
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_13
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_25
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_5
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_22
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_8
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Content_body_22_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 16pt;
}

img.img_615
{
	visibility: visible;
	mso-wrap-style: square;
	width: 496px;
	height: 318px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Client Settings for Chrome on Windows.docx" />*/

p.p_89
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_31
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_18
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_14
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_26
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_6
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_23
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_9
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_616
{
	visibility: visible;
	mso-wrap-style: square;
	width: 537px;
	height: 305px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_617
{
	visibility: visible;
	mso-wrap-style: square;
	width: 437px;
	height: 192px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Client Settings for Edge on Windows.docx" />*/

p.p_90
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_32
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_19
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_15
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_27
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_7
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_24
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_10
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Client Settings for Firefox on Mac.docx" />*/

p.p_91
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_33
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_20
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_16
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_28
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_8
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_25
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_11
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Numbered_1_3
{
	margin-top: 6pt;
	font-family: Arial;
	margin-bottom: 5pt;
}

li.Numbered_1_3
{
	margin-top: 6pt;
	font-family: Arial;
	margin-bottom: 5pt;
}

img.img_618
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 365px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_number_1
{
	margin-top: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
	margin-bottom: 5pt;
}

li.Image_number_2
{
	margin-top: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
	margin-bottom: 5pt;
}

p.Image_4
{
	page-break-after: avoid;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	margin-top: 5pt;
}

img.img_619
{
	visibility: visible;
	width: 542px;
	height: 248px;
}

img.img_620
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 94px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_25
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_621
{
	visibility: visible;
	mso-wrap-style: square;
	width: 454px;
	height: 422px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_622
{
	visibility: visible;
	mso-wrap-style: square;
	width: 452px;
	height: 395px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_623
{
	visibility: visible;
	mso-wrap-style: square;
	width: 454px;
	height: 383px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_624
{
	visibility: visible;
	mso-wrap-style: square;
	width: 431px;
	height: 62px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_625
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 241px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_626
{
	visibility: visible;
	mso-wrap-style: square;
	width: 319px;
	height: 167px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_1_4
{
	margin-bottom: 6pt;
	font-family: Arial;
	margin-top: 5pt;
}

li.Numbered_1_4
{
	margin-bottom: 6pt;
	font-family: Arial;
	margin-top: 5pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Client Settings for Firefox on Windows.docx" />*/

p.p_92
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_34
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_21
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_17
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_29
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_9
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_26
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_12
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_627
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 371px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_1_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Calibri;
}

li.Numbered_1_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Calibri;
}

img.img_628
{
	visibility: visible;
	width: 522px;
	height: 217px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_629
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 210px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_630
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 68px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_631
{
	visibility: visible;
	mso-wrap-style: square;
	width: 351px;
	height: 428px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_632
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 362px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_633
{
	visibility: visible;
	mso-wrap-style: square;
	width: 431px;
	height: 61px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_634
{
	visibility: visible;
	mso-wrap-style: square;
	width: 627px;
	height: 212px;
}

p.Numbered_1_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: normal;
}

li.Numbered_1_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: normal;
}

img.img_635
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 148px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_636
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 120px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_637
{
	visibility: visible;
	mso-wrap-style: square;
	width: 693px;
	height: 172px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_638
{
	visibility: visible;
	mso-wrap-style: square;
	width: 343px;
	height: 141px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_5
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	margin-left: 41pt;
}

p.Image_number_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
	font-family: Arial;
}

img.img_639
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 243px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_640
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 304px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_number_2_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	font-family: Arial;
	margin-left: 18pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Configurable InBasket.docx" />*/

p.p_93
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_35
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_22
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_18
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_30
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_10
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

div.div_13
{
	margin-top: 441.1pt;
	width: 4in;
	height: 90pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: top;
	background-color: window;
	margin-left: 0pt;
}

div.div_14
{
	margin-left: 0;
	margin-top: 135.35pt;
	width: 471.55pt;
	height: 206.65pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: margin;
	v-text-anchor: bottom;
	background-color: window;
}

p.Content_body_27
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_13
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Warning_4
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	color: #FF0000;
}

li.Warning_6
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	margin-left: 54pt;
	color: #FF0000;
}

img.img_641
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 141px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Table_Title_3
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_3
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

img.img_642
{
	visibility: visible;
	mso-wrap-style: square;
	width: 23px;
	height: 25px;
}

li.Table_Title_3_1
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
	margin-left: 41pt;
}

col.col_60
{
	width: 388pt;
}

img.img_643
{
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 25px;
}

img.img_644
{
	visibility: visible;
	mso-wrap-style: square;
	width: 31px;
	height: 28px;
}

table.table_7
{
	margin-left: 14pt;
	border-collapse: collapse;
}

p.Bullet_list_2_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: Arial;
}

img.img_645
{
	visibility: visible;
	mso-wrap-style: square;
	width: 547px;
	height: 462px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_646
{
	visibility: visible;
	mso-wrap-style: square;
	width: 26px;
	height: 21px;
}

img.img_647
{
	visibility: visible;
	mso-wrap-style: square;
	width: 227px;
	height: 122px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_648
{
	visibility: visible;
	mso-wrap-style: square;
	width: 32px;
	height: 26px;
}

img.img_649
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 158px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_650
{
	visibility: visible;
	mso-wrap-style: square;
	width: 84px;
	height: 31px;
}

p.Content_indented_4_1
{
	page-break-after: avoid;
	text-align: center;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 72pt;
	font-family: Arial;
}

p.Numbered_2_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: Arial;
}

img.img_651
{
	visibility: visible;
	mso-wrap-style: square;
	width: 230px;
	height: 129px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_652
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 335px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_6
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Verdana;
}

img.img_653
{
	visibility: visible;
	mso-wrap-style: square;
	width: 73px;
	height: 36px;
}

img.img_654
{
	visibility: visible;
	mso-wrap-style: square;
	width: 37px;
	height: 35px;
}

col.col_61
{
	width: 126pt;
}

col.col_62
{
	width: 94pt;
}

col.col_63
{
	width: 61pt;
}

col.col_64
{
	width: 62pt;
}

p.Table_Body_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-weight: bold;
}

table.table_8
{
	margin-left: 54pt;
	border-collapse: collapse;
}

img.img_655
{
	visibility: visible;
	mso-wrap-style: square;
	width: 66px;
	height: 36px;
}

img.img_656
{
	visibility: visible;
	mso-wrap-style: square;
	width: 38px;
	height: 37px;
}

img.img_657
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 287px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_65
{
	width: 140pt;
}

col.col_66
{
	width: 65pt;
}

col.col_67
{
	width: 88pt;
}

table.table_9
{
	margin-left: 18pt;
	border-collapse: collapse;
}

col.col_68
{
	width: 246pt;
}

span.span_72
{
	font-family: 'Courier New';
	color: #FF0000;
}

p.p_94
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 72pt;
}

p.Numbered_2_1_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 72pt;
}

img.img_658
{
	visibility: visible;
	mso-wrap-style: square;
	width: 230px;
	height: 126px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_659
{
	visibility: visible;
	mso-wrap-style: square;
	width: 660px;
	height: 209px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_660
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 380px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_661
{
	visibility: visible;
	mso-wrap-style: square;
	width: 39px;
	height: 33px;
}

span.Code_Red_text_2
{
	color: #FF0000;
	font-size: 10pt;
	font-family: Verdana;
}

img.img_662
{
	visibility: visible;
	mso-wrap-style: square;
	width: 82px;
	height: 38px;
}

img.img_663
{
	visibility: visible;
	mso-wrap-style: square;
	width: 75px;
	height: 33px;
}

img.img_664
{
	visibility: visible;
	mso-wrap-style: square;
	width: 595px;
	height: 337px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_665
{
	visibility: visible;
	mso-wrap-style: square;
	width: 588px;
	height: 333px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Note_indented_2
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 72pt;
}

span.Code_Yellow_Highlight_1
{
	font-size: 10pt;
	font-family: 'Courier New';
	background-color: #FFFF00;
}

p.Content_indented_13_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: 'Courier New';
}

img.img_666
{
	visibility: visible;
	mso-wrap-style: square;
	width: 585px;
	height: 525px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_667
{
	visibility: visible;
	mso-wrap-style: square;
	width: 75px;
	height: 34px;
}

span.span_73
{
	font-family: Courier;
}

span.span_74
{
	font-family: Courier;
	color: #FF0000;
	background-color: #FFFF00;
}

span.span_75
{
	font-family: Courier;
	color: #FF0000;
}

p.Content_indented_13_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Courier;
	color: #FF0000;
}

img.img_668
{
	visibility: visible;
	mso-wrap-style: square;
	width: 557px;
	height: 478px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_669
{
	visibility: visible;
	mso-wrap-style: square;
	width: 75px;
	height: 36px;
}

ol.ol_36
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 36pt;
	background-color: #CCCCCC;
}

img.img_670
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 538px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_671
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 179px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_672
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 555px;
}

img.img_673
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 108px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_674
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 173px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Code_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	background-color: #FFFF00;
}

p.Code_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	background-color: #008000;
}

p.Numbered_2_1_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: Arial;
	text-indent: -18pt;
}

ol.ol_37
{
	padding-left: 0px;
	margin-left: 8pt;
}

ol.ol_38
{
	padding-left: 0px;
	list-style-type: lower-alpha;
}

div.div_15
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 0pt;
	background-color: #CCCCCC;
}

p.p_95
{
	margin-bottom: 0pt;
	font-style: italic;
}

span.span_76
{
	font-family: Consolas;
	color: #FF00FF;
	font-size: 10pt;
}

span.span_77
{
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
}

span.span_78
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
}

span.span_79
{
	font-family: Consolas;
	font-size: 10pt;
}

span.span_80
{
	font-family: Consolas;
	color: #FF0000;
	font-size: 10pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Configurable User Interface Administrator Guide.docx" />*/

p.p_96
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_39
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_23
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_19
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_31
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_11
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_28
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_14
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Table_Title_4
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_4
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

col.col_69
{
	width: 162pt;
}

col.col_70
{
	width: 311pt;
}

img.img_675
{
	visibility: visible;
	width: 337px;
	height: 213px;
}

img.img_676
{
	visibility: visible;
	mso-wrap-style: square;
	width: 611px;
	height: 370px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_677
{
	visibility: visible;
	mso-wrap-style: square;
	width: 611px;
	height: 307px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_678
{
	visibility: visible;
	mso-wrap-style: square;
	width: 612px;
	height: 365px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_679
{
	visibility: visible;
	mso-wrap-style: square;
	width: 612px;
	height: 368px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Bullet_list_1_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-style: italic;
}

li.Bullet_list_1_8
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-style: italic;
}

col.col_71
{
	width: 213pt;
}

td.td_32
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #D9D9D9;
	vertical-align: bottom;
}

tr.tr_27
{
	height: 15pt;
}

td.td_33
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: middle;
}

td.td_34
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: bottom;
}

p.Content_body_28_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #FF0000;
}

table.table_10
{
	margin-left: 30pt;
	border-collapse: collapse;
}

p.Content_indented_14_1
{
	margin-bottom: 6pt;
	page-break-after: avoid;
	font-family: Arial;
	margin-top: 12pt;
	margin-left: 0pt;
}

img.img_680
{
	visibility: visible;
	width: 474px;
	height: 151px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_681
{
	visibility: visible;
	width: 536px;
	height: 312px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_682
{
	visibility: visible;
	mso-wrap-style: square;
	width: 476px;
	height: 481px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_683
{
	visibility: visible;
	mso-wrap-style: square;
	width: 540px;
	height: 368px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_684
{
	visibility: visible;
	mso-wrap-style: square;
	width: 527px;
	height: 268px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_685
{
	visibility: visible;
	mso-wrap-style: square;
	width: 516px;
	height: 263px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_686
{
	visibility: visible;
	mso-wrap-style: square;
	width: 526px;
	height: 330px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_687
{
	visibility: visible;
	mso-wrap-style: square;
	width: 529px;
	height: 312px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_688
{
	visibility: visible;
	mso-wrap-style: square;
	width: 527px;
	height: 332px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_28
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Numbered_2_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: Arial;
}

p.Image_number_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
	font-family: Arial;
}

p.Content_body_28_2
{
	margin-top: 6pt;
	font-family: Arial;
	margin-bottom: 12pt;
}

img.img_689
{
	visibility: visible;
	mso-wrap-style: square;
	width: 612px;
	height: 373px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_690
{
	visibility: visible;
	mso-wrap-style: square;
	width: 524px;
	height: 236px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_691
{
	visibility: visible;
	mso-wrap-style: square;
	width: 611px;
	height: 301px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_692
{
	visibility: visible;
	mso-wrap-style: square;
	width: 612px;
	height: 200px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_number_3_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 36pt;
	text-indent: -18pt;
	text-align: left;
}

img.img_693
{
	visibility: visible;
	mso-wrap-style: square;
	width: 612px;
	height: 266px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_694
{
	visibility: visible;
	mso-wrap-style: square;
	width: 611px;
	height: 331px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.Code_Samples_2
{
	font-size: 10pt;
	font-family: 'Courier New';
	color: #0070C0;
}

p.Content_indented_14_2
{
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
	margin-top: 12pt;
}

span.Code_Samples_3
{
	font-size: 10pt;
	font-family: 'Courier New';
	color: #538135;
}

p.Content_indented_14_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: 'Courier New';
	color: #538135;
}

p.Content_indented_14_4
{
	margin-top: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
	margin-bottom: 12pt;
}

img.img_695
{
	visibility: visible;
	mso-wrap-style: square;
	width: 612px;
	height: 243px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_696
{
	visibility: visible;
	mso-wrap-style: square;
	width: 561px;
	height: 189px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.Code_Samples_4
{
	font-size: 10pt;
	font-family: 'Courier New';
	color: #009999;
}

p.Numbered_1_7
{
	font-family: Arial;
	margin-top: 12pt;
	margin-bottom: 12pt;
	margin-left: 18pt;
}

img.img_697
{
	visibility: visible;
	mso-wrap-style: square;
	width: 541px;
	height: 294px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_698
{
	visibility: visible;
	mso-wrap-style: square;
	width: 546px;
	height: 277px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_699
{
	visibility: visible;
	mso-wrap-style: square;
	width: 465px;
	height: 297px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_700
{
	visibility: visible;
	mso-wrap-style: square;
	width: 546px;
	height: 240px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_701
{
	visibility: visible;
	mso-wrap-style: square;
	width: 546px;
	height: 241px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_702
{
	visibility: visible;
	mso-wrap-style: square;
	width: 534px;
	height: 297px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_703
{
	visibility: visible;
	mso-wrap-style: square;
	width: 568px;
	height: 368px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_704
{
	visibility: visible;
	mso-wrap-style: square;
	width: 517px;
	height: 369px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_705
{
	visibility: visible;
	mso-wrap-style: square;
	width: 509px;
	height: 347px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_706
{
	visibility: visible;
	mso-wrap-style: square;
	width: 550px;
	height: 323px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_707
{
	visibility: visible;
	mso-wrap-style: square;
	width: 566px;
	height: 340px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Note_5
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-top: 12pt;
}

li.Note_7
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 36pt;
	margin-top: 12pt;
}

img.img_708
{
	visibility: visible;
	mso-wrap-style: square;
	width: 611px;
	height: 313px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_709
{
	visibility: visible;
	mso-wrap-style: square;
	width: 612px;
	height: 352px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_710
{
	visibility: visible;
	mso-wrap-style: square;
	width: 590px;
	height: 392px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_711
{
	visibility: visible;
	mso-wrap-style: square;
	width: 611px;
	height: 482px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_81
{
	font-weight: bold;
	background-color: #FFFF00;
}

img.img_712
{
	visibility: visible;
	mso-wrap-style: square;
	width: 612px;
	height: 427px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_713
{
	visibility: visible;
	mso-wrap-style: square;
	width: 611px;
	height: 422px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_714
{
	visibility: visible;
	mso-wrap-style: square;
	width: 611px;
	height: 193px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Configurator Services Programmers Guide.docx" />*/

p.p_97
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_40
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_24
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_20
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_35
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.TOC_Heading
{
	page-break-after: avoid;
	margin-top: 15pt;
	margin-bottom: 15pt;
	text-align: center;
	font-family: 'Arial Black';
	font-weight: bold;
	font-size: 18pt;
}

p.Content_body_29
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_15
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

li.Content_body_29
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

ul.ul_25
{
	padding-left: 0px;
	margin-left: 36pt;
}

col.col_72
{
	width: 120pt;
}

col.col_73
{
	width: 359pt;
}

td.td_36
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #E5E5E5;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

td.td_37
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

tr.tr_28
{
	height: 37pt;
}

tr.tr_29
{
	height: 11pt;
}

p.Table_Body_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	color: #0000FF;
}

tr.tr_30
{
	height: 12pt;
}

table.table_11
{
	margin-left: 0pt;
	border-collapse: collapse;
}

p.Content_body_29_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

span.span_82
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
	background-color: #FFFF00;
}

p.Content_body_29_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-indent: 18pt;
}

col.col_74
{
	width: 144pt;
}

col.col_75
{
	width: 324pt;
}

th.th_9
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

th.th_10
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

td.td_38
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

td.td_39
{
	background-color: #auto;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

p.Content_body_29_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
	background-color: #FFFF00;
}

p.Content_body_29_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 18pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

p.Content_body_29_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 18pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

p.Content_body_29_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-indent: 18pt;
	margin-left: 36pt;
}

p.Content_body_29_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 18pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
	background-color: #FFFF00;
}

p.Content_body_29_8
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-indent: 18pt;
	margin-left: 18pt;
}

p.Content_body_29_9
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 18pt;
	margin-left: 36pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

p.Content_body_29_10
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

p.Content_body_29_11
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 18pt;
	margin-left: 54pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

p.Content_body_29_12
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-indent: 18pt;
	margin-left: 54pt;
}

img.img_715
{
	width: 622px;
	height: 398px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_716
{
	width: 624px;
	height: 198px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_body_29_13
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	background-color: #D3D3D3;
}

span.span_83
{
	font-family: Consolas;
	color: #A31515;
	font-size: 10pt;
}

span.span_84
{
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

span.span_85
{
	font-family: Consolas;
	color: #A31515;
	font-size: 10pt;
	background-color: #FFFF00;
}

span.span_86
{
	font-family: Consolas;
	color: #FF0000;
	font-size: 10pt;
	background-color: #FFFF00;
}

span.span_87
{
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFF00;
}

span.span_88
{
	font-family: Consolas;
	font-style: italic;
	color: #000000;
	font-size: 10pt;
}

p.p_98
{
	margin-bottom: 0pt;
	margin-left: 36pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

span.span_89
{
	font-family: Consolas;
	color: #2B91AF;
	font-size: 10pt;
}

p.p_99
{
	margin-bottom: 0pt;
	text-indent: 36pt;
	margin-left: 36pt;
}

span.span_90
{
	font-family: Consolas;
	color: #2B91AF;
	font-size: 10pt;
	background-color: #FFFF00;
}

p.Code_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

span.span_91
{
	font-family: Consolas;
	font-size: 10pt;
	background-color: #FFFF00;
}

p.Code_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
}

col.col_76
{
	width: 171pt;
}

col.col_77
{
	width: 297pt;
}

td.td_40
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

td.td_41
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

span.span_92
{
	color: #2E74B5;
	text-decoration: underline;
}

p.p_100
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

p.p_101
{
	margin-bottom: 0pt;
	margin-left: 54pt;
}

p.p_102
{
	margin-bottom: 0pt;
	margin-left: 72pt;
}

p.p_103
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

span.span_93
{
	color: #0000FF;
}

p.Code_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	font-size: 10pt;
}

ul.ul_26
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 72pt;
}

h5.Heading5
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 5;
	font-family: 'Calibri Light';
	color: #2E74B5;
	font-weight: normal;
}

p.Bullet_list_3_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 72pt;
	font-family: Arial;
}

p.p_104
{
	margin-top: 3pt;
	margin-bottom: 0pt;
}

col.col_78
{
	width: 175pt;
}

col.col_79
{
	width: 292pt;
}

span.span_94
{
	color: #2E74B5;
}

p.Table_Body_8
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Consolas;
	font-weight: bold;
	color: #0000FF;
	font-size: 10pt;
}

p.Table_Body_9
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
}

span.span_95
{
	font-family: Consolas;
	color: #660066;
	font-size: 10pt;
}

span.span_96
{
	font-family: Consolas;
	color: #2626FF;
	font-size: 10pt;
}

p.p_105
{
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

p.p_106
{
	font-family: Consolas;
	font-size: 10pt;
}

col.col_80
{
	width: 217pt;
}

col.col_81
{
	width: 262pt;
}

p.Table_Body_10
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	color: #505050;
}

p.p_107
{
	font-family: Consolas;
}

p.Content_body_29_14
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
}

li.Content_body_29_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
}

col.col_82
{
	width: 234pt;
}

p.p_108
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFFFF;
}

h5.Heading5_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 5;
	font-family: 'Calibri Light';
	color: #2E74B5;
	font-weight: normal;
	font-style: italic;
}

img.img_717
{
	width: 639px;
	height: 377px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_body_29_15
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	color: #FF0000;
}

p.p_109
{
	margin-bottom: 0pt;
	text-indent: 36pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_110
{
	margin-bottom: 0pt;
	margin-left: 36pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_97
{
	font-family: Consolas;
	color: #800000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_111
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	text-align: justify;
}

p.p_112
{
	margin-bottom: 3pt;
}

span.span_98
{
	font-family: Consolas;
	color: #0000FF;
	letter-spacing: 0pt;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_99
{
	font-family: Consolas;
	color: #A31515;
	letter-spacing: 0pt;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_100
{
	font-family: Consolas;
	color: #FF0000;
	letter-spacing: 0pt;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_101
{
	font-family: Consolas;
	color: #000000;
	letter-spacing: 0pt;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_102
{
	font-family: Consolas;
	color: #FF0000;
	letter-spacing: 0pt;
	font-size: 10pt;
}

span.span_103
{
	font-family: Consolas;
	color: #0000FF;
	letter-spacing: 0pt;
	font-size: 10pt;
}

p.p_113
{
	margin-bottom: 0pt;
	margin-left: 43pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_114
{
	margin-bottom: 0pt;
	margin-left: 43pt;
}

span.Hyperlink_3
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: none;
}

ul.ul_27
{
	padding-left: 0px;
}

p.Content_body_29_16
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 17pt;
}

p.Note_6
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}

li.Note_8
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 36pt;
	font-weight: bold;
	font-size: 12pt;
}

p.p_115
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: center;
}

span.span_104
{
	font-weight: bold;
	color: #538135;
}

span.span_105
{
	font-weight: bold;
	color: #538135;
	text-decoration: underline;
}

div.div_16
{
	margin-left: 0;
	margin-top: 0;
	width: 333pt;
	height: 42.4pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	v-text-anchor: top;
}

p.Content_body_29_17
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-indent: 14pt;
}

p.p_116
{
	margin-bottom: 0pt;
	margin-left: 17pt;
	text-align: justify;
}

p.p_117
{
	margin-bottom: 0pt;
	text-align: justify;
	font-weight: bold;
}

p.p_118
{
	margin-bottom: 0pt;
	margin-left: 17pt;
}

p.p_119
{
	font-weight: bold;
	color: #538135;
}

div.div_17
{
	left: -1152;
	top: 7022;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 471pt;
	height: 349pt;
}

p.p_120
{
	margin-bottom: 0pt;
	margin-left: 50pt;
}

div.div_18
{
	left: 1828;
	top: 512;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 571pt;
	height: 143pt;
}

p.p_121
{
	margin-bottom: 0pt;
	margin-left: 50pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_122
{
	margin-bottom: 0pt;
	margin-left: 50pt;
	font-family: Consolas;
	color: #800000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_123
{
	margin-bottom: 0pt;
	margin-left: 43pt;
	font-family: Consolas;
	color: #800000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.Content_body_29_18
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 13pt;
}

p.p_124
{
	margin-bottom: 0pt;
	text-indent: 28pt;
	text-align: justify;
}

p.Content_indented_15_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
	font-size: 12pt;
}

p.p_125
{
	margin-bottom: 0pt;
	text-indent: 36pt;
}

span.span_106
{
	font-family: Consolas;
	color: #008000;
	font-size: 10pt;
}

p.p_126
{
	margin-bottom: 3pt;
	margin-left: 0pt;
	text-indent: 1pt;
	margin-right: 1pt;
}

p.p_127
{
	margin-bottom: 1pt;
	margin-left: 0pt;
	text-indent: 1pt;
	margin-right: 1pt;
}

span.span_107
{
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_108
{
	color: #A31515;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_128
{
	margin-bottom: 3pt;
	margin-left: 0pt;
	text-indent: 1pt;
	margin-right: 42pt;
}

p.p_129
{
	margin-bottom: 1pt;
	margin-left: 0pt;
	text-indent: 1pt;
	margin-right: 323pt;
}

p.p_130
{
	margin-bottom: 2pt;
	margin-left: 0pt;
	text-indent: 1pt;
	margin-right: 42pt;
}

p.p_131
{
	margin-bottom: 1pt;
	margin-left: 13pt;
	text-indent: -1pt;
}

p.p_132
{
	margin-bottom: 2pt;
	margin-left: 13pt;
	text-indent: -1pt;
	margin-right: 360pt;
}

p.p_133
{
	margin-bottom: 2pt;
	text-indent: 7pt;
	margin-left: 0pt;
	margin-right: 360pt;
}

p.p_134
{
	margin-bottom: 2pt;
	margin-left: 0pt;
	text-indent: 1pt;
	margin-right: 323pt;
}

col.col_83
{
	width: 160pt;
}

col.col_84
{
	width: 159pt;
}

td.td_42
{
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

p.p_135
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
}

p.p_136
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	text-indent: 18pt;
	margin-left: 18pt;
}

col.col_85
{
	width: 244pt;
}

col.col_86
{
	width: 224pt;
}

p.p_137
{
	text-align: justify;
	font-style: italic;
	text-decoration: underline;
}

p.p_138
{
	text-align: justify;
}

p.p_139
{
	font-weight: bold;
	color: #2E74B5;
}

div.div_19
{
	left: 4053;
	top: 30;
	rotation: 2;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1086pt;
	height: 135pt;
}

p.p_140
{
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_141
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

td.td_43
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

span.span_109
{
	font-style: italic;
	text-decoration: underline;
}

p.p_142
{
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFFFF;
}

td.td_44
{
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: none;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

tr.tr_31
{
	height: 85pt;
}

div.div_20
{
	left: 0;
	text-align: left;
	margin-left: 82.8pt;
	margin-top: 10.6pt;
	width: 174pt;
	height: 21.2pt;
	rotation: 2;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-width-relative: margin;
	v-text-anchor: top;
}

div.div_21
{
	left: 8891;
	top: -6;
	rotation: -1;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1542pt;
	height: 135pt;
}

div.div_22
{
	left: 7792;
	rotation: -6;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1091pt;
	height: 135pt;
}

td.td_45
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

td.td_46
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: none;
	border-right-style: none;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

col.col_87
{
	width: 103pt;
}

col.col_88
{
	width: 376pt;
}

p.p_143
{
	text-align: center;
	font-weight: bold;
}

td.td_47
{
	background-color: #D9D9D9;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

p.p_144
{
	margin-left: 0pt;
}

p.p_145
{
	margin-left: 0pt;
	text-align: justify;
}

p.p_146
{
	margin-bottom: 0pt;
	margin-left: 72pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

col.col_89
{
	width: 360pt;
}

th.th_11
{
	background-color: #D9D9D9;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

p.Table_Header_5
{
	margin-left: 14pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	background-color: #FFFFFF;
}

p.Table_Body_11
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.Table_Body_12
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

col.col_90
{
	width: 250pt;
}

col.col_91
{
	width: 229pt;
}

div.div_23
{
	left: 8390;
	top: 30;
	rotation: 2;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1627pt;
	height: 135pt;
}

p.Table_Header_6
{
	margin-left: 14pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-weight: bold;
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

td.td_48
{
	vertical-align: middle;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

col.col_92
{
	width: 134pt;
}

p.p_147
{
	margin-bottom: 0pt;
	text-indent: 21pt;
}

p.Content_body_29_19
{
	margin-top: 6pt;
	font-family: Arial;
	margin-bottom: 8pt;
}

p.Content_body_29_20
{
	margin-bottom: 6pt;
	font-family: Arial;
	margin-top: 0pt;
}

p.p_148
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #8B008B;
	font-size: 10pt;
}

span.span_110
{
	font-family: Consolas;
	color: #8B008B;
	font-size: 10pt;
}

p.Content_body_29_21
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #8B008B;
	font-size: 10pt;
}

p.Content_body_29_22
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	color: #8B008B;
	font-size: 10pt;
}

p.p_149
{
	margin-bottom: 6pt;
}

col.col_93
{
	width: 119pt;
}

col.col_94
{
	width: 267pt;
}

td.td_49
{
	background-color: #D9D9D9;
	vertical-align: middle;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

td.td_50
{
	padding-top: 9pt;
	padding-bottom: 9pt;
	vertical-align: middle;
	padding-left: 5pt;
	padding-right: 6pt;
}

p.Table_Body_13
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	color: #2E74B5;
}

td.td_51
{
	padding-top: 9pt;
	padding-bottom: 9pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

p.Table_Body_14
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	color: #385623;
}

col.col_95
{
	width: 282pt;
}

p.p_150
{
	margin-bottom: 3pt;
	font-weight: bold;
	font-style: italic;
}

col.col_96
{
	width: 82pt;
}

col.col_97
{
	width: 300pt;
}

col.col_98
{
	width: 290pt;
}

p.Content_body_29_23
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #0070C0;
}

p.p_151
{
	margin-bottom: 6pt;
	font-weight: bold;
	font-style: italic;
}

col.col_99
{
	width: 275pt;
}

col.col_100
{
	width: 274pt;
}

col.col_101
{
	width: 109pt;
}

col.col_102
{
	width: 272pt;
}

col.col_103
{
	width: 271pt;
}

col.col_104
{
	width: 273pt;
}

col.col_105
{
	width: 269pt;
}

col.col_106
{
	width: 105pt;
}

col.col_107
{
	width: 265pt;
}

th.th_12
{
	background-color: #D9D9D9;
	vertical-align: middle;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

th.th_13
{
	background-color: #E7E6E6;
	vertical-align: middle;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

th.th_14
{
	background-color: #E7E6E6;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

table.table_12
{
	margin-left: 4pt;
	border-collapse: collapse;
}

p.Table_Body_15
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

td.td_52
{
	background-color: #E7E6E6;
	padding-top: 9pt;
	padding-bottom: 9pt;
	vertical-align: middle;
	padding-left: 5pt;
	padding-right: 6pt;
}

td.td_53
{
	background-color: #E7E6E6;
	padding-top: 9pt;
	padding-bottom: 9pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

span.span_111
{
	color: #385623;
}

col.col_108
{
	width: 104pt;
}

td.td_54
{
	background-color: #E7E6E6;
	vertical-align: middle;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

td.td_55
{
	background-color: #E7E6E6;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

col.col_109
{
	width: 291pt;
}

col.col_110
{
	width: 268pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Configuring Internationalization.docx" />*/

p.p_152
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_41
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_28
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_21
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_56
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_12
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_30
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_16
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Content_indentend_2_4
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: 'Courier New';
}

img.img_718
{
	visibility: visible;
	mso-wrap-style: square;
	width: 163px;
	height: 86px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_719
{
	visibility: visible;
	mso-wrap-style: square;
	width: 244px;
	height: 212px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_720
{
	visibility: visible;
	mso-wrap-style: square;
	width: 38px;
	height: 34px;
}

img.img_721
{
	visibility: visible;
	mso-wrap-style: square;
	width: 137px;
	height: 345px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_722
{
	visibility: visible;
	mso-wrap-style: square;
	width: 413px;
	height: 62px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_723
{
	visibility: visible;
	mso-wrap-style: square;
	width: 165px;
	height: 88px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_724
{
	visibility: visible;
	mso-wrap-style: square;
	width: 538px;
	height: 316px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_725
{
	visibility: visible;
	mso-wrap-style: square;
	width: 78px;
	height: 39px;
}

col.col_111
{
	width: 168pt;
}

img.img_726
{
	visibility: visible;
	mso-wrap-style: square;
	width: 152px;
	height: 258px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Table_Body_16
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 0pt;
}

img.img_727
{
	visibility: visible;
	mso-wrap-style: square;
	width: 204px;
	height: 309px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_number_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
	font-family: Arial;
}

p.Procedure_Title_12_1
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
}

img.img_728
{
	visibility: visible;
	mso-wrap-style: square;
	width: 176px;
	height: 92px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_729
{
	visibility: visible;
	mso-wrap-style: square;
	width: 399px;
	height: 254px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_number_4_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
	font-family: Arial;
	text-align: left;
}

span.span_112
{
	color: #0070C0;
}

img.img_730
{
	visibility: visible;
	mso-wrap-style: square;
	width: 73px;
	height: 33px;
}

img.img_731
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 255px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_732
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 372px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_112
{
	width: 228pt;
}

img.img_733
{
	visibility: visible;
	mso-wrap-style: square;
	width: 273px;
	height: 308px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Table_Title_5
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_5
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

col.col_113
{
	width: 114pt;
}

col.col_114
{
	width: 85pt;
}

col.col_115
{
	width: 133pt;
}

p.p_153
{
	color: #000000;
	font-size: 8pt;
}

td.td_57
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #66FFFF;
}

span.span_113
{
	color: #000000;
	font-size: 8pt;
}

tr.tr_32
{
	height: 3pt;
}

td.td_58
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #66FFFF;
}

tr.tr_33
{
	height: 46pt;
}

p.Code_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	text-indent: 18pt;
}

p.Code_8
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	text-indent: 18pt;
	margin-left: 18pt;
}

ol.ol_42
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: -1pt;
	background-color: #CCCCCC;
}

p.Note_7
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: 'Courier New';
}

li.Note_9
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	margin-left: 36pt;
	font-family: 'Courier New';
}

li.Content_body_30
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_734
{
	visibility: visible;
	mso-wrap-style: square;
	width: 304px;
	height: 277px;
}

img.img_735
{
	visibility: visible;
	mso-wrap-style: square;
	width: 304px;
	height: 278px;
}

img.img_736
{
	visibility: visible;
	mso-wrap-style: square;
	width: 231px;
	height: 250px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_737
{
	visibility: visible;
	mso-wrap-style: square;
	width: 316px;
	height: 200px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_738
{
	visibility: visible;
	mso-wrap-style: square;
	width: 322px;
	height: 205px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_739
{
	visibility: visible;
	mso-wrap-style: square;
	width: 327px;
	height: 211px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_740
{
	visibility: visible;
	mso-wrap-style: square;
	width: 182px;
	height: 320px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_741
{
	visibility: visible;
	mso-wrap-style: square;
	width: 363px;
	height: 138px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_742
{
	visibility: visible;
	mso-wrap-style: square;
	width: 349px;
	height: 95px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_743
{
	visibility: visible;
	mso-wrap-style: square;
	width: 307px;
	height: 116px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_744
{
	visibility: visible;
	mso-wrap-style: square;
	width: 425px;
	height: 339px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_745
{
	visibility: visible;
	mso-wrap-style: square;
	width: 341px;
	height: 362px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_746
{
	visibility: visible;
	mso-wrap-style: square;
	width: 450px;
	height: 218px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_747
{
	visibility: visible;
	mso-wrap-style: square;
	width: 464px;
	height: 118px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_1_8
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 36pt;
	text-align: center;
}

img.img_748
{
	visibility: visible;
	mso-wrap-style: square;
	width: 351px;
	height: 127px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_749
{
	visibility: visible;
	mso-wrap-style: square;
	width: 542px;
	height: 398px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_750
{
	visibility: visible;
	mso-wrap-style: square;
	width: 238px;
	height: 540px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_751
{
	visibility: visible;
	mso-wrap-style: square;
	width: 622px;
	height: 348px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_752
{
	visibility: visible;
	mso-wrap-style: square;
	width: 234px;
	height: 288px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_753
{
	visibility: visible;
	mso-wrap-style: square;
	width: 261px;
	height: 150px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Configuring Vault Replication.docx" />*/

p.p_154
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_43
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_29
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_22
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_59
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_13
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_31
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_17
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

span.span_114
{
	color: #0070C0;
	text-decoration: underline;
}

span.Content_indentend_2Char
{
	font-size: 10pt;
}

img.img_754
{
	visibility: visible;
	mso-wrap-style: square;
	width: 67px;
	height: 34px;
}

img.img_755
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 402px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_756
{
	visibility: visible;
	mso-wrap-style: square;
	width: 519px;
	height: 611px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_757
{
	left: 0;
	text-align: left;
	z-index: -3;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	margin-left: 0;
	width: 624px;
	height: 701px;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Content Modeling Framework Guide.docx" />*/

p.p_155
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_44
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_30
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_23
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_60
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Content_body_32
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_18
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

ol.ol_45
{
	padding-left: 0px;
	margin-left: 216pt;
}

img.img_758
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 284px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_759
{
	visibility: visible;
	mso-wrap-style: square;
	width: 77px;
	height: 34px;
}

img.img_760
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 281px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_761
{
	visibility: visible;
	mso-wrap-style: square;
	width: 34px;
	height: 34px;
}

img.img_762
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 231px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_763
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 283px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_764
{
	visibility: visible;
	mso-wrap-style: square;
	width: 25px;
	height: 23px;
}

img.img_765
{
	visibility: visible;
	mso-wrap-style: square;
	width: 49px;
	height: 25px;
}

img.img_766
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 266px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_767
{
	visibility: visible;
	mso-wrap-style: square;
	width: 333px;
	height: 131px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_768
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 446px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_769
{
	visibility: visible;
	mso-wrap-style: square;
	width: 76px;
	height: 34px;
}

img.img_770
{
	visibility: visible;
	mso-wrap-style: square;
	width: 75px;
	height: 39px;
}

img.img_771
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 450px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Table_Title_6
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_6
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Body
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
}

img.img_772
{
	visibility: visible;
	mso-wrap-style: square;
	width: 298px;
	height: 118px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_773
{
	visibility: visible;
	mso-wrap-style: square;
	width: 531px;
	height: 250px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_774
{
	visibility: visible;
	width: 624px;
	height: 327px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_775
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 260px;
}

p.Image_7
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	text-indent: 18pt;
}

img.img_776
{
	visibility: visible;
	mso-wrap-style: square;
	width: 25px;
	height: 26px;
}

col.col_116
{
	width: 115pt;
}

col.col_117
{
	width: 364pt;
}

td.td_61
{
	background-color: #D9D9D9;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

img.img_777
{
	visibility: visible;
	mso-wrap-style: square;
	width: 566px;
	height: 267px;
}

col.col_118
{
	width: 152pt;
}

td.td_62
{
	background-color: #D9D9D9;
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_63
{
	background-color: #D9D9D9;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

img.img_778
{
	visibility: visible;
	mso-wrap-style: square;
	width: 501px;
	height: 176px;
}

img.img_779
{
	visibility: visible;
	mso-wrap-style: square;
	width: 497px;
	height: 265px;
}

img.img_780
{
	visibility: visible;
	mso-wrap-style: square;
	width: 501px;
	height: 317px;
}

img.img_781
{
	visibility: visible;
	mso-wrap-style: square;
	width: 459px;
	height: 379px;
}

img.img_782
{
	visibility: visible;
	mso-wrap-style: square;
	width: 501px;
	height: 246px;
}

img.img_783
{
	visibility: visible;
	mso-wrap-style: square;
	width: 314px;
	height: 123px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_784
{
	visibility: visible;
	mso-wrap-style: square;
	width: 485px;
	height: 215px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_785
{
	visibility: visible;
	mso-wrap-style: square;
	width: 32px;
	height: 35px;
}

img.img_786
{
	visibility: visible;
	mso-wrap-style: square;
	width: 116px;
	height: 284px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_787
{
	visibility: visible;
	mso-wrap-style: square;
	width: 353px;
	height: 188px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_2_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: Arial;
}

span.Hyperlink_4
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: underline;
	font-family: Arial;
}

span.span_115
{
	font-family: 'Courier New';
	background-color: #FFFFFF;
}

img.img_788
{
	visibility: visible;
	mso-wrap-style: square;
	width: 471px;
	height: 539px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_789
{
	visibility: visible;
	mso-wrap-style: square;
	width: 572px;
	height: 309px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_116
{
	font-size: 11pt;
}

span.span_117
{
	font-family: Calibri;
	color: #000000;
	font-size: 11pt;
}

p.p_156
{
	margin-top: 5pt;
}

p.p_157
{
	font-family: Calibri;
	color: #000000;
	font-size: 11pt;
}

td.td_64
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: middle;
}

td.td_65
{
	border-top-style: none;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

td.td_66
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: middle;
}

td.td_67
{
	border-top-style: none;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: middle;
	border-bottom-style: none;
}

td.td_68
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: middle;
}

p.Code_9
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
}

p.p_158
{
	font-weight: bold;
	font-size: 11pt;
}

span.span_118
{
	color: #0000FF;
	background-color: #FFFFFF;
}

p.Code_10
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	background-color: #FFFFFF;
}

span.span_119
{
	color: #538135;
	background-color: #FFFFFF;
}

span.span_120
{
	color: #538135;
}

span.span_121
{
	color: #A31515;
	background-color: #FFFFFF;
}

span.span_122
{
	color: #008000;
	background-color: #FFFFFF;
}

span.span_123
{
	font-family: Consolas;
	color: #000000;
	font-size: 8pt;
	background-color: #FFFFFF;
}

span.span_124
{
	color: #000000;
	background-color: #FFFFFF;
}

p.Code_11
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	color: #538135;
	background-color: #FFFFFF;
}

span.span_125
{
	color: #FF0000;
	background-color: #FFFFFF;
}

p.Code_12
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	color: #000000;
	background-color: #FFFFFF;
}

p.Code_13
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	color: #000000;
}

p.Content_body_32_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	background-color: #FFFFFF;
}

span.span_126
{
	color: #A31515;
}

p.Code_14
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	color: #008000;
	background-color: #FFFFFF;
}

h3.h3_2
{
	font-family: Consolas;
	color: #000000;
}

col.col_119
{
	width: 251pt;
}

p.p_159
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-weight: bold;
}

td.td_69
{
	background-color: #auto;
}

col.col_120
{
	width: 56pt;
}

col.col_121
{
	width: 78pt;
}

col.col_122
{
	width: 106pt;
}

span.span_127
{
	font-family: Consolas;
	color: #000000;
	font-size: 9pt;
	background-color: #FFFFFF;
}

img.img_790
{
	left: 0;
	text-align: left;
	z-index: 5;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	margin-left: 254.25pt;
	width: 305px;
	height: 159px;
}

img.img_791
{
	left: 0;
	text-align: left;
	z-index: -2;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: left;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	margin-left: 0;
	width: 313px;
	height: 163px;
}

p.Code_15
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	color: #538135;
}

p.p_160
{
	background-color: #D3D3D3;
}

img.img_792
{
	visibility: visible;
	mso-wrap-style: square;
	width: 280px;
	height: 105px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_793
{
	visibility: visible;
	mso-wrap-style: square;
	width: 590px;
	height: 281px;
}

img.img_794
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 266px;
}

img.img_795
{
	visibility: visible;
	mso-wrap-style: square;
	width: 353px;
	height: 175px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_796
{
	visibility: visible;
	mso-wrap-style: square;
	width: 615px;
	height: 252px;
}

img.img_797
{
	visibility: visible;
	mso-wrap-style: square;
	width: 617px;
	height: 335px;
}

img.img_798
{
	visibility: visible;
	mso-wrap-style: square;
	width: 582px;
	height: 294px;
}

img.img_799
{
	visibility: visible;
	mso-wrap-style: square;
	width: 582px;
	height: 285px;
}

img.img_800
{
	visibility: visible;
	mso-wrap-style: square;
	width: 486px;
	height: 397px;
}

img.img_801
{
	visibility: visible;
	mso-wrap-style: square;
	width: 369px;
	height: 330px;
}

img.img_802
{
	visibility: visible;
	mso-wrap-style: square;
	width: 438px;
	height: 355px;
}

img.img_803
{
	visibility: visible;
	mso-wrap-style: square;
	width: 398px;
	height: 301px;
}

img.img_804
{
	visibility: visible;
	mso-wrap-style: square;
	width: 616px;
	height: 229px;
}

p.Image_8
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	margin-left: 0pt;
}

img.img_805
{
	visibility: visible;
	mso-wrap-style: square;
	width: 37px;
	height: 33px;
}

img.img_806
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 237px;
}

img.img_807
{
	visibility: visible;
	mso-wrap-style: square;
	width: 24px;
	height: 22px;
}

img.img_808
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 423px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_809
{
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 21px;
}

img.img_810
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 248px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_811
{
	visibility: visible;
	mso-wrap-style: square;
	width: 405px;
	height: 326px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_812
{
	visibility: visible;
	mso-wrap-style: square;
	width: 461px;
	height: 330px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_813
{
	visibility: visible;
	mso-wrap-style: square;
	width: 421px;
	height: 305px;
}

img.img_814
{
	visibility: visible;
	mso-wrap-style: square;
	width: 417px;
	height: 215px;
}

img.img_815
{
	visibility: visible;
	mso-wrap-style: square;
	width: 254px;
	height: 100px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_816
{
	visibility: visible;
	mso-wrap-style: square;
	width: 401px;
	height: 128px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_817
{
	visibility: visible;
	mso-wrap-style: square;
	width: 19px;
	height: 26px;
}

img.img_818
{
	visibility: visible;
	mso-wrap-style: square;
	width: 36px;
	height: 37px;
}

img.img_819
{
	visibility: visible;
	mso-wrap-style: square;
	width: 595px;
	height: 237px;
}

img.img_820
{
	visibility: visible;
	mso-wrap-style: square;
	width: 29px;
	height: 22px;
}

img.img_821
{
	visibility: visible;
	mso-wrap-style: square;
	width: 618px;
	height: 129px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Conversion Server Setup Guide.docx" />*/

p.p_161
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_46
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_31
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_24
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_70
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Bullet_list_3_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 72pt;
	font-family: Arial;
}

p.Procedure_Title_14
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Bullet_list_3_2_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 72pt;
	font-family: 'Arial Black';
	font-size: 18pt;
}

p.Content_body_33
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_19
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.p_162
{
	margin-left: 36pt;
	font-weight: bold;
}

img.img_822
{
	visibility: visible;
	mso-wrap-style: square;
	width: 398px;
	height: 303px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_823
{
	visibility: visible;
	mso-wrap-style: square;
	width: 387px;
	height: 295px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_824
{
	visibility: visible;
	mso-wrap-style: square;
	width: 407px;
	height: 310px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_825
{
	visibility: visible;
	mso-wrap-style: square;
	width: 386px;
	height: 294px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_826
{
	visibility: visible;
	mso-wrap-style: square;
	width: 379px;
	height: 289px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_827
{
	visibility: visible;
	mso-wrap-style: square;
	width: 390px;
	height: 297px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_828
{
	visibility: visible;
	mso-wrap-style: square;
	width: 397px;
	height: 302px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_829
{
	visibility: visible;
	mso-wrap-style: square;
	width: 384px;
	height: 293px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_830
{
	visibility: visible;
	mso-wrap-style: square;
	width: 373px;
	height: 284px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_indented_19
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Warning_Indented
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
}

li.Warning_Indented
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
}

p.Content_indented_3_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
	font-family: 'Courier New';
}

li.Warning_Indented_1
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	margin-left: 90pt;
	color: #FF0000;
}

ol.ol_47
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-left: 36pt;
}

p.Content_indented_19_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 54pt;
	font-family: 'Courier New';
}

span.Code_Red_text_3
{
	color: #FF0000;
	font-size: 10pt;
	font-family: 'Courier New';
	background-color: #FFFF00;
}

p.Content_indented_19_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 54pt;
}

p.Content_indentend_2_5
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Arial;
	text-indent: 18pt;
}

p.Content_indented_19_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
	font-weight: normal;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Data Synchronization Services Programmer's Guide.docx" />*/

p.p_163
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_48
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_32
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_25
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_71
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_15
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.p_164
{
	font-weight: bold;
	font-size: 20pt;
}

p.Content_body_34
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_20
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Table_Title_7
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_7
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

col.col_123
{
	width: 335pt;
}

th.th_15
{
	background-color: #E5E5E5;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

th.th_16
{
	background-color: #E5E5E5;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
}

td.td_72
{
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

td.td_73
{
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
}

span.span_128
{
	color: #262626;
}

img.img_831
{
	visibility: visible;
	mso-wrap-style: square;
	width: 407px;
	height: 142px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_832
{
	visibility: visible;
	mso-wrap-style: square;
	width: 569px;
	height: 267px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_129
{
	font-family: Consolas;
	font-size: 9pt;
}

span.span_130
{
	font-style: italic;
	color: #FF0000;
}

img.img_833
{
	visibility: visible;
	mso-wrap-style: square;
	width: 621px;
	height: 497px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_834
{
	visibility: visible;
	mso-wrap-style: square;
	width: 520px;
	height: 643px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_835
{
	visibility: visible;
	mso-wrap-style: square;
	width: 627px;
	height: 417px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_131
{
	font-family: Consolas;
	color: #800080;
	font-size: 9pt;
}

span.span_132
{
	font-family: Consolas;
	color: #FF0000;
	font-size: 9pt;
}

span.span_133
{
	font-family: Consolas;
	font-weight: bold;
	color: #0000FF;
	font-size: 9pt;
	background-color: #FFFF00;
}

span.span_134
{
	font-family: Consolas;
	font-weight: bold;
	color: #0000FF;
	font-size: 9pt;
}

p.p_165
{
	font-family: Consolas;
	color: #800080;
	font-size: 9pt;
}

span.span_135
{
	font-family: Consolas;
	color: #008000;
	font-size: 9pt;
}

p.p_166
{
	font-family: Consolas;
	color: #008000;
	font-size: 9pt;
}

col.col_124
{
	width: 212pt;
}

p.Table_Header_7
{
	margin-left: 14pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
}

th.th_17
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #999999;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #999999;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #999999;
	background-color: #D9D9D9;
}

p.Table_Header_8
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	margin-left: 0pt;
}

td.td_74
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #999999;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #999999;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #999999;
}

col.col_125
{
	width: 74pt;
}

col.col_126
{
	width: 203pt;
}

td.td_75
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #999999;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #999999;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #999999;
	background-color: #D9D9D9;
}

ul.ul_33
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 51pt;
}

ul.ul_34
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 50pt;
}

col.col_127
{
	width: 1pt;
}

col.col_128
{
	width: 73pt;
}

td.td_76
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #999999;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #999999;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #999999;
	vertical-align: middle;
}

col.col_129
{
	width: 177pt;
}

span.span_136
{
	color: #800080;
}

col.col_130
{
	width: 239pt;
}

p.p_167
{
	margin-bottom: 0pt;
	font-weight: bold;
}

td.td_77
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #F2F2F2;
}

td.td_78
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Domain Access Control Guide.docx" />*/

p.p_168
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_49
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_35
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_26
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_79
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Content_body_35
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_21
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_836
{
	visibility: visible;
	mso-wrap-style: square;
	width: 295px;
	height: 105px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_837
{
	visibility: visible;
	mso-wrap-style: square;
	width: 369px;
	height: 163px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Table_Title_8
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_8
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

img.img_838
{
	visibility: visible;
	mso-wrap-style: square;
	width: 581px;
	height: 244px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_131
{
	width: 295pt;
}

col.col_132
{
	width: 80pt;
}

img.img_839
{
	visibility: visible;
	mso-wrap-style: square;
	width: 597px;
	height: 285px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_133
{
	width: 136pt;
}

col.col_134
{
	width: 125pt;
}

img.img_840
{
	visibility: visible;
	mso-wrap-style: square;
	width: 555px;
	height: 129px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_841
{
	visibility: visible;
	mso-wrap-style: square;
	width: 517px;
	height: 157px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_842
{
	visibility: visible;
	mso-wrap-style: square;
	width: 560px;
	height: 215px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_843
{
	visibility: visible;
	mso-wrap-style: square;
	width: 464px;
	height: 173px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_844
{
	visibility: visible;
	mso-wrap-style: square;
	width: 426px;
	height: 220px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_845
{
	visibility: visible;
	mso-wrap-style: square;
	width: 478px;
	height: 242px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_846
{
	visibility: visible;
	mso-wrap-style: square;
	width: 559px;
	height: 131px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_body_35_1
{
	font-family: Arial;
	margin-top: 12pt;
	margin-bottom: 12pt;
}

img.img_847
{
	visibility: visible;
	mso-wrap-style: square;
	width: 651px;
	height: 83px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_848
{
	visibility: visible;
	mso-wrap-style: square;
	width: 456px;
	height: 173px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_849
{
	visibility: visible;
	mso-wrap-style: square;
	width: 490px;
	height: 512px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_850
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 277px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.NormalWeb
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Tahoma;
	font-size: 12pt;
}

img.img_851
{
	visibility: visible;
	mso-wrap-style: square;
	width: 387px;
	height: 129px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_852
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 406px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_853
{
	visibility: visible;
	mso-wrap-style: square;
	width: 36px;
	height: 31px;
}

img.img_854
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 432px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_855
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 405px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_856
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 425px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_857
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 225px;
}

img.img_858
{
	visibility: visible;
	mso-wrap-style: square;
	width: 469px;
	height: 169px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_859
{
	visibility: visible;
	mso-wrap-style: square;
	width: 423px;
	height: 296px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_860
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 418px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_861
{
	visibility: visible;
	mso-wrap-style: square;
	width: 40px;
	height: 46px;
}

img.img_862
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 471px;
}

p.Image_9
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
}

p.NormalWeb_3
{
	font-family: Tahoma;
	font-size: 12pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: justify;
}

p.NormalWeb_4
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: Arial;
	font-style: italic;
	font-size: 10pt;
}

span.span_137
{
	font-family: Arial;
	font-style: italic;
	font-size: 10pt;
}

span.span_138
{
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
}

p.NormalWeb_5
{
	font-family: Tahoma;
	font-size: 12pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

p.NormalWeb_6
{
	margin-top: 5pt;
	margin-bottom: 0pt;
	text-align: justify;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}

span.span_139
{
	font-family: Arial;
	font-size: 10pt;
}

span.span_140
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
}

p.NormalWeb_7
{
	margin-top: 5pt;
	font-family: Tahoma;
	font-size: 12pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
	text-align: justify;
}

img.img_863
{
	visibility: visible;
	mso-wrap-style: square;
	width: 510px;
	height: 178px;
}

p.NormalWeb_8
{
	margin-top: 5pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
	text-align: justify;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}

p.NormalWeb_9
{
	margin-top: 5pt;
	margin-bottom: 0pt;
	text-align: justify;
	font-family: Arial;
	font-size: 10pt;
}

li.NormalWeb_1
{
	margin-top: 5pt;
	margin-bottom: 0pt;
	text-align: justify;
	font-family: Arial;
	font-size: 10pt;
}

img.img_864
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 340px;
}

p.Image_10
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	font-size: 11pt;
}

img.img_865
{
	width: 424px;
	height: 120px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_866
{
	visibility: visible;
	mso-wrap-style: square;
	width: 221px;
	height: 129px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_867
{
	visibility: visible;
	mso-wrap-style: square;
	width: 433px;
	height: 288px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_868
{
	visibility: visible;
	mso-wrap-style: square;
	width: 36px;
	height: 34px;
}

img.img_869
{
	visibility: visible;
	mso-wrap-style: square;
	width: 478px;
	height: 353px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_870
{
	visibility: visible;
	mso-wrap-style: square;
	width: 74px;
	height: 33px;
}

img.img_871
{
	visibility: visible;
	mso-wrap-style: square;
	width: 177px;
	height: 96px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_872
{
	visibility: visible;
	mso-wrap-style: square;
	width: 403px;
	height: 293px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_873
{
	visibility: visible;
	mso-wrap-style: square;
	width: 405px;
	height: 291px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_874
{
	visibility: visible;
	mso-wrap-style: square;
	width: 32px;
	height: 19px;
}

img.img_875
{
	visibility: visible;
	mso-wrap-style: square;
	width: 420px;
	height: 274px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_876
{
	visibility: visible;
	mso-wrap-style: square;
	width: 25px;
	height: 29px;
}

img.img_877
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 79px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_878
{
	visibility: visible;
	mso-wrap-style: square;
	width: 34px;
	height: 30px;
}

img.img_879
{
	visibility: visible;
	mso-wrap-style: square;
	width: 349px;
	height: 299px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_880
{
	visibility: visible;
	mso-wrap-style: square;
	width: 225px;
	height: 119px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_881
{
	visibility: visible;
	mso-wrap-style: square;
	width: 474px;
	height: 481px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_882
{
	visibility: visible;
	mso-wrap-style: square;
	width: 512px;
	height: 385px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_883
{
	visibility: visible;
	mso-wrap-style: square;
	width: 229px;
	height: 119px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_884
{
	visibility: visible;
	mso-wrap-style: square;
	width: 493px;
	height: 196px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_885
{
	visibility: visible;
	mso-wrap-style: square;
	width: 583px;
	height: 345px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_886
{
	visibility: visible;
	mso-wrap-style: square;
	width: 479px;
	height: 322px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_887
{
	visibility: visible;
	mso-wrap-style: square;
	width: 472px;
	height: 320px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_888
{
	visibility: visible;
	mso-wrap-style: square;
	width: 466px;
	height: 349px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_889
{
	visibility: visible;
	mso-wrap-style: square;
	width: 310px;
	height: 247px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_890
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 502px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_891
{
	visibility: visible;
	mso-wrap-style: square;
	width: 561px;
	height: 296px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_892
{
	visibility: visible;
	mso-wrap-style: square;
	width: 23px;
	height: 21px;
}

img.img_893
{
	visibility: visible;
	mso-wrap-style: square;
	width: 605px;
	height: 277px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_35
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_894
{
	visibility: visible;
	mso-wrap-style: square;
	width: 508px;
	height: 448px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Table_Title_8_1
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
	margin-left: 18pt;
}

img.img_895
{
	visibility: visible;
	mso-wrap-style: square;
	width: 571px;
	height: 177px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_896
{
	visibility: visible;
	mso-wrap-style: square;
	width: 587px;
	height: 152px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Effectivity Services Programmers Guide.docx" />*/

p.p_169
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_50
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_36
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_27
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_80
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

div.div_24
{
	margin-left: 0;
	margin-top: 242.85pt;
	width: 471.55pt;
	height: 91.5pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-height-percent: 0;
	mso-height-relative: margin;
	v-text-anchor: top;
}

div.div_25
{
	margin-top: 212.1pt;
	width: 471.55pt;
	height: 107.25pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-height-percent: 0;
	mso-height-relative: margin;
	v-text-anchor: bottom;
	margin-left: 0pt;
}

p.Content_body_36
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_22
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.p_170
{
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
}

p.NormalWeb_10
{
	font-family: Tahoma;
	font-size: 12pt;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: center;
}

div.div_26
{
	margin-left: 0;
	margin-top: 0;
	width: 412.4pt;
	height: 247.45pt;
	rotation: -45;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: top;
}

p.Table_Body_17
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-style: italic;
	color: #000000;
	letter-spacing: 0pt;
}

p.Note_8
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-bottom: 0pt;
}

li.Note_10
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 36pt;
	margin-bottom: 0pt;
}

p.Table_Title_9
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_9
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

col.col_135
{
	width: 112pt;
}

col.col_136
{
	width: 355pt;
}

td.td_81
{
	background-color: #E5E5E5;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

td.td_82
{
	background-color: #E5E5E5;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
}

p.Table_Body_18
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Calibri;
	font-size: 11pt;
}

p.p_171
{
	font-family: Calibri;
	font-size: 11pt;
}

img.img_897
{
	visibility: visible;
	mso-wrap-style: square;
	width: 622px;
	height: 143px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_1_9
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #0070C0;
	text-decoration: underline;
}

li.Numbered_1_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #0070C0;
	text-decoration: underline;
}

img.img_898
{
	width: 603px;
	height: 615px;
}

p.Image_11
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Calibri;
	font-size: 8pt;
}

col.col_137
{
	width: 154pt;
}

td.td_83
{
	background-color: #BFBFBF;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_84
{
	background-color: #BFBFBF;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

img.img_899
{
	visibility: visible;
	mso-wrap-style: square;
	width: 595px;
	height: 512px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_indented_3_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 36pt;
}

img.img_900
{
	visibility: visible;
	mso-wrap-style: square;
	width: 594px;
	height: 331px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.ListParagraph_5
{
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
}

li.ListParagraph_5
{
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
}

p.ListParagraph_5_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 10pt;
}

li.ListParagraph_5_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 10pt;
}

p.ListParagraph_5_2
{
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.ListParagraph_5_2
{
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.ListParagraph_5_3
{
	margin-bottom: 8pt;
	font-family: Arial;
	font-size: 10pt;
}

li.ListParagraph_5_3
{
	margin-bottom: 8pt;
	font-family: Arial;
	font-size: 10pt;
}

p.Code_16
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	color: #0000FF;
}

p.p_172
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

p.p_173
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 18pt;
}

col.col_138
{
	width: 117pt;
}

col.col_139
{
	width: 351pt;
}

p.p_174
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
	background-color: #FFFF00;
}

p.p_175
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

p.p_176
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

p.p_177
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

p.p_178
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
	background-color: #FFFF00;
}

li.li_28
{
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.p_179
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
	background-color: #FFFF00;
}

p.p_180
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 72pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

img.img_901
{
	visibility: visible;
	mso-wrap-style: square;
	width: 585px;
	height: 406px;
}

p.Note_9
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	margin-left: 0pt;
	text-indent: 36pt;
	font-family: Arial;
}

p.Note_10
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Calibri;
}

li.Note_11
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	margin-left: 36pt;
	font-family: Calibri;
}

span.span_141
{
	font-family: 'Courier New';
	color: #0000FF;
}

p.p_181
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #008000;
	font-size: 10pt;
}

p.p_182
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

img.img_902
{
	width: 619px;
	height: 284px;
}

img.img_903
{
	visibility: visible;
	mso-wrap-style: square;
	width: 384px;
	height: 480px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_36
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Image
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
}

p.Image_number_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
	font-family: Arial;
}

li.Bullet_list_2_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: Calibri;
}

img.img_904
{
	width: 584px;
	height: 221px;
}

img.img_905
{
	visibility: visible;
	mso-wrap-style: square;
	width: 446px;
	height: 352px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_906
{
	visibility: visible;
	mso-wrap-style: square;
	width: 480px;
	height: 227px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_907
{
	visibility: visible;
	mso-wrap-style: square;
	width: 422px;
	height: 278px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Image_1
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-align: left;
}

img.img_908
{
	visibility: visible;
	mso-wrap-style: square;
	width: 366px;
	height: 370px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_183
{
	margin-left: 18pt;
	text-align: center;
}

img.img_909
{
	visibility: visible;
	mso-wrap-style: square;
	width: 597px;
	height: 152px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_indented_22_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 36pt;
}

img.img_910
{
	visibility: visible;
	mso-wrap-style: square;
	width: 569px;
	height: 296px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_911
{
	visibility: visible;
	mso-wrap-style: square;
	width: 465px;
	height: 306px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_912
{
	visibility: visible;
	mso-wrap-style: square;
	width: 436px;
	height: 248px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_913
{
	visibility: visible;
	mso-wrap-style: square;
	width: 481px;
	height: 307px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_914
{
	visibility: visible;
	mso-wrap-style: square;
	width: 545px;
	height: 302px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.ListParagraph_5_4
{
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 10pt;
}

img.img_915
{
	visibility: visible;
	mso-wrap-style: square;
	width: 632px;
	height: 166px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_916
{
	visibility: visible;
	mso-wrap-style: square;
	width: 386px;
	height: 452px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_917
{
	visibility: visible;
	mso-wrap-style: square;
	width: 548px;
	height: 176px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_918
{
	visibility: visible;
	mso-wrap-style: square;
	width: 553px;
	height: 253px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_919
{
	visibility: visible;
	mso-wrap-style: square;
	width: 542px;
	height: 256px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_920
{
	visibility: visible;
	mso-wrap-style: square;
	width: 528px;
	height: 252px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_921
{
	visibility: visible;
	mso-wrap-style: square;
	width: 550px;
	height: 164px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_922
{
	visibility: visible;
	mso-wrap-style: square;
	width: 547px;
	height: 128px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_923
{
	visibility: visible;
	mso-wrap-style: square;
	width: 553px;
	height: 181px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_924
{
	visibility: visible;
	mso-wrap-style: square;
	width: 548px;
	height: 203px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_925
{
	visibility: visible;
	mso-wrap-style: square;
	width: 540px;
	height: 126px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_926
{
	visibility: visible;
	mso-wrap-style: square;
	width: 549px;
	height: 144px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_927
{
	visibility: visible;
	mso-wrap-style: square;
	width: 540px;
	height: 242px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_928
{
	visibility: visible;
	mso-wrap-style: square;
	width: 365px;
	height: 354px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_929
{
	visibility: visible;
	mso-wrap-style: square;
	width: 329px;
	height: 317px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_930
{
	visibility: visible;
	mso-wrap-style: square;
	width: 349px;
	height: 334px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_931
{
	visibility: visible;
	mso-wrap-style: square;
	width: 366px;
	height: 353px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_932
{
	visibility: visible;
	mso-wrap-style: square;
	width: 421px;
	height: 411px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_933
{
	visibility: visible;
	mso-wrap-style: square;
	width: 603px;
	height: 258px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_934
{
	visibility: visible;
	mso-wrap-style: square;
	width: 416px;
	height: 369px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_935
{
	visibility: visible;
	mso-wrap-style: square;
	width: 454px;
	height: 156px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_936
{
	visibility: visible;
	mso-wrap-style: square;
	width: 440px;
	height: 457px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_937
{
	visibility: visible;
	mso-wrap-style: square;
	width: 439px;
	height: 277px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_938
{
	visibility: visible;
	mso-wrap-style: square;
	width: 435px;
	height: 295px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_939
{
	visibility: visible;
	mso-wrap-style: square;
	width: 431px;
	height: 337px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_940
{
	visibility: visible;
	mso-wrap-style: square;
	width: 373px;
	height: 352px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_941
{
	visibility: visible;
	mso-wrap-style: square;
	width: 347px;
	height: 332px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_942
{
	visibility: visible;
	mso-wrap-style: square;
	width: 416px;
	height: 319px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_943
{
	visibility: visible;
	mso-wrap-style: square;
	width: 296px;
	height: 327px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_indented_22_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
	text-align: center;
}

img.img_944
{
	visibility: visible;
	mso-wrap-style: square;
	width: 311px;
	height: 345px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_945
{
	visibility: visible;
	mso-wrap-style: square;
	width: 281px;
	height: 311px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_946
{
	visibility: visible;
	mso-wrap-style: square;
	width: 295px;
	height: 327px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_947
{
	visibility: visible;
	mso-wrap-style: square;
	width: 194px;
	height: 217px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_948
{
	visibility: visible;
	mso-wrap-style: square;
	width: 364px;
	height: 391px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_949
{
	visibility: visible;
	mso-wrap-style: square;
	width: 441px;
	height: 480px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_950
{
	visibility: visible;
	mso-wrap-style: square;
	width: 480px;
	height: 427px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_indented_22_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	font-family: Arial;
	page-break-before: always;
	margin-left: 0pt;
}

img.img_951
{
	visibility: visible;
	mso-wrap-style: square;
	width: 608px;
	height: 417px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.CommentReference
{
	font-size: 8pt;
}

col.col_140
{
	width: 67pt;
}

col.col_141
{
	width: 378pt;
}

td.td_85
{
	background-color: #E7E6E6;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_86
{
	background-color: #E7E6E6;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_87
{
	background-color: #E7E6E6;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

td.td_88
{
	padding-top: 9pt;
	padding-bottom: 9pt;
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_89
{
	padding-top: 9pt;
	padding-bottom: 9pt;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_90
{
	padding-top: 9pt;
	padding-bottom: 9pt;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

tr.tr_34
{
	height: 10pt;
}

col.col_142
{
	width: 342pt;
}

col.col_143
{
	width: 346pt;
}

th.th_18
{
	background-color: #E7E6E6;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

th.th_19
{
	background-color: #E7E6E6;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

th.th_20
{
	background-color: #E7E6E6;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

p.NoSpacing
{
	font-family: Calibri;
	font-size: 11pt;
}

p.NoSpacing_1
{
	margin-left: 36pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

p.NoSpacing_2
{
	margin-left: 72pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

p.NoSpacing_3
{
	font-family: Calibri;
	font-size: 11pt;
	margin-left: 72pt;
}

p.NoSpacing_4
{
	text-indent: 36pt;
	margin-left: 72pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

p.NoSpacing_5
{
	text-indent: 18pt;
	margin-left: 18pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

p.NoSpacing_6
{
	text-indent: 36pt;
	margin-left: 36pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

p.NoSpacing_7
{
	text-indent: 36pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

p.NoSpacing_8
{
	font-size: 11pt;
	margin-left: 36pt;
	font-family: 'Courier New';
}

p.NoSpacing_9
{
	font-size: 11pt;
	text-indent: 36pt;
	margin-left: 36pt;
	font-family: 'Courier New';
}

p.NoSpacing_10
{
	font-size: 11pt;
	text-indent: 18pt;
	margin-left: 54pt;
	font-family: 'Courier New';
}

p.NoSpacing_11
{
	font-size: 11pt;
	text-indent: 18pt;
	margin-left: 72pt;
	font-family: 'Courier New';
}

p.NoSpacing_12
{
	font-size: 11pt;
	text-indent: 36pt;
	margin-left: 54pt;
	font-family: 'Courier New';
}

p.NoSpacing_13
{
	text-indent: 18pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

p.p_184
{
	color: #000000;
}

col.col_144
{
	width: 369pt;
}

span.Hyperlink_5
{
	font-size: 10pt;
	text-decoration: underline;
	color: black;
}

p.NoSpacing_14
{
	font-family: 'Courier New';
	font-size: 10pt;
}

p.NoSpacing_15
{
	text-indent: 18pt;
	margin-left: 54pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

p.NoSpacing_16
{
	text-indent: 18pt;
	margin-left: 72pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

p.NoSpacing_17
{
	font-family: Calibri;
	font-size: 11pt;
	text-indent: 18pt;
	margin-left: 72pt;
}

p.NoSpacing_18
{
	text-indent: 18pt;
	margin-left: 90pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

p.NoSpacing_19
{
	text-indent: 18pt;
	margin-left: 36pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

p.NoSpacing_20
{
	margin-left: 54pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

span.span_142
{
	font-weight: bold;
	color: #2E74B5;
}

p.p_185
{
	font-family: 'Courier New';
}

p.p_186
{
	margin-bottom: 6pt;
	font-weight: bold;
}

col.col_145
{
	width: 76pt;
}

a.Hyperlink_3
{
	font-size: 10pt;
	text-decoration: underline;
	color: black;
}

col.col_146
{
	width: 319pt;
}

td.td_91
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #E7E6E6;
}

td.td_92
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 9pt;
	padding-bottom: 9pt;
	vertical-align: middle;
}

td.td_93
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 9pt;
	padding-bottom: 9pt;
}

p.p_187
{
	font-family: Calibri;
}

img.img_952
{
	visibility: visible;
	mso-wrap-style: square;
	width: 317px;
	height: 216px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_188
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 0pt;
	text-align: center;
}

div.div_27
{
	left: 16355;
	top: 8506;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1134pt;
	height: 248pt;
}

div.div_28
{
	left: 16355;
	top: 15459;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: middle;
	width: 1134pt;
	height: 248pt;
}

p.p_189
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 0pt;
	text-align: center;
	font-size: 6pt;
}

div.div_29
{
	left: 16355;
	top: 22271;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: middle;
	width: 1134pt;
	height: 248pt;
}

p.p_190
{
	font-size: 16pt;
}

div.div_30
{
	left: 37571;
	top: 5430;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: middle;
	width: 328pt;
	height: 292pt;
}

div.div_31
{
	left: 38703;
	top: 7242;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 269pt;
	height: 129pt;
}

div.div_32
{
	top: 6559;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1134pt;
	height: 248pt;
}

div.div_33
{
	top: 13783;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: middle;
	width: 1134pt;
	height: 248pt;
}

div.div_34
{
	top: 21234;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: middle;
	width: 1134pt;
	height: 248pt;
}

div.div_35
{
	left: 27965;
	top: 13630;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: middle;
	width: 1134pt;
	height: 248pt;
}

div.div_36
{
	left: 10853;
	top: 18991;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 676pt;
	height: 145pt;
}

div.div_37
{
	left: 7625;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: middle;
	width: 328pt;
	height: 292pt;
}

div.div_38
{
	left: 8755;
	top: 1809;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 269pt;
	height: 129pt;
}

img.img_953
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 119px;
}

img.img_954
{
	visibility: visible;
	mso-wrap-style: square;
	width: 447px;
	height: 115px;
}

img.img_955
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 218px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_956
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 245px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Note_indented_3
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	margin-left: 72pt;
	font-family: 'Courier New';
}

img.img_957
{
	visibility: visible;
	mso-wrap-style: square;
	width: 622px;
	height: 222px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_958
{
	left: 0;
	text-align: left;
	z-index: -6;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	margin-left: 0;
	width: 624px;
	height: 701px;
}

span.span_143
{
	font-family: Symbol;
	color: #7F7F7F;
	font-size: 8pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Example for Developing Android Apps.docx" />*/

p.p_191
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_51
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_37
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_29
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_94
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_16
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_37
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_23
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_959
{
	visibility: visible;
	mso-wrap-style: square;
	width: 496px;
	height: 224px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_960
{
	visibility: visible;
	mso-wrap-style: square;
	width: 445px;
	height: 153px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_indented_3_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 0pt;
	text-align: center;
}

img.img_961
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 327px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_192
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #008000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_144
{
	font-family: Consolas;
	color: #2B91AF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_193
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	font-family: Consolas;
	color: #008000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_194
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_195
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.Content_body_37_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_196
{
	text-indent: 18pt;
}

p.Content_indentend_2_6
{
	margin-bottom: 3pt;
	font-family: Arial;
	text-indent: 18pt;
	margin-left: 0pt;
}

span.Code_Red_text_4
{
	color: #FF0000;
	font-size: 10pt;
	background-color: #FFFF00;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Example for Developing Conversion Server Tasks.docx" />*/

p.p_197
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_52
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_38
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_30
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_95
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_17
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_38
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_24
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

a.Hyperlink_4
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: underline;
	font-family: Verdana;
}

p.p_198
{
	margin-left: 36pt;
}

img.img_962
{
	visibility: visible;
	mso-wrap-style: square;
	width: 333px;
	height: 233px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_963
{
	visibility: visible;
	mso-wrap-style: square;
	width: 337px;
	height: 238px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_964
{
	visibility: visible;
	mso-wrap-style: square;
	width: 455px;
	height: 318px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_965
{
	visibility: visible;
	mso-wrap-style: square;
	width: 172px;
	height: 113px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_966
{
	visibility: visible;
	mso-wrap-style: square;
	width: 669px;
	height: 157px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_967
{
	visibility: visible;
	mso-wrap-style: square;
	width: 498px;
	height: 344px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_145
{
	font-family: 'Courier New';
	color: #0000FF;
	font-size: 9pt;
}

span.span_146
{
	font-family: 'Courier New';
	color: #2B91AF;
	font-size: 9pt;
}

span.span_147
{
	font-family: 'Courier New';
	color: #A31515;
	font-size: 9pt;
}

span.span_148
{
	font-family: 'Courier New';
	color: #A31515;
	font-size: 9pt;
	background-color: #00FFFF;
}

span.span_149
{
	font-family: 'Courier New';
	color: #A31515;
	font-size: 9pt;
	background-color: #008000;
}

span.span_150
{
	font-family: 'Courier New';
	background-color: #00FFFF;
}

span.span_151
{
	font-family: 'Courier New';
	background-color: #008000;
}

p.p_199
{
	margin-bottom: 0pt;
	font-family: Consolas;
	font-size: 10pt;
}

p.p_200
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
}

p.Code_17
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	text-indent: 54pt;
	margin-left: 36pt;
	background-color: #FFFF00;
}

ol.ol_53
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 54pt;
	background-color: #CCCCCC;
}

p.Content_indented_24_1
{
	page-break-after: avoid;
	margin-left: 18pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: 'Courier New';
}

p.Content_indented_24_2
{
	page-break-after: avoid;
	margin-left: 18pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: 'Courier New';
	background-color: #FFFF00;
}

p.Numbered_1_10
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-family: 'Courier New';
	color: #000000;
}

p.p_201
{
	font-family: 'Courier New';
	color: #000000;
}

span.span_152
{
	font-family: 'Courier New';
	font-weight: bold;
	color: #000000;
}

p.p_202
{
	font-family: Calibri;
	color: #000000;
}

span.span_153
{
	font-family: 'Courier New';
	font-weight: bold;
	color: #FF0000;
}

span.Hyperlink_6
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: underline;
	font-family: 'Courier New';
}

p.Content_indented_4_2
{
	page-break-after: avoid;
	text-align: center;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 72pt;
	font-family: Arial;
}

img.img_968
{
	visibility: visible;
	mso-wrap-style: square;
	width: 72px;
	height: 35px;
}

img.img_969
{
	visibility: visible;
	mso-wrap-style: square;
	width: 421px;
	height: 137px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_970
{
	visibility: visible;
	mso-wrap-style: square;
	width: 462px;
	height: 137px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ol.ol_54
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 41pt;
	background-color: #CCCCCC;
}

span.span_154
{
	font-family: 'Courier New';
	font-size: 11pt;
}

span.span_155
{
	font-family: 'Courier New';
	color: #FF0000;
	font-size: 11pt;
}

span.span_156
{
	font-family: 'Courier New';
	font-weight: bold;
	color: #0000FF;
	font-size: 11pt;
}

p.p_203
{
	font-family: 'Courier New';
	font-size: 11pt;
}

p.p_204
{
	font-family: 'Courier New';
	font-weight: bold;
	color: #0000FF;
	font-size: 11pt;
}

span.span_157
{
	font-family: 'Courier New';
	color: #800080;
	font-size: 11pt;
}

p.p_205
{
	font-family: 'Courier New';
	color: #800080;
	font-size: 11pt;
}

p.p_206
{
	font-family: 'Courier New';
	color: #FF0000;
	font-size: 11pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Example for Developing iOS Apps.docx" />*/

p.p_207
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_55
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_39
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_31
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_96
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_18
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_39
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_25
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_971
{
	left: 0;
	text-align: left;
	z-index: 4;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	margin-left: 0.05pt;
	width: 612px;
	height: 423px;
}

ol.ol_56
{
	padding-left: 0px;
	margin-left: 18pt;
}

img.img_972
{
	visibility: visible;
	mso-wrap-style: square;
	width: 604px;
	height: 383px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_973
{
	left: 0;
	text-align: left;
	z-index: 5;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: page;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	margin-left: 25.25pt;
	width: 605px;
	height: 218px;
}

img.img_974
{
	left: 0;
	text-align: left;
	z-index: 6;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: page;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	margin-left: 77.8pt;
	width: 613px;
	height: 289px;
}

p.Numbered_1_11
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #2E74B5;
	text-decoration: underline;
}

li.Numbered_1_8
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #2E74B5;
	text-decoration: underline;
}

p.p_208
{
	text-indent: 18pt;
	font-family: 'Courier New';
	color: #008000;
}

span.span_158
{
	font-family: 'Courier New';
	color: #2B91AF;
}

span.span_159
{
	font-family: 'Courier New';
	color: #A31515;
}

span.span_160
{
	font-family: 'Courier New';
	color: #A31515;
	background-color: #FFFF00;
}

p.p_209
{
	margin-left: 18pt;
	font-family: 'Courier New';
}

span.span_161
{
	font-family: 'Courier New';
	color: #000000;
	font-size: 10pt;
}

span.span_162
{
	font-family: 'Courier New';
	color: #008000;
}

span.span_163
{
	font-family: 'Courier New';
	color: #2B91AF;
	background-color: #FFFF00;
}

span.span_164
{
	font-family: 'Courier New';
	color: #000000;
	background-color: #FFFF00;
}

span.span_165
{
	font-family: 'Courier New';
	color: #0000FF;
	background-color: #FFFF00;
}

p.p_210
{
	font-family: 'Courier New';
	background-color: #FFFF00;
}

img.img_975
{
	visibility: visible;
	mso-wrap-style: square;
	width: 462px;
	height: 203px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_166
{
	font-family: 'Courier New';
	color: #0000FF;
	background-color: #FFFFFF;
}

p.p_211
{
	margin-bottom: 0pt;
	font-family: 'Courier New';
	background-color: #FFFFFF;
}

span.span_167
{
	font-family: 'Courier New';
	color: #2B91AF;
	background-color: #FFFFFF;
}

span.span_168
{
	font-family: 'Courier New';
	color: #A31515;
	background-color: #FFFFFF;
}

span.span_169
{
	font-family: 'Courier New';
	color: #008000;
	background-color: #FFFFFF;
}

p.p_212
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 72pt;
}

p.p_213
{
	font-family: 'Courier New';
	background-color: #FFFFFF;
}

img.img_976
{
	left: 0;
	text-align: left;
	z-index: -8;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	margin-left: 0;
	width: 624px;
	height: 701px;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Extended Classification.docx" />*/

p.p_214
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_57
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_40
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_32
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_97
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_19
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_40
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_26
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Note_11
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	margin-left: 0pt;
	text-indent: 36pt;
	font-family: Arial;
}

img.img_977
{
	visibility: visible;
	mso-wrap-style: square;
	width: 227px;
	height: 437px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_978
{
	visibility: visible;
	mso-wrap-style: square;
	width: 318px;
	height: 138px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_979
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 381px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Note_11_1
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	margin-left: 0pt;
	font-family: Arial;
	margin-right: 5pt;
	text-indent: 29pt;
}

ol.ol_58
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 23pt;
	background-color: #CCCCCC;
}

img.img_980
{
	visibility: visible;
	mso-wrap-style: square;
	width: 350px;
	height: 416px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_981
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 179px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_982
{
	visibility: visible;
	mso-wrap-style: square;
	width: 21px;
	height: 23px;
}

img.img_983
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 176px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_984
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 163px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_985
{
	visibility: visible;
	mso-wrap-style: square;
	width: 581px;
	height: 679px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_986
{
	visibility: visible;
	mso-wrap-style: square;
	width: 561px;
	height: 434px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Code_18
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	margin-left: 18pt;
}

img.img_987
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 516px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_988
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 504px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_989
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 463px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_990
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 332px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_991
{
	visibility: visible;
	mso-wrap-style: square;
	width: 557px;
	height: 335px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_992
{
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 23px;
}

img.img_993
{
	visibility: visible;
	mso-wrap-style: square;
	width: 538px;
	height: 407px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_170
{
	font-weight: bold;
	color: #262626;
}

p.Bullet_list_1_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #262626;
}

li.Bullet_list_1_9
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #262626;
}

img.img_994
{
	visibility: visible;
	mso-wrap-style: square;
	width: 625px;
	height: 332px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_995
{
	visibility: visible;
	mso-wrap-style: square;
	width: 598px;
	height: 383px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_996
{
	visibility: visible;
	mso-wrap-style: square;
	width: 495px;
	height: 456px;
}

img.img_997
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 361px;
}

img.img_998
{
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 29px;
}

img.img_999
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 316px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1000
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 263px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1001
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 309px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1002
{
	visibility: visible;
	mso-wrap-style: square;
	width: 256px;
	height: 104px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1003
{
	visibility: visible;
	mso-wrap-style: square;
	width: 415px;
	height: 156px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1004
{
	visibility: visible;
	mso-wrap-style: square;
	width: 402px;
	height: 310px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1005
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 323px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1006
{
	visibility: visible;
	mso-wrap-style: square;
	width: 539px;
	height: 389px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1007
{
	visibility: visible;
	mso-wrap-style: square;
	width: 308px;
	height: 122px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Image_number_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 0pt;
	font-weight: bold;
}

img.img_1008
{
	visibility: visible;
	mso-wrap-style: square;
	width: 487px;
	height: 138px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1009
{
	visibility: visible;
	mso-wrap-style: square;
	width: 510px;
	height: 184px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1010
{
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 21px;
}

img.img_1011
{
	visibility: visible;
	mso-wrap-style: square;
	width: 449px;
	height: 157px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1012
{
	visibility: visible;
	mso-wrap-style: square;
	width: 446px;
	height: 192px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1013
{
	visibility: visible;
	mso-wrap-style: square;
	width: 283px;
	height: 318px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1014
{
	visibility: visible;
	mso-wrap-style: square;
	width: 334px;
	height: 377px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1015
{
	visibility: visible;
	mso-wrap-style: square;
	width: 546px;
	height: 236px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_171
{
	font-family: Consolas;
	color: #A31515;
	font-size: 9pt;
}

p.Content_body_40_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-decoration: underline;
}

ol.ol_59
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: -14pt;
	background-color: #CCCCCC;
}

p.p_215
{
	margin-top: 5pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.p_216
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

p.p_217
{
	margin-top: 5pt;
	margin-bottom: 0pt;
}

p.p_218
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
}

p.p_219
{
	font-family: 'Times New Roman';
	font-size: 9pt;
}

span.span_172
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 14pt;
}

img.img_1016
{
	visibility: visible;
	mso-wrap-style: square;
	width: 308px;
	height: 218px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_220
{
	margin-bottom: 0pt;
	text-align: center;
}

span.span_173
{
	font-family: Consolas;
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
}

span.span_174
{
	font-family: Consolas;
	color: #808080;
	font-size: 9pt;
}

li.Bullet_list_1_10
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	color: #000000;
	font-size: 9pt;
}

p.Content_body_40_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
}

p.p_221
{
	text-indent: 36pt;
}

p.p_222
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #000000;
	font-size: 9pt;
}

p.p_223
{
	margin-bottom: 0pt;
	text-indent: 36pt;
	margin-left: 0pt;
}

p.Content_body_40_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Times New Roman';
	font-size: 12pt;
}

span.span_175
{
	font-family: Calibri;
	color: #000000;
	font-size: 9pt;
}

p.Code_19
{
	font-family: 'Courier New';
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.p_224
{
	margin-bottom: 0pt;
	margin-left: 41pt;
}

span.span_176
{
	font-family: Consolas;
	color: #0070C0;
	font-size: 9pt;
}

p.Content_body_40_4
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: Consolas;
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
}

p.p_225
{
	margin-bottom: 0pt;
	font-family: Consolas;
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
}

p.p_226
{
	margin-top: 10pt;
	margin-bottom: 0pt;
}

span.span_177
{
	font-family: Consolas;
	color: #0000FF;
}

p.p_227
{
	margin-top: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

span.span_178
{
	font-family: Consolas;
	color: #FF0000;
}

span.span_179
{
	font-family: Consolas;
	color: #000000;
}

p.p_228
{
	margin-bottom: 0pt;
	margin-left: 108pt;
}

p.p_229
{
	margin-bottom: 0pt;
	margin-left: 144pt;
}

p.p_230
{
	margin-bottom: 0pt;
	margin-left: 180pt;
}

p.p_231
{
	margin-bottom: 0pt;
	margin-left: 216pt;
}

p.p_232
{
	margin-bottom: 0pt;
	margin-left: 252pt;
}

p.p_233
{
	margin-bottom: 0pt;
	margin-left: 288pt;
}

p.p_234
{
	margin-left: 72pt;
}

p.p_235
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

p.p_236
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #008000;
	font-size: 10pt;
}

p.p_237
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	text-align: justify;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\File Handling.docx" />*/

p.p_238
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_60
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_41
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_33
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_98
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_20
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_41
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_27
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

ul.ul_42
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 18pt;
}

img.img_1017
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 192px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1018
{
	visibility: visible;
	mso-wrap-style: square;
	width: 14px;
	height: 13px;
}

img.img_1019
{
	visibility: visible;
	mso-wrap-style: square;
	width: 464px;
	height: 181px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1020
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 315px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1021
{
	visibility: visible;
	mso-wrap-style: square;
	width: 413px;
	height: 176px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1022
{
	visibility: visible;
	mso-wrap-style: square;
	width: 11px;
	height: 12px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1023
{
	visibility: visible;
	mso-wrap-style: square;
	width: 15px;
	height: 20px;
}

img.img_1024
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 505px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1025
{
	visibility: visible;
	mso-wrap-style: square;
	width: 616px;
	height: 312px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1026
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 264px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1027
{
	visibility: visible;
	mso-wrap-style: square;
	width: 422px;
	height: 185px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_41
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_body_41_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 18pt;
	font-family: 'Courier New';
	color: #000000;
}

p.NormalWeb_11
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 18pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

p.p_239
{
	text-indent: 36pt;
	margin-left: 36pt;
	font-family: 'Courier New';
}

p.p_240
{
	text-indent: 36pt;
	margin-left: 72pt;
	font-family: 'Courier New';
}

p.p_241
{
	margin-left: 36pt;
	font-family: 'Courier New';
}

p.NormalWeb_12
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	text-indent: 18pt;
	margin-left: 18pt;
	font-family: 'Courier New';
	font-size: 10pt;
}

p.NormalWeb_13
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Tahoma;
	font-size: 12pt;
	text-indent: 18pt;
	margin-left: 18pt;
}

p.p_242
{
	color: #0000FF;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Graph Navigation Administrator Guide.docx" />*/

p.p_243
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_61
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_43
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_34
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_99
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_21
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_42
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_28
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1028
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 354px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1029
{
	visibility: visible;
	mso-wrap-style: square;
	width: 165px;
	height: 226px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1030
{
	visibility: visible;
	mso-wrap-style: square;
	width: 232px;
	height: 101px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1031
{
	visibility: visible;
	mso-wrap-style: square;
	width: 587px;
	height: 597px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_indentend_2_7
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Arial;
	text-align: center;
}

img.img_1032
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 554px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1033
{
	visibility: visible;
	mso-wrap-style: square;
	width: 34px;
	height: 33px;
}

img.img_1034
{
	visibility: visible;
	mso-wrap-style: square;
	width: 41px;
	height: 44px;
}

img.img_1035
{
	visibility: visible;
	mso-wrap-style: square;
	width: 562px;
	height: 614px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1036
{
	visibility: visible;
	mso-wrap-style: square;
	width: 592px;
	height: 704px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1037
{
	visibility: visible;
	mso-wrap-style: square;
	width: 440px;
	height: 376px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1038
{
	visibility: visible;
	mso-wrap-style: square;
	width: 555px;
	height: 246px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1039
{
	visibility: visible;
	mso-wrap-style: square;
	width: 580px;
	height: 636px;
}

img.img_1040
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 515px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_number_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
	font-family: Arial;
}

img.img_1041
{
	visibility: visible;
	mso-wrap-style: square;
	width: 336px;
	height: 268px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1042
{
	visibility: visible;
	mso-wrap-style: square;
	width: 332px;
	height: 315px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1043
{
	visibility: visible;
	mso-wrap-style: square;
	width: 380px;
	height: 155px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1044
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 469px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1045
{
	visibility: visible;
	mso-wrap-style: square;
	width: 575px;
	height: 254px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1046
{
	visibility: visible;
	mso-wrap-style: square;
	width: 473px;
	height: 378px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1047
{
	visibility: visible;
	mso-wrap-style: square;
	width: 70px;
	height: 32px;
}

img.img_1048
{
	visibility: visible;
	mso-wrap-style: square;
	width: 74px;
	height: 36px;
}

img.img_1049
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 386px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_244
{
	margin-bottom: 0pt;
	font-family: 'Courier New';
}

p.p_245
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 18pt;
	font-family: 'Courier New';
}

p.p_246
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 108pt;
}

p.p_247
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	font-family: 'Courier New';
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Graph Navigation User Guide.docx" />*/

p.p_248
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_62
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_44
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_35
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_100
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_22
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_43
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_29
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1050
{
	visibility: visible;
	mso-wrap-style: square;
	width: 435px;
	height: 135px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_43
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_1051
{
	visibility: visible;
	mso-wrap-style: square;
	width: 139px;
	height: 21px;
}

img.img_1052
{
	visibility: visible;
	mso-wrap-style: square;
	width: 19px;
	height: 19px;
}

td.td_101
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #5B9BD5;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #5B9BD5;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #5B9BD5;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #5B9BD5;
}

td.td_102
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #5B9BD5;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #5B9BD5;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #5B9BD5;
}

img.img_1053
{
	visibility: visible;
	mso-wrap-style: square;
	width: 112px;
	height: 72px;
}

td.td_103
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #5B9BD5;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #5B9BD5;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #5B9BD5;
}

td.td_104
{
	background-color: #auto;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #5B9BD5;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #5B9BD5;
}

img.img_1054
{
	visibility: visible;
	mso-wrap-style: square;
	width: 110px;
	height: 72px;
}

img.img_1055
{
	visibility: visible;
	mso-wrap-style: square;
	width: 114px;
	height: 73px;
}

img.img_1056
{
	visibility: visible;
	mso-wrap-style: square;
	width: 457px;
	height: 177px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1057
{
	visibility: visible;
	mso-wrap-style: square;
	width: 535px;
	height: 346px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1058
{
	visibility: visible;
	mso-wrap-style: square;
	width: 367px;
	height: 253px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1059
{
	visibility: visible;
	mso-wrap-style: square;
	width: 352px;
	height: 366px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\HTML to PDF Converter Setup Guide.docx" />*/

p.p_249
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_63
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_45
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_36
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_105
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_23
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_44
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_30
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1060
{
	visibility: visible;
	mso-wrap-style: square;
	width: 321px;
	height: 169px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1061
{
	visibility: visible;
	mso-wrap-style: square;
	width: 419px;
	height: 162px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_2_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: Arial;
}

span.span_180
{
	color: #000000;
	background-color: #FFFF00;
}

span.span_181
{
	font-family: 'Courier New';
	color: #0000FF;
	font-size: 9pt;
	background-color: #FFFFFF;
}

span.span_182
{
	font-family: 'Courier New';
	color: #A31515;
	font-size: 9pt;
	background-color: #FFFFFF;
}

span.span_183
{
	font-family: 'Courier New';
	color: #FF0000;
	font-size: 9pt;
	background-color: #FFFFFF;
}

span.span_184
{
	font-family: 'Courier New';
	color: #000000;
	font-size: 9pt;
	background-color: #FFFFFF;
}

span.span_185
{
	font-family: 'Courier New';
	color: #008000;
	font-size: 9pt;
	background-color: #FFFFFF;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Installation Guide.docx" />*/

p.p_250
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_64
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_46
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_37
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_106
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_24
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_45
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_31
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Procedure_Title_24_1
{
	page-break-after: avoid;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 15pt;
	margin-bottom: 15pt;
	text-align: center;
}

p.Table_Title_10
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_10
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

td.td_107
{
	background-color: #C0C0C0;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_108
{
	background-color: #C0C0C0;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_109
{
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_110
{
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

p.p_251
{
	font-weight: bold;
}

col.col_147
{
	width: 304pt;
}

td.td_111
{
	background-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_112
{
	background-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

th.th_21
{
	background-color: #C0C0C0;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

th.th_22
{
	background-color: #C0C0C0;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

th.th_23
{
	background-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

th.th_24
{
	background-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

img.img_1062
{
	visibility: visible;
	mso-wrap-style: square;
	width: 519px;
	height: 224px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_45
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Note_12
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	margin-left: 0pt;
	text-indent: 36pt;
	font-family: Arial;
}

img.img_1063
{
	visibility: visible;
	mso-wrap-style: square;
	width: 321px;
	height: 243px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1064
{
	visibility: visible;
	mso-wrap-style: square;
	width: 497px;
	height: 379px;
}

img.img_1065
{
	visibility: visible;
	mso-wrap-style: square;
	width: 419px;
	height: 319px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1066
{
	visibility: visible;
	mso-wrap-style: square;
	width: 391px;
	height: 299px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1067
{
	visibility: visible;
	mso-wrap-style: square;
	width: 383px;
	height: 291px;
}

img.img_1068
{
	visibility: visible;
	mso-wrap-style: square;
	width: 429px;
	height: 323px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1069
{
	visibility: visible;
	mso-wrap-style: square;
	width: 391px;
	height: 298px;
}

img.img_1070
{
	visibility: visible;
	mso-wrap-style: square;
	width: 411px;
	height: 313px;
}

img.img_1071
{
	visibility: visible;
	mso-wrap-style: square;
	width: 393px;
	height: 299px;
}

p.p_252
{
	font-family: 'Segoe UI';
	font-size: 11pt;
}

img.img_1072
{
	visibility: visible;
	mso-wrap-style: square;
	width: 393px;
	height: 296px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1073
{
	visibility: visible;
	mso-wrap-style: square;
	width: 387px;
	height: 294px;
}

p.p_253
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	text-align: center;
}

img.img_1074
{
	visibility: visible;
	mso-wrap-style: square;
	width: 404px;
	height: 307px;
}

img.img_1075
{
	visibility: visible;
	mso-wrap-style: square;
	width: 451px;
	height: 344px;
}

img.img_1076
{
	visibility: visible;
	mso-wrap-style: square;
	width: 466px;
	height: 355px;
}

img.img_1077
{
	visibility: visible;
	mso-wrap-style: square;
	width: 461px;
	height: 351px;
}

img.img_1078
{
	visibility: visible;
	mso-wrap-style: square;
	width: 388px;
	height: 507px;
}

img.img_1079
{
	visibility: visible;
	mso-wrap-style: square;
	width: 383px;
	height: 500px;
}

img.img_1080
{
	visibility: visible;
	mso-wrap-style: square;
	width: 411px;
	height: 536px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1081
{
	visibility: visible;
	mso-wrap-style: square;
	width: 391px;
	height: 507px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1082
{
	visibility: visible;
	mso-wrap-style: square;
	width: 384px;
	height: 502px;
}

img.img_1083
{
	visibility: visible;
	mso-wrap-style: square;
	width: 445px;
	height: 339px;
}

img.img_1084
{
	visibility: visible;
	mso-wrap-style: square;
	width: 379px;
	height: 191px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1085
{
	visibility: visible;
	mso-wrap-style: square;
	width: 423px;
	height: 321px;
}

img.img_1086
{
	visibility: visible;
	mso-wrap-style: square;
	width: 390px;
	height: 297px;
}

img.img_1087
{
	visibility: visible;
	mso-wrap-style: square;
	width: 345px;
	height: 271px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1088
{
	visibility: visible;
	mso-wrap-style: square;
	width: 28px;
	height: 23px;
}

img.img_1089
{
	visibility: visible;
	mso-wrap-style: square;
	width: 193px;
	height: 99px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1090
{
	visibility: visible;
	mso-wrap-style: square;
	width: 609px;
	height: 123px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_148
{
	width: 352pt;
}

td.td_113
{
	background-color: #A6A6A6;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_114
{
	background-color: #A6A6A6;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

p.Code_20
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	margin-left: 23pt;
}

col.col_149
{
	width: 182pt;
}

col.col_150
{
	width: 286pt;
}

th.th_25
{
	background-color: #A6A6A6;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-left: 6pt;
	padding-right: 6pt;
}

th.th_26
{
	background-color: #A6A6A6;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-left: 6pt;
	padding-right: 6pt;
}

td.td_115
{
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-left: 6pt;
	padding-right: 6pt;
}

td.td_116
{
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-left: 6pt;
	padding-right: 6pt;
}

img.img_1091
{
	visibility: visible;
	mso-wrap-style: square;
	width: 195px;
	height: 104px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1092
{
	visibility: visible;
	mso-wrap-style: square;
	width: 85px;
	height: 34px;
}

img.img_1093
{
	visibility: visible;
	mso-wrap-style: square;
	width: 521px;
	height: 371px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Note_12_1
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	text-indent: 36pt;
	font-family: Arial;
	margin-left: 54pt;
}

img.img_1094
{
	visibility: visible;
	mso-wrap-style: square;
	width: 77px;
	height: 38px;
}

img.img_1095
{
	visibility: visible;
	mso-wrap-style: square;
	width: 451px;
	height: 343px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1096
{
	visibility: visible;
	mso-wrap-style: square;
	width: 490px;
	height: 379px;
}

ul.ul_47
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 59pt;
}

p.Content_indentend_2_8
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Arial;
	text-indent: 18pt;
	text-align: center;
}

p.Content_indented_31_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	font-family: Arial;
	text-indent: 18pt;
	margin-left: 36pt;
}

img.img_1097
{
	visibility: visible;
	mso-wrap-style: square;
	width: 425px;
	height: 324px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1098
{
	visibility: visible;
	mso-wrap-style: square;
	width: 428px;
	height: 327px;
}

li.Code
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
}

img.img_1099
{
	visibility: visible;
	mso-wrap-style: square;
	width: 461px;
	height: 314px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ul.ul_48
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 90pt;
}

li.Bullet_list_2_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-decoration: underline;
}

p.x_msonormal
{
	margin-bottom: 0pt;
	font-family: Calibri;
	font-size: 11pt;
}

img.img_1100
{
	visibility: visible;
	mso-wrap-style: square;
	width: 409px;
	height: 312px;
}

img.img_1101
{
	visibility: visible;
	mso-wrap-style: square;
	width: 409px;
	height: 311px;
}

img.img_1102
{
	visibility: visible;
	mso-wrap-style: square;
	width: 413px;
	height: 315px;
}

p.Image_12
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: 'Courier New';
}

img.img_1103
{
	visibility: visible;
	mso-wrap-style: square;
	width: 414px;
	height: 315px;
}

ol.ol_65
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 36pt;
}

img.img_1104
{
	visibility: visible;
	mso-wrap-style: square;
	width: 446px;
	height: 340px;
}

img.img_1105
{
	visibility: visible;
	mso-wrap-style: square;
	width: 443px;
	height: 337px;
}

img.img_1106
{
	visibility: visible;
	mso-wrap-style: square;
	width: 453px;
	height: 345px;
}

img.img_1107
{
	visibility: visible;
	mso-wrap-style: square;
	width: 103px;
	height: 257px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1108
{
	visibility: visible;
	mso-wrap-style: square;
	width: 245px;
	height: 127px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1109
{
	visibility: visible;
	mso-wrap-style: square;
	width: 275px;
	height: 183px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1110
{
	visibility: visible;
	mso-wrap-style: square;
	width: 594px;
	height: 296px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1111
{
	visibility: visible;
	mso-wrap-style: square;
	width: 239px;
	height: 136px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1112
{
	visibility: visible;
	mso-wrap-style: square;
	width: 307px;
	height: 212px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1113
{
	visibility: visible;
	mso-wrap-style: square;
	width: 574px;
	height: 407px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_13
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: 'Times New Roman';
}

img.img_1114
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 303px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1115
{
	visibility: visible;
	mso-wrap-style: square;
	width: 326px;
	height: 102px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1116
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 369px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1117
{
	visibility: visible;
	mso-wrap-style: square;
	width: 491px;
	height: 309px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1118
{
	visibility: visible;
	mso-wrap-style: square;
	width: 445px;
	height: 336px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ul.ul_49
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 77pt;
}

p.Numbered_2_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 77pt;
}

img.img_1119
{
	visibility: visible;
	mso-wrap-style: square;
	width: 593px;
	height: 289px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1120
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 135px;
}

img.img_1121
{
	visibility: visible;
	mso-wrap-style: square;
	width: 346px;
	height: 265px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1122
{
	visibility: visible;
	mso-wrap-style: square;
	width: 415px;
	height: 316px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_186
{
	font-family: 'Arial Black';
	font-weight: bold;
	color: #FFFFFF;
}

p.p_254
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: right;
	font-family: 'Arial Black';
	color: #FFFFFF;
	font-size: 8pt;
}

div.div_39
{
	left: 34575;
	top: 2857;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: bottom;
	width: 2000pt;
	height: 228pt;
}

img.img_1123
{
	visibility: visible;
	mso-wrap-style: square;
	width: 61px;
	height: 33px;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Language Pack Management.docx" />*/

p.p_255
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_66
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_50
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_38
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_117
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_25
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_46
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_32
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Table_Title_11
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_11
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

th.th_27
{
	background-color: #D9D9D9;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

p.p_256
{
	margin-bottom: 0pt;
	color: #000000;
	font-size: 8pt;
}

img.img_1124
{
	visibility: visible;
	mso-wrap-style: square;
	width: 547px;
	height: 245px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_257
{
	font-family: 'Courier New';
	color: #0000FF;
}

img.img_1125
{
	visibility: visible;
	mso-wrap-style: square;
	width: 528px;
	height: 235px;
}

img.img_1126
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 419px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1127
{
	visibility: visible;
	mso-wrap-style: square;
	width: 622px;
	height: 420px;
}

img.img_1128
{
	visibility: visible;
	mso-wrap-style: square;
	width: 564px;
	height: 342px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1129
{
	visibility: visible;
	mso-wrap-style: square;
	width: 537px;
	height: 259px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1130
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 382px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1131
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 384px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_number_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
	font-family: Arial;
}

img.img_1132
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 274px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1133
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 521px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1134
{
	visibility: visible;
	mso-wrap-style: square;
	width: 620px;
	height: 505px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1135
{
	visibility: visible;
	mso-wrap-style: square;
	width: 619px;
	height: 593px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1136
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 91px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1137
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 298px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1138
{
	visibility: visible;
	mso-wrap-style: square;
	width: 217px;
	height: 267px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_14
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	font-weight: normal;
}

img.img_1139
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 137px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1140
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 322px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1141
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 321px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1142
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 320px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1143
{
	visibility: visible;
	mso-wrap-style: square;
	width: 207px;
	height: 225px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1144
{
	visibility: visible;
	mso-wrap-style: square;
	width: 200px;
	height: 352px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1145
{
	visibility: visible;
	mso-wrap-style: square;
	width: 454px;
	height: 172px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1146
{
	visibility: visible;
	mso-wrap-style: square;
	width: 451px;
	height: 123px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1147
{
	visibility: visible;
	mso-wrap-style: square;
	width: 385px;
	height: 409px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1148
{
	visibility: visible;
	mso-wrap-style: square;
	width: 542px;
	height: 262px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1149
{
	visibility: visible;
	mso-wrap-style: square;
	width: 391px;
	height: 142px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1150
{
	visibility: visible;
	mso-wrap-style: square;
	width: 546px;
	height: 400px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\MAC Policies.docx" />*/

p.p_258
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_67
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_51
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_39
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_118
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_26
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_47
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_33
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

li.Content_body_47
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Table_Title_12
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_12
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

img.img_1151
{
	visibility: visible;
	mso-wrap-style: square;
	width: 530px;
	height: 203px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1152
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 150px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1153
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 188px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1154
{
	visibility: visible;
	mso-wrap-style: square;
	width: 568px;
	height: 73px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_body_47_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-indent: 18pt;
	text-align: center;
}

img.img_1155
{
	visibility: visible;
	mso-wrap-style: square;
	width: 510px;
	height: 232px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_body_47_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 9pt;
}

td.td_119
{
	background-color: #0070C0;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_120
{
	background-color: #0070C0;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

col.col_151
{
	width: 207pt;
}

p.Content_body_47_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #FFFFFF;
}

img.img_1156
{
	visibility: visible;
	mso-wrap-style: square;
	width: 513px;
	height: 215px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_187
{
	font-weight: bold;
	font-size: 9pt;
}

p.Content_body_47_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 9pt;
}

li.Content_body_47_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 9pt;
}

span.span_188
{
	color: #FF0000;
	font-size: 9pt;
}

span.span_189
{
	font-weight: bold;
	color: #FF0000;
	font-size: 9pt;
}

img.img_1157
{
	visibility: visible;
	mso-wrap-style: square;
	width: 265px;
	height: 255px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1158
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 261px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1159
{
	visibility: visible;
	mso-wrap-style: square;
	width: 259px;
	height: 104px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1160
{
	visibility: visible;
	mso-wrap-style: square;
	width: 339px;
	height: 377px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1161
{
	visibility: visible;
	mso-wrap-style: square;
	width: 24px;
	height: 23px;
}

img.img_1162
{
	visibility: visible;
	mso-wrap-style: square;
	width: 398px;
	height: 461px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1163
{
	z-index: 5;
	visibility: visible;
	mso-wrap-style: square;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	margin-left: 1.2pt;
	width: 25px;
	height: 30px;
}

img.img_1164
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 412px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1165
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 213px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Bullet_list_1_8
{
	font-family: Arial;
	margin-top: 4pt;
	margin-bottom: 4pt;
}

li.Bullet_list_1_11
{
	font-family: Arial;
	margin-top: 4pt;
	margin-bottom: 4pt;
}

col.col_152
{
	width: 79pt;
}

th.th_28
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #D9D9D9;
}

th.th_29
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #D9D9D9;
	vertical-align: middle;
}

td.td_121
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	vertical-align: middle;
}

td.td_122
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

p.Table_Body_19
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-weight: bold;
	color: #222222;
}

p.Table_Body_20
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	color: #222222;
}

td.td_123
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	vertical-align: middle;
}

td.td_124
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

col.col_153
{
	width: 231pt;
}

col.col_154
{
	width: 245pt;
}

tr.tr_35
{
	height: 43pt;
}

img.img_1166
{
	visibility: visible;
	mso-wrap-style: square;
	width: 217px;
	height: 92px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1167
{
	visibility: visible;
	mso-wrap-style: square;
	width: 292px;
	height: 280px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1168
{
	visibility: visible;
	mso-wrap-style: square;
	width: 553px;
	height: 388px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1169
{
	visibility: visible;
	mso-wrap-style: square;
	width: 274px;
	height: 214px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1170
{
	visibility: visible;
	mso-wrap-style: square;
	width: 458px;
	height: 342px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_155
{
	width: 27pt;
}

col.col_156
{
	width: 26pt;
}

p.Content_body_47_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
}

td.td_125
{
	background-color: #FFFF00;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

p.Content_body_47_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
}

td.td_126
{
	background-color: #FFF2CC;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

tr.tr_36
{
	height: 30pt;
}

td.td_127
{
	background-color: #FFFF00;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_128
{
	background-color: #FFF2CC;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

tr.tr_37
{
	height: 18pt;
}

tr.tr_38
{
	height: 21pt;
}

p.Content_body_47_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-align: right;
	font-style: italic;
	font-size: 8pt;
}

td.td_129
{
	border-right-style: none;
	background-color: #FFF2CC;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

p.Content_body_47_8
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-align: right;
	font-weight: bold;
	font-size: 9pt;
}

td.td_130
{
	border-left-style: none;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #FFF2CC;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

td.td_131
{
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	background-color: #FFF2CC;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

span.span_190
{
	font-style: italic;
	font-size: 9pt;
}

p.Content_body_47_9
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: right;
	font-family: 'Arial Narrow';
	font-style: italic;
	font-size: 9pt;
}

tr.tr_39
{
	height: 42pt;
}

img.img_1171
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 330px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_157
{
	width: 202pt;
}

p.Content_body_47_10
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt;
}

td.td_132
{
	background-color: #5B9BD5;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_133
{
	background-color: #5B9BD5;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

span.span_191
{
	font-family: Consolas;
	color: #FF0000;
	font-size: 8pt;
}

span.span_192
{
	font-family: Consolas;
	color: #000000;
	font-size: 8pt;
}

img.img_1172
{
	visibility: visible;
	mso-wrap-style: square;
	width: 430px;
	height: 512px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1173
{
	visibility: visible;
	mso-wrap-style: square;
	width: 406px;
	height: 492px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1174
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 310px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Microsoft Reporting Services 2012 Guide.docx" />*/

p.p_259
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_68
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_52
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_40
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_134
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_27
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_48
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_34
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1175
{
	visibility: visible;
	mso-wrap-style: square;
	width: 576px;
	height: 432px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1176
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 319px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1177
{
	visibility: visible;
	mso-wrap-style: square;
	width: 631px;
	height: 476px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1178
{
	visibility: visible;
	mso-wrap-style: square;
	width: 576px;
	height: 198px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1179
{
	visibility: visible;
	mso-wrap-style: square;
	width: 576px;
	height: 237px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1180
{
	visibility: visible;
	mso-wrap-style: square;
	width: 533px;
	height: 298px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1181
{
	visibility: visible;
	mso-wrap-style: square;
	width: 484px;
	height: 555px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1182
{
	visibility: visible;
	mso-wrap-style: square;
	width: 615px;
	height: 153px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1183
{
	visibility: visible;
	mso-wrap-style: square;
	width: 622px;
	height: 247px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1184
{
	visibility: visible;
	mso-wrap-style: square;
	width: 619px;
	height: 218px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1185
{
	visibility: visible;
	mso-wrap-style: square;
	width: 620px;
	height: 250px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1186
{
	visibility: visible;
	mso-wrap-style: square;
	width: 618px;
	height: 183px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1187
{
	visibility: visible;
	mso-wrap-style: square;
	width: 620px;
	height: 156px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1188
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 162px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1189
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 299px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1190
{
	visibility: visible;
	mso-wrap-style: square;
	width: 271px;
	height: 372px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1191
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 389px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_48
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_1192
{
	visibility: visible;
	mso-wrap-style: square;
	width: 617px;
	height: 404px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1193
{
	visibility: visible;
	mso-wrap-style: square;
	width: 458px;
	height: 334px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1194
{
	width: 318px;
	height: 434px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1195
{
	visibility: visible;
	mso-wrap-style: square;
	width: 233px;
	height: 253px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1196
{
	visibility: visible;
	mso-wrap-style: square;
	width: 247px;
	height: 256px;
}

img.img_1197
{
	visibility: visible;
	mso-wrap-style: square;
	width: 520px;
	height: 483px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1198
{
	visibility: visible;
	mso-wrap-style: square;
	width: 419px;
	height: 389px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1199
{
	visibility: visible;
	mso-wrap-style: square;
	width: 431px;
	height: 400px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1200
{
	visibility: visible;
	mso-wrap-style: square;
	width: 518px;
	height: 479px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1201
{
	visibility: visible;
	mso-wrap-style: square;
	width: 298px;
	height: 115px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1202
{
	visibility: visible;
	mso-wrap-style: square;
	width: 256px;
	height: 398px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1203
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 250px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1204
{
	visibility: visible;
	mso-wrap-style: square;
	width: 575px;
	height: 156px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1205
{
	visibility: visible;
	mso-wrap-style: square;
	width: 575px;
	height: 268px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1206
{
	visibility: visible;
	mso-wrap-style: square;
	width: 625px;
	height: 169px;
}

img.img_1207
{
	visibility: visible;
	mso-wrap-style: square;
	width: 576px;
	height: 155px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1208
{
	visibility: visible;
	mso-wrap-style: square;
	width: 577px;
	height: 250px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.ListParagraph_6
{
	margin-bottom: 8pt;
	font-family: Arial;
}

li.ListParagraph_6
{
	margin-bottom: 8pt;
	font-family: Arial;
}

img.img_1209
{
	visibility: visible;
	mso-wrap-style: square;
	width: 575px;
	height: 379px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1210
{
	visibility: visible;
	mso-wrap-style: square;
	width: 616px;
	height: 524px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1211
{
	visibility: visible;
	mso-wrap-style: square;
	width: 617px;
	height: 332px;
}

span.span_193
{
	font-family: 'Courier New';
	color: #808080;
}

p.p_260
{
	font-family: 'Courier New';
	color: #808080;
}

p.p_261
{
	font-family: 'Courier New';
	color: #FF0000;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Microsoft Reporting Services 2014 Guide.docx" />*/

p.p_262
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_69
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_53
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_41
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_135
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_28
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_49
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_35
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1212
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 468px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1213
{
	visibility: visible;
	mso-wrap-style: square;
	width: 616px;
	height: 465px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1214
{
	visibility: visible;
	mso-wrap-style: square;
	width: 492px;
	height: 371px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1215
{
	visibility: visible;
	mso-wrap-style: square;
	width: 493px;
	height: 371px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1216
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 128px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1217
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 201px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1218
{
	visibility: visible;
	mso-wrap-style: square;
	width: 574px;
	height: 321px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1219
{
	visibility: visible;
	mso-wrap-style: square;
	width: 481px;
	height: 553px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1220
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 132px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1221
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 142px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1222
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 206px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1223
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 135px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1224
{
	visibility: visible;
	mso-wrap-style: square;
	width: 366px;
	height: 419px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1225
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 431px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_49
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_1226
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 408px;
}

img.img_1227
{
	visibility: visible;
	mso-wrap-style: square;
	width: 460px;
	height: 335px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1228
{
	width: 303px;
	height: 415px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1229
{
	visibility: visible;
	mso-wrap-style: square;
	width: 314px;
	height: 330px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1230
{
	visibility: visible;
	mso-wrap-style: square;
	width: 358px;
	height: 248px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1231
{
	visibility: visible;
	mso-wrap-style: square;
	width: 520px;
	height: 483px;
}

img.img_1232
{
	visibility: visible;
	mso-wrap-style: square;
	width: 396px;
	height: 141px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1233
{
	visibility: visible;
	mso-wrap-style: square;
	width: 338px;
	height: 445px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1234
{
	visibility: visible;
	mso-wrap-style: square;
	width: 209px;
	height: 111px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1235
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 254px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1236
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 252px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1237
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 258px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1238
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 377px;
}

img.img_1239
{
	visibility: visible;
	mso-wrap-style: square;
	width: 617px;
	height: 168px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1240
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 377px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1241
{
	visibility: visible;
	mso-wrap-style: square;
	width: 622px;
	height: 410px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1242
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 529px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1243
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 336px;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Microsoft Reporting Services 2016 Guide.docx" />*/

p.p_263
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_70
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_54
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_42
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_136
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_29
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_50
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_36
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1244
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 471px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1245
{
	visibility: visible;
	mso-wrap-style: square;
	width: 491px;
	height: 422px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1246
{
	visibility: visible;
	mso-wrap-style: square;
	width: 430px;
	height: 370px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1247
{
	visibility: visible;
	mso-wrap-style: square;
	width: 426px;
	height: 367px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1248
{
	visibility: visible;
	mso-wrap-style: square;
	width: 447px;
	height: 384px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1249
{
	visibility: visible;
	mso-wrap-style: square;
	width: 509px;
	height: 284px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1250
{
	visibility: visible;
	mso-wrap-style: square;
	width: 513px;
	height: 287px;
}

img.img_1251
{
	visibility: visible;
	mso-wrap-style: square;
	width: 457px;
	height: 255px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1252
{
	visibility: visible;
	mso-wrap-style: square;
	width: 471px;
	height: 316px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1253
{
	visibility: visible;
	mso-wrap-style: square;
	width: 464px;
	height: 311px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1254
{
	visibility: visible;
	mso-wrap-style: square;
	width: 494px;
	height: 331px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1255
{
	visibility: visible;
	mso-wrap-style: square;
	width: 534px;
	height: 396px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1256
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 346px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1257
{
	visibility: visible;
	mso-wrap-style: square;
	width: 167px;
	height: 163px;
}

img.img_1258
{
	visibility: visible;
	mso-wrap-style: square;
	width: 513px;
	height: 352px;
}

img.img_1259
{
	visibility: visible;
	mso-wrap-style: square;
	width: 489px;
	height: 361px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1260
{
	width: 289px;
	height: 402px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1261
{
	visibility: visible;
	mso-wrap-style: square;
	width: 341px;
	height: 287px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1262
{
	visibility: visible;
	mso-wrap-style: square;
	width: 358px;
	height: 199px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1263
{
	visibility: visible;
	mso-wrap-style: square;
	width: 519px;
	height: 483px;
}

img.img_1264
{
	visibility: visible;
	mso-wrap-style: square;
	width: 514px;
	height: 483px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_50
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_1265
{
	visibility: visible;
	mso-wrap-style: square;
	width: 511px;
	height: 483px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1266
{
	visibility: visible;
	mso-wrap-style: square;
	width: 520px;
	height: 481px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1267
{
	visibility: visible;
	mso-wrap-style: square;
	width: 517px;
	height: 483px;
}

img.img_1268
{
	visibility: visible;
	mso-wrap-style: square;
	width: 513px;
	height: 483px;
}

img.img_1269
{
	visibility: visible;
	mso-wrap-style: square;
	width: 319px;
	height: 141px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1270
{
	visibility: visible;
	mso-wrap-style: square;
	width: 338px;
	height: 428px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1271
{
	visibility: visible;
	mso-wrap-style: square;
	width: 156px;
	height: 83px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1272
{
	visibility: visible;
	mso-wrap-style: square;
	width: 627px;
	height: 204px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1273
{
	visibility: visible;
	mso-wrap-style: square;
	width: 563px;
	height: 247px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1274
{
	visibility: visible;
	mso-wrap-style: square;
	width: 443px;
	height: 356px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1275
{
	visibility: visible;
	mso-wrap-style: square;
	width: 620px;
	height: 201px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1276
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 280px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1277
{
	visibility: visible;
	mso-wrap-style: square;
	width: 616px;
	height: 377px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1278
{
	visibility: visible;
	mso-wrap-style: square;
	width: 525px;
	height: 330px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1279
{
	visibility: visible;
	mso-wrap-style: square;
	width: 539px;
	height: 262px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1280
{
	visibility: visible;
	mso-wrap-style: square;
	width: 508px;
	height: 231px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Microsoft Reporting Services 2019 Guide.docx" />*/

p.p_264
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_71
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_55
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_43
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_137
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_30
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_51
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_37
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1281
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 215px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1282
{
	visibility: visible;
	mso-wrap-style: square;
	width: 560px;
	height: 66px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1283
{
	visibility: visible;
	mso-wrap-style: square;
	width: 372px;
	height: 317px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1284
{
	visibility: visible;
	mso-wrap-style: square;
	width: 444px;
	height: 380px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1285
{
	visibility: visible;
	mso-wrap-style: square;
	width: 410px;
	height: 345px;
}

img.img_1286
{
	visibility: visible;
	mso-wrap-style: square;
	width: 410px;
	height: 348px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1287
{
	visibility: visible;
	mso-wrap-style: square;
	width: 406px;
	height: 348px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1288
{
	visibility: visible;
	mso-wrap-style: square;
	width: 414px;
	height: 351px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1289
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 325px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1290
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 448px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1291
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 470px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1292
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 437px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1293
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 467px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1294
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 441px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1295
{
	visibility: visible;
	mso-wrap-style: square;
	width: 580px;
	height: 441px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1296
{
	visibility: visible;
	mso-wrap-style: square;
	width: 560px;
	height: 424px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1297
{
	visibility: visible;
	mso-wrap-style: square;
	width: 423px;
	height: 317px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1298
{
	visibility: visible;
	mso-wrap-style: square;
	width: 539px;
	height: 300px;
}

img.img_1299
{
	visibility: visible;
	mso-wrap-style: square;
	width: 477px;
	height: 266px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1300
{
	visibility: visible;
	mso-wrap-style: square;
	width: 354px;
	height: 408px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1301
{
	visibility: visible;
	mso-wrap-style: square;
	width: 546px;
	height: 367px;
}

img.img_1302
{
	visibility: visible;
	mso-wrap-style: square;
	width: 565px;
	height: 379px;
}

img.img_1303
{
	visibility: visible;
	mso-wrap-style: square;
	width: 533px;
	height: 358px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1304
{
	visibility: visible;
	mso-wrap-style: square;
	width: 499px;
	height: 370px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1305
{
	visibility: visible;
	mso-wrap-style: square;
	width: 160px;
	height: 156px;
}

li.Content_body_51
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_1306
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 380px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1307
{
	visibility: visible;
	mso-wrap-style: square;
	width: 493px;
	height: 363px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1308
{
	width: 288px;
	height: 402px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1309
{
	visibility: visible;
	mso-wrap-style: square;
	width: 519px;
	height: 483px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1310
{
	visibility: visible;
	mso-wrap-style: square;
	width: 520px;
	height: 481px;
}

img.img_1311
{
	visibility: visible;
	mso-wrap-style: square;
	width: 517px;
	height: 483px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1312
{
	visibility: visible;
	mso-wrap-style: square;
	width: 513px;
	height: 483px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_indented_37
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1313
{
	visibility: visible;
	mso-wrap-style: square;
	width: 167px;
	height: 89px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_indented_37_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: 'Courier New';
}

img.img_1314
{
	visibility: visible;
	mso-wrap-style: square;
	width: 617px;
	height: 201px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1315
{
	visibility: visible;
	mso-wrap-style: square;
	width: 574px;
	height: 252px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1316
{
	visibility: visible;
	mso-wrap-style: square;
	width: 441px;
	height: 354px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1317
{
	visibility: visible;
	mso-wrap-style: square;
	width: 618px;
	height: 200px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1318
{
	visibility: visible;
	mso-wrap-style: square;
	width: 609px;
	height: 273px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1319
{
	visibility: visible;
	mso-wrap-style: square;
	width: 619px;
	height: 378px;
}

img.img_1320
{
	visibility: visible;
	mso-wrap-style: square;
	width: 530px;
	height: 333px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1321
{
	visibility: visible;
	mso-wrap-style: square;
	width: 564px;
	height: 274px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Package Import Export Utilities.docx" />*/

p.p_265
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_72
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_56
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_44
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_138
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_31
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_52
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_38
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

col.col_158
{
	width: 348pt;
}

li.Content_body_52
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Bullet_list_2_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: Arial;
}

img.img_1322
{
	visibility: visible;
	mso-wrap-style: square;
	width: 618px;
	height: 556px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1323
{
	visibility: visible;
	mso-wrap-style: square;
	width: 314px;
	height: 216px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1324
{
	visibility: visible;
	mso-wrap-style: square;
	width: 516px;
	height: 315px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ul.ul_57
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 59pt;
}

img.img_1325
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 205px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1326
{
	visibility: visible;
	mso-wrap-style: square;
	width: 578px;
	height: 392px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1327
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 381px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_1_12
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 59pt;
}

p.Bullet_list_3_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 81pt;
}

p.ListParagraph_7
{
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
}

li.ListParagraph_7
{
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
}

span.span_194
{
	font-family: 'Courier New';
	font-weight: bold;
	font-size: 10pt;
}

img.img_1328
{
	visibility: visible;
	mso-wrap-style: square;
	width: 197px;
	height: 267px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1329
{
	visibility: visible;
	mso-wrap-style: square;
	width: 163px;
	height: 550px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1330
{
	visibility: visible;
	mso-wrap-style: square;
	width: 267px;
	height: 148px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1331
{
	visibility: visible;
	mso-wrap-style: square;
	width: 308px;
	height: 299px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\PDF Watermarking Setup Guide.docx" />*/

p.p_266
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_73
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_58
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_45
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_139
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_32
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_53
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_39
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.ListParagraph_8
{
	margin-bottom: 8pt;
	font-family: Arial;
}

li.ListParagraph_8
{
	margin-bottom: 8pt;
	font-family: Arial;
}

p.ListParagraph_8_1
{
	margin-bottom: 8pt;
	font-family: Arial;
	font-weight: bold;
}

p.ListParagraph_8_2
{
	margin-bottom: 8pt;
	font-family: Verdana;
}

li.ListParagraph_8_1
{
	margin-bottom: 8pt;
	font-family: Arial;
	font-weight: bold;
}

img.img_1332
{
	visibility: visible;
	mso-wrap-style: square;
	width: 315px;
	height: 146px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1333
{
	visibility: visible;
	mso-wrap-style: square;
	width: 436px;
	height: 496px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1334
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 759px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1335
{
	visibility: visible;
	mso-wrap-style: square;
	width: 528px;
	height: 621px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1336
{
	visibility: visible;
	mso-wrap-style: square;
	width: 451px;
	height: 410px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ol.ol_74
{
	padding-left: 0px;
	margin-left: 108pt;
}

img.img_1337
{
	visibility: visible;
	mso-wrap-style: square;
	width: 626px;
	height: 532px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1338
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 517px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1339
{
	visibility: visible;
	mso-wrap-style: square;
	width: 609px;
	height: 783px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1340
{
	visibility: visible;
	mso-wrap-style: square;
	width: 444px;
	height: 343px;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Platform Specifications.docx" />*/

p.p_267
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_75
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_59
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_46
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_140
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_33
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}

div.div_40
{
	margin-left: 0;
	margin-top: 331pt;
	width: 471.55pt;
	height: 117.45pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-height-percent: 0;
	mso-height-relative: margin;
	v-text-anchor: top;
}

div.div_41
{
	margin-left: 0;
	margin-top: 131.6pt;
	width: 471.55pt;
	height: 206.6pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-height-percent: 0;
	mso-height-relative: margin;
	v-text-anchor: bottom;
}

p.Table_Header_9
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_21
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

li.Table_Body_21
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

col.col_159
{
	width: 167pt;
}

p.Content_body_54
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-size: 9pt;
}

th.th_30
{
	background-color: #BFBFBF;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

th.th_31
{
	background-color: #BFBFBF;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

p.Content_body_55
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 0pt;
	text-indent: 86pt;
}

p.Content_body_56
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 0pt;
	text-indent: 90pt;
}

p.Content_body_57
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	text-indent: 5pt;
	margin-left: 86pt;
}

p.Content_body_58
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 90pt;
}

p.Content_body_59
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 0pt;
	text-indent: 95pt;
}

p.Content_body_60
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 95pt;
}

p.Content_body_61
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 0pt;
	text-indent: 99pt;
}

p.Content_body_62
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 99pt;
}

img.img_1341
{
	z-index: 1;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	margin-left: 198.75pt;
	width: 344px;
	height: 77px;
}

col.col_160
{
	width: 163pt;
}

td.td_141
{
	background-color: #CCCCCC;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 2pt;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2pt;
	border-right-color: #FFFFFF;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 6pt;
	padding-right: 6pt;
}

td.td_142
{
	background-color: #CCCCCC;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2pt;
	border-right-color: #FFFFFF;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 6pt;
	padding-right: 6pt;
}

p.p_268
{
	font-weight: bold;
	font-size: 8pt;
}

td.td_143
{
	background-color: #CCCCCC;
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 2pt;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2pt;
	border-right-color: #FFFFFF;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 6pt;
	padding-right: 6pt;
}

td.td_144
{
	background-color: #CCCCCC;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2pt;
	border-right-color: #FFFFFF;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 6pt;
	padding-right: 6pt;
}

p.p_269
{
	text-align: center;
	font-size: 8pt;
}

table.table_13
{
	margin-left: 14pt;
	background-color: #CCCCCC;
	border-collapse: collapse;
}

sup.sup_1
{
	font-size: 6pt;
}

span.span_195
{
	font-size: 6pt;
}

p.p_270
{
	margin-right: 5pt;
	margin-left: 0pt;
	text-indent: 9pt;
}

div.div_42
{
	margin-left: 9.65pt;
	margin-top: .7pt;
	width: 446.4pt;
	height: 23.1pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
}

p.p_271
{
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}

span.span_196
{
	font-weight: bold;
	font-size: 8pt;
}

sup.sup_2
{
	font-weight: bold;
	font-size: 8pt;
}

div.div_43
{
	margin-left: 9.65pt;
	width: 446.4pt;
	height: 24.2pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
	margin-top: 0pt;
}

div.div_44
{
	margin-left: 9.5pt;
	width: 446.4pt;
	height: 20.5pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
	margin-top: 0pt;
}

img.img_1342
{
	z-index: 10;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	margin-left: 198.7pt;
	width: 344px;
	height: 67px;
}

img.img_1343
{
	z-index: 3;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	margin-left: 0;
	width: 78px;
	height: 33px;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Programmer's Guide.docx" />*/

p.p_272
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_76
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_60
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_47
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_145
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_34
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}

p.Table_Header_10
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_22
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

p.Bullet_list_1_9
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

li.Bullet_list_1_9_1
{
	color: #262626;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

p.Code_21
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
}

li.Bullet_list_1_9_1_1
{
	color: #262626;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
}

span.span_197
{
	font-family: Courier;
	color: #172B4D;
	font-size: 11pt;
}

p.Content_indented_40
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Courier;
	color: #172B4D;
	font-size: 11pt;
}

p.Content_indented_41
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: 'Courier New';
}

li.Content_indented_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: 'Courier New';
}

ul.ul_61
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 57pt;
}

span.span_198
{
	color: #0A0C0C;
}

span.span_199
{
	font-family: 'Courier New';
	color: #0A0C0C;
}

p.Code_21_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	font-weight: bold;
}

col.col_161
{
	width: 329pt;
}

td.td_146
{
	background-color: #E0E0E0;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

col.col_162
{
	width: 395pt;
}

th.th_32
{
	background-color: #E0E0E0;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

th.th_33
{
	background-color: #E0E0E0;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

col.col_163
{
	width: 296pt;
}

p.Table_Body_22_1
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	text-indent: 2pt;
}

p.Table_Body_22_2
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Verdana;
}

span.span_200
{
	font-weight: bold;
	color: #0000FF;
}

p.Content_body_63
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-size: 8pt;
}

p.Code_21_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	font-size: 8pt;
}

p.Code_21_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	font-style: italic;
	color: #008000;
}

li.Bullet_list_1_9_1_2
{
	color: #262626;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-size: 8pt;
}

span.span_201
{
	font-family: Verdana;
}

p.Content_indented_42
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Verdana;
}

p.Bullet_list_2_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

li.Bullet_list_2_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

col.col_164
{
	width: 145pt;
}

col.col_165
{
	width: 334pt;
}

p.Code_21_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	color: #152B4D;
	font-size: 8pt;
}

li.Bullet_list_1_9_1_3
{
	color: #262626;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
}

p.Image_number_8
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
	font-family: Arial;
}

p.Numbered_1_13
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

li.Numbered_1_13
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

img.img_1344
{
	visibility: visible;
	mso-wrap-style: square;
	width: 585px;
	height: 379px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Numbered_1_13_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 18pt;
}

img.img_1345
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 424px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1346
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 461px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

td.td_147
{
	background-color: #E0E0E0;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_148
{
	background-color: #E0E0E0;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

td.td_149
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

img.img_1347
{
	visibility: visible;
	mso-wrap-style: square;
	width: 551px;
	height: 431px;
}

td.td_150
{
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

img.img_1348
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 593px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1349
{
	visibility: visible;
	mso-wrap-style: square;
	width: 534px;
	height: 448px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Numbered_1_13_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 18pt;
	font-weight: bold;
}

img.img_1350
{
	visibility: visible;
	mso-wrap-style: square;
	width: 549px;
	height: 431px;
}

img.img_1351
{
	visibility: visible;
	mso-wrap-style: square;
	width: 357px;
	height: 239px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_202
{
	font-family: 'Courier New';
	font-size: 8pt;
}

p.Numbered_2_6
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

li.Numbered_2_6
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

li.Numbered_2_6_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 36pt;
}

p.Content_indentend_2_9
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: 'Courier New';
	font-size: 8pt;
}

p.Code_21_5
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	font-weight: bold;
	color: #0000FF;
}

p.Code_21_6
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	color: #FF0000;
}

img.img_1352
{
	visibility: visible;
	mso-wrap-style: square;
	width: 462px;
	height: 362px;
}

p.Content_body_64
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Procedure_Title_34_1
{
	page-break-after: avoid;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: 'Courier New';
	font-weight: normal;
	font-size: 10pt;
}

p.Procedure_Title_34_2
{
	page-break-after: avoid;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

img.img_1353
{
	visibility: visible;
	mso-wrap-style: square;
	width: 503px;
	height: 341px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Procedure_Title_34_3
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-family: 'Courier New';
	color: #000000;
	font-size: 8pt;
}

p.p_273
{
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
}

p.Code_21_7
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
	font-style: italic;
}

li.Numbered_1_13_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 18pt;
	font-family: 'Courier New';
}

li.Numbered_1_13_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
}

span.span_203
{
	font-family: 'Courier New';
	color: #3333FF;
}

span.span_204
{
	font-family: 'Courier New';
	color: #990000;
}

img.img_1354
{
	visibility: visible;
	mso-wrap-style: square;
	width: 612px;
	height: 265px;
}

img.img_1355
{
	visibility: visible;
	mso-wrap-style: square;
	width: 593px;
	height: 288px;
}

p.p_274
{
	font-family: Verdana;
	font-size: 8pt;
}

div.div_45
{
	left: 13101;
	top: 1160;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	background-color: yellow;
	width: 572pt;
	height: 114pt;
}

div.div_46
{
	left: 24497;
	top: 10304;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	background-color: yellow;
	width: 457pt;
	height: 229pt;
}

div.div_47
{
	left: 9553;
	top: 8256;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	background-color: yellow;
	width: 572pt;
	height: 114pt;
}

div.div_48
{
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	background-color: yellow;
	width: 572pt;
	height: 114pt;
}

div.div_49
{
	left: 10713;
	top: 28250;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	background-color: yellow;
	width: 552pt;
	height: 214pt;
}

div.div_50
{
	left: 23132;
	top: 28250;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	background-color: yellow;
	width: 514pt;
	height: 214pt;
}

div.div_51
{
	left: 0;
	text-align: left;
	margin-left: 270pt;
	margin-top: 580.25pt;
	width: 1in;
	height: 36pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: top;
	background-color: yellow;
}

div.div_52
{
	left: 0;
	text-align: left;
	margin-left: 351pt;
	margin-top: 580.25pt;
	width: 1in;
	height: 36pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: top;
	background-color: yellow;
}

img.img_1356
{
	visibility: visible;
	mso-wrap-style: square;
	width: 618px;
	height: 451px;
}

img.img_1357
{
	visibility: visible;
	mso-wrap-style: square;
	width: 480px;
	height: 118px;
}

img.img_1358
{
	visibility: visible;
	mso-wrap-style: square;
	width: 508px;
	height: 342px;
}

img.img_1359
{
	visibility: visible;
	mso-wrap-style: square;
	width: 526px;
	height: 259px;
}

img.img_1360
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 211px;
}

img.img_1361
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 193px;
}

span.span_205
{
	color: #0563C1;
	text-decoration: underline;
}

p.p_275
{
	margin-left: 5pt;
	margin-right: 5pt;
	background-color: #D9D9D9;
	margin-bottom: 0pt;
	font-family: 'Courier New';
	color: #000000;
	font-size: 8pt;
}

p.p_276
{
	margin-left: 5pt;
	margin-right: 5pt;
	background-color: #D9D9D9;
	margin-bottom: 0pt;
	text-indent: 18pt;
	font-family: 'Courier New';
	color: #000000;
	font-size: 8pt;
}

div.div_53
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #D9D9D9;
}

p.p_277
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	text-indent: 18pt;
}

p.p_278
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	text-indent: 18pt;
	font-family: 'Courier New';
}

li.Bullet_list_1_9_1_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	color: #000000;
}

li.Bullet_list_1_9_1_5
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

p.p_279
{
	page-break-after: avoid;
	margin-bottom: 0pt;
}

span.span_206
{
	font-style: italic;
	color: #FF0000;
	background-color: #FFFF00;
}

a.a_2
{
	color: #0563C1;
	text-decoration: underline;
}

span.span_207
{
	font-style: italic;
	color: #000000;
}

p.p_280
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 18pt;
}

p.p_281
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
}

p.p_282
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 18pt;
}

li.li_48
{
	margin-bottom: 0pt;
}

ul.ul_62
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 0pt;
}

p.p_283
{
	margin-bottom: 0pt;
	font-family: Courier;
}

img.img_1362
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 94px;
}

span.span_208
{
	font-family: 'Times New Roman';
	font-size: 12pt;
}

p.p_284
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 0pt;
}

div.div_54
{
	margin-left: 0;
	margin-top: 278.6pt;
	width: 466.8pt;
	height: 76pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 3.6pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 3.6pt;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: page;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
}

p.p_285
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

p.p_286
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 0pt;
	text-indent: 36pt;
}

p.p_287
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 0pt;
	text-indent: 36pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

div.div_55
{
	margin-left: 0;
	margin-top: 35.7pt;
	width: 466.8pt;
	height: 68.4pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 3.6pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 3.6pt;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
}

div.div_56
{
	margin-left: 0;
	margin-top: 126.55pt;
	width: 466.8pt;
	height: 34.1pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 3.6pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 3.6pt;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
}

img.img_1363
{
	visibility: visible;
	mso-wrap-style: square;
	width: 666px;
	height: 473px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

div.div_57
{
	margin-left: 0;
	margin-top: 22.85pt;
	width: 466.8pt;
	height: 68.4pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 3.6pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 3.6pt;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
}

div.div_58
{
	margin-left: 0;
	margin-top: 59.65pt;
	width: 466.2pt;
	height: 116.9pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 200;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 3.6pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 3.6pt;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 200;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
}

img.img_1364
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 294px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1365
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 156px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_body_65
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-style: italic;
}

p.p_288
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-indent: 36pt;
}

p.p_289
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-indent: 36pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

div.div_59
{
	margin-left: 0;
	margin-top: 50.95pt;
	width: 466.8pt;
	height: 123.55pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 200;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 3.6pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 3.6pt;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 200;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Publishing Service Setup Guide.docx" />*/

p.p_290
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_77
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_63
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_49
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_151
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_35
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_66
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_43
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Note_13
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	margin-left: 0pt;
	text-indent: 36pt;
	font-family: Arial;
}

p.Note_13_1
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	margin-left: 0pt;
	text-indent: 36pt;
	font-family: Arial;
	font-weight: bold;
}

p.Content_body_66_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	color: #0000FF;
	font-size: 9pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Query Builder Guide.docx" />*/

p.p_291
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_78
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_64
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_50
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_152
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_36
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_67
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_44
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1366
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 228px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_67
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_1367
{
	visibility: visible;
	mso-wrap-style: square;
	width: 335px;
	height: 148px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1368
{
	visibility: visible;
	mso-wrap-style: square;
	width: 582px;
	height: 408px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1369
{
	visibility: visible;
	mso-wrap-style: square;
	width: 583px;
	height: 420px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1370
{
	visibility: visible;
	mso-wrap-style: square;
	width: 441px;
	height: 382px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1371
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 414px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1372
{
	visibility: visible;
	mso-wrap-style: square;
	width: 360px;
	height: 308px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1373
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 275px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1374
{
	visibility: visible;
	mso-wrap-style: square;
	width: 436px;
	height: 372px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1375
{
	visibility: visible;
	mso-wrap-style: square;
	width: 397px;
	height: 337px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Bullet_list_3_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 72pt;
	font-family: 'Courier New';
}

img.img_1376
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 496px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1377
{
	visibility: visible;
	mso-wrap-style: square;
	width: 462px;
	height: 343px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1378
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 350px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1379
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 443px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1380
{
	visibility: visible;
	mso-wrap-style: square;
	width: 544px;
	height: 393px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1381
{
	visibility: visible;
	mso-wrap-style: square;
	width: 528px;
	height: 335px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Table_Title_13
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_13
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

p.Table_Body_23
{
	margin-top: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	margin-bottom: 5pt;
}

p.Note_14
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-top: 5pt;
}

li.Note_12
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 36pt;
	margin-top: 5pt;
}

img.img_1382
{
	visibility: visible;
	mso-wrap-style: square;
	width: 486px;
	height: 427px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1383
{
	visibility: visible;
	mso-wrap-style: square;
	width: 580px;
	height: 273px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1384
{
	visibility: visible;
	mso-wrap-style: square;
	width: 587px;
	height: 215px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1385
{
	visibility: visible;
	mso-wrap-style: square;
	width: 466px;
	height: 309px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1386
{
	visibility: visible;
	mso-wrap-style: square;
	width: 573px;
	height: 239px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1387
{
	visibility: visible;
	mso-wrap-style: square;
	width: 21px;
	height: 22px;
}

img.img_1388
{
	visibility: visible;
	mso-wrap-style: square;
	width: 565px;
	height: 381px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1389
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 421px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1390
{
	visibility: visible;
	mso-wrap-style: square;
	width: 562px;
	height: 329px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1391
{
	visibility: visible;
	mso-wrap-style: square;
	width: 24px;
	height: 25px;
}

img.img_1392
{
	visibility: visible;
	mso-wrap-style: square;
	width: 458px;
	height: 344px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1393
{
	visibility: visible;
	mso-wrap-style: square;
	width: 233px;
	height: 300px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1394
{
	visibility: visible;
	mso-wrap-style: square;
	width: 235px;
	height: 296px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1395
{
	visibility: visible;
	mso-wrap-style: square;
	width: 233px;
	height: 221px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1396
{
	visibility: visible;
	mso-wrap-style: square;
	width: 215px;
	height: 240px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1397
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 208px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1398
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 157px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_209
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
	background-color: #FFFFFF;
}

span.span_210
{
	font-family: Consolas;
	color: #A31515;
	font-size: 9pt;
	background-color: #FFFFFF;
}

span.span_211
{
	font-family: Consolas;
	color: #FF0000;
	font-size: 9pt;
	background-color: #FFFFFF;
}

img.img_1399
{
	visibility: visible;
	mso-wrap-style: square;
	width: 338px;
	height: 96px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1400
{
	visibility: visible;
	mso-wrap-style: square;
	width: 617px;
	height: 253px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1401
{
	visibility: visible;
	mso-wrap-style: square;
	width: 620px;
	height: 258px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1402
{
	visibility: visible;
	mso-wrap-style: square;
	width: 597px;
	height: 258px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1403
{
	visibility: visible;
	mso-wrap-style: square;
	width: 586px;
	height: 264px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1404
{
	visibility: visible;
	mso-wrap-style: square;
	width: 587px;
	height: 224px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1405
{
	visibility: visible;
	mso-wrap-style: square;
	width: 528px;
	height: 483px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1406
{
	visibility: visible;
	mso-wrap-style: square;
	width: 482px;
	height: 441px;
}

img.img_1407
{
	visibility: visible;
	mso-wrap-style: square;
	width: 348px;
	height: 126px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1408
{
	visibility: visible;
	mso-wrap-style: square;
	width: 503px;
	height: 350px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1409
{
	visibility: visible;
	mso-wrap-style: square;
	width: 72px;
	height: 41px;
}

img.img_1410
{
	visibility: visible;
	mso-wrap-style: square;
	width: 561px;
	height: 392px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1411
{
	visibility: visible;
	mso-wrap-style: square;
	width: 561px;
	height: 293px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1412
{
	visibility: visible;
	mso-wrap-style: square;
	width: 457px;
	height: 389px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1413
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 240px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1414
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 368px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1415
{
	visibility: visible;
	mso-wrap-style: square;
	width: 559px;
	height: 301px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1416
{
	visibility: visible;
	mso-wrap-style: square;
	width: 17px;
	height: 19px;
}

img.img_1417
{
	visibility: visible;
	mso-wrap-style: square;
	width: 606px;
	height: 371px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1418
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 162px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1419
{
	visibility: visible;
	mso-wrap-style: square;
	width: 404px;
	height: 96px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1420
{
	visibility: visible;
	mso-wrap-style: square;
	width: 423px;
	height: 121px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1421
{
	visibility: visible;
	mso-wrap-style: square;
	width: 420px;
	height: 103px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1422
{
	visibility: visible;
	mso-wrap-style: square;
	width: 479px;
	height: 96px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1423
{
	visibility: visible;
	mso-wrap-style: square;
	width: 483px;
	height: 234px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1424
{
	visibility: visible;
	mso-wrap-style: square;
	width: 333px;
	height: 140px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1425
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 329px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1426
{
	visibility: visible;
	mso-wrap-style: square;
	width: 601px;
	height: 166px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1427
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 196px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1428
{
	visibility: visible;
	mso-wrap-style: square;
	width: 601px;
	height: 118px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1429
{
	visibility: visible;
	mso-wrap-style: square;
	width: 614px;
	height: 122px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1430
{
	visibility: visible;
	mso-wrap-style: square;
	width: 611px;
	height: 214px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1431
{
	visibility: visible;
	mso-wrap-style: square;
	width: 408px;
	height: 248px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_212
{
	font-family: 'Courier New';
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

img.img_1432
{
	visibility: visible;
	mso-wrap-style: square;
	width: 269px;
	height: 148px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_15
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	background-color: #D3D3D3;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Release Notes.docx" />*/

p.p_292
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_79
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_65
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_51
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_153
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_37
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_68
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_45
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Table_Header_11
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_24
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

p.BodyText1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-family: Arial;
}

p.BodyText2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 29pt;
	font-family: Arial;
}

p.List2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

li.List2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

li.List2_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 47pt;
}

ol.ol_80
{
	padding-left: 0px;
	margin-left: 65pt;
}

col.col_166
{
	width: 414pt;
}

th.th_34
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #D9D9D9;
	vertical-align: middle;
	padding-top: 3pt;
	padding-bottom: 3pt;
	padding-left: 3pt;
	padding-right: 3pt;
}

th.th_35
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #D9D9D9;
	vertical-align: middle;
	padding-top: 3pt;
	padding-bottom: 3pt;
	padding-left: 3pt;
	padding-right: 3pt;
}

tr.tr_40
{
	height: 6pt;
}

td.td_154
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #auto;
	padding-top: 3pt;
	padding-bottom: 3pt;
	padding-left: 3pt;
	padding-right: 3pt;
}

td.td_155
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #auto;
	vertical-align: bottom;
	padding-top: 3pt;
	padding-bottom: 3pt;
	padding-left: 3pt;
	padding-right: 3pt;
}

td.td_156
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #auto;
	vertical-align: middle;
	padding-top: 3pt;
	padding-bottom: 3pt;
	padding-left: 3pt;
	padding-right: 3pt;
}

col.col_167
{
	width: 60pt;
}

col.col_168
{
	width: 195pt;
}

p.Table_Header_11_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	margin-left: 0pt;
}

th.th_36
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 3pt;
	padding-bottom: 3pt;
	padding-left: 3pt;
	padding-right: 3pt;
}

th.th_37
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 3pt;
	padding-bottom: 3pt;
	padding-left: 3pt;
	padding-right: 3pt;
}

td.td_157
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 3pt;
	padding-bottom: 3pt;
	padding-left: 3pt;
	padding-right: 3pt;
}

td.td_158
{
	background-color: #auto;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 3pt;
	padding-bottom: 3pt;
	padding-left: 3pt;
	padding-right: 3pt;
}

p.Table_Body_24_1
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	color: #000000;
}

p.Table_Body_24_2
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	background-color: #FFFF00;
}

p.p_293
{
	margin-bottom: 8pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\RESTful API.docx" />*/

p.p_294
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_81
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_66
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_52
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_159
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Content_body_69
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_46
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Table_Title_14
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_14
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

p.p_295
{
	margin-left: 5pt;
	margin-right: 5pt;
	background-color: #D9D9D9;
	margin-bottom: 0pt;
}

span.span_213
{
	font-family: 'Courier New';
	color: #000000;
	font-size: 8pt;
}

span.span_214
{
	font-family: 'Courier New';
	color: #000000;
	font-size: 6pt;
}

p.p_296
{
	font-size: 9pt;
}

span.span_215
{
	font-family: 'Courier New';
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
}

span.span_216
{
	font-family: 'Courier New';
	font-style: italic;
	color: #000000;
	font-size: 8pt;
}

p.p_297
{
	margin-left: 5pt;
	margin-right: 5pt;
	background-color: #D9D9D9;
	margin-bottom: 0pt;
	font-family: 'Courier New';
	color: #000000;
	font-size: 9pt;
}

p.Content_body_69_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #000000;
	font-size: 11pt;
}

span.span_217
{
	font-family: Arial;
	font-weight: bold;
}

span.span_218
{
	font-family: Arial;
}

p.p_298
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #D9D9D9;
}

p.Table_Header_12
{
	margin-left: 14pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
}

td.td_160
{
	background-color: #E7E6E6;
	padding-top: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	padding-right: 5pt;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
}

td.td_161
{
	background-color: #E7E6E6;
	padding-top: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	padding-right: 5pt;
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

td.td_162
{
	background-color: #E7E6E6;
	padding-top: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	padding-right: 5pt;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

td.td_163
{
	padding-top: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	padding-right: 5pt;
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

td.td_164
{
	padding-top: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	padding-right: 5pt;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

p.Table_Body_25
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: 'Courier New';
	color: #000000;
	font-size: 11pt;
}

p.Table_Body_26
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	color: #000000;
	font-size: 11pt;
}

span.span_219
{
	font-family: 'Courier New';
	color: #000000;
	font-size: 11pt;
}

span.span_220
{
	font-family: 'Courier New';
	font-style: italic;
	color: #000000;
	font-size: 11pt;
}

p.Table_Title_14_1
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
	margin-left: 41pt;
}

th.th_38
{
	background-color: #E7E6E6;
	padding-top: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	padding-right: 5pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
}

td.td_165
{
	background-color: #E7E6E6;
	padding-top: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	padding-right: 5pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

td.td_166
{
	background-color: #E7E6E6;
	padding-top: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	padding-right: 5pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

td.td_167
{
	padding-top: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	padding-right: 5pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

td.td_168
{
	padding-top: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	padding-right: 5pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

span.span_221
{
	font-family: 'Courier New';
	color: #000000;
	font-size: 9pt;
}

sup.sup_3
{
	font-family: 'Courier New';
	color: #000000;
	font-size: 8pt;
}

col.col_169
{
	width: 320pt;
}

tr.tr_41
{
	height: 28pt;
}

td.td_169
{
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

p.p_299
{
	margin-left: 5pt;
	margin-right: 5pt;
	background-color: #D9D9D9;
	margin-bottom: 0pt;
	font-family: 'Courier New';
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
}

span.span_222
{
	color: #0563C1;
}

span.CodeChar
{
	font-size: 10pt;
}

p.p_300
{
	margin-left: 5pt;
	margin-right: 5pt;
	background-color: #D9D9D9;
	margin-bottom: 0pt;
	text-indent: 18pt;
}

span.HTMLCode
{
	font-size: 10pt;
}

span.HTMLCode_1
{
	font-family: 'Courier New';
	font-style: italic;
	color: #11171A;
	font-size: 11pt;
}

span.span_223
{
	font-family: source-sans-pro;
}

p.p_301
{
	font-family: 'Courier New';
	font-style: italic;
	color: #11171A;
	font-size: 11pt;
}

p.Code_22
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: source-sans-pro;
}

p.p_302
{
	margin-right: 0pt;
	text-align: right;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Scheduler Service.docx" />*/

p.p_303
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_82
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_67
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_53
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_170
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_38
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_70
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_47
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1433
{
	visibility: visible;
	mso-wrap-style: square;
	width: 576px;
	height: 280px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1434
{
	visibility: visible;
	mso-wrap-style: square;
	width: 562px;
	height: 348px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_224
{
	font-family: 'Courier New';
	font-weight: bold;
	color: #0000FF;
}

p.p_304
{
	margin-left: 36pt;
	font-family: 'Courier New';
	font-style: italic;
	color: #008000;
}

span.span_225
{
	font-family: 'Courier New';
	color: #800080;
}

p.p_305
{
	margin-left: 36pt;
	font-family: 'Courier New';
	font-weight: bold;
	color: #0000FF;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Self-Service Reporting Administrator Guide.docx" />*/

p.p_306
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_83
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_68
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_54
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_171
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Content_body_71
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_48
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1435
{
	visibility: visible;
	mso-wrap-style: square;
	width: 33px;
	height: 35px;
}

img.img_1436
{
	visibility: visible;
	mso-wrap-style: square;
	width: 344px;
	height: 183px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1437
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 395px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Table_Title_15
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_15
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

span.span_226
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 8pt;
	background-color: #FFFFFF;
}

span.span_227
{
	font-family: Consolas;
	color: #A31515;
	font-size: 8pt;
	background-color: #FFFFFF;
}

span.span_228
{
	font-family: Consolas;
	color: #FF0000;
	font-size: 8pt;
	background-color: #FFFFFF;
}

p.p_307
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	margin-right: 18pt;
}

p.Content_body_71_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 18pt;
	margin-right: 18pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Self-Service Reporting User Guide.docx" />*/

p.p_308
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_84
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_69
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_55
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_172
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Content_body_72
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_49
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1438
{
	visibility: visible;
	mso-wrap-style: square;
	width: 465px;
	height: 352px;
}

img.img_1439
{
	visibility: visible;
	mso-wrap-style: square;
	width: 557px;
	height: 785px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_72
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_1440
{
	visibility: visible;
	mso-wrap-style: square;
	width: 38px;
	height: 33px;
}

img.img_1441
{
	visibility: visible;
	mso-wrap-style: square;
	width: 199px;
	height: 464px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1442
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 289px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1443
{
	visibility: visible;
	mso-wrap-style: square;
	width: 466px;
	height: 421px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1444
{
	visibility: visible;
	mso-wrap-style: square;
	width: 551px;
	height: 243px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1445
{
	visibility: visible;
	mso-wrap-style: square;
	width: 615px;
	height: 247px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1446
{
	visibility: visible;
	mso-wrap-style: square;
	width: 608px;
	height: 256px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1447
{
	visibility: visible;
	mso-wrap-style: square;
	width: 20px;
	height: 20px;
}

img.img_1448
{
	visibility: visible;
	mso-wrap-style: square;
	width: 354px;
	height: 240px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1449
{
	visibility: visible;
	mso-wrap-style: square;
	width: 413px;
	height: 293px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1450
{
	visibility: visible;
	mso-wrap-style: square;
	width: 620px;
	height: 197px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1451
{
	visibility: visible;
	mso-wrap-style: square;
	width: 614px;
	height: 186px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1452
{
	visibility: visible;
	mso-wrap-style: square;
	width: 32px;
	height: 27px;
}

img.img_1453
{
	visibility: visible;
	mso-wrap-style: square;
	width: 194px;
	height: 99px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1454
{
	visibility: visible;
	mso-wrap-style: square;
	width: 590px;
	height: 249px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1455
{
	visibility: visible;
	mso-wrap-style: square;
	width: 608px;
	height: 244px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1456
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 404px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1457
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 238px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1458
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 76px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1459
{
	visibility: visible;
	mso-wrap-style: square;
	width: 628px;
	height: 526px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1460
{
	visibility: visible;
	mso-wrap-style: square;
	width: 320px;
	height: 393px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1461
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 211px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Tree Grid View Administrator Guide.docx" />*/

p.p_309
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_85
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_70
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_56
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_173
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_39
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_73
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_50
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1462
{
	visibility: visible;
	mso-wrap-style: square;
	width: 630px;
	height: 565px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1463
{
	visibility: visible;
	mso-wrap-style: square;
	width: 610px;
	height: 579px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1464
{
	visibility: visible;
	mso-wrap-style: square;
	width: 581px;
	height: 501px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1465
{
	visibility: visible;
	mso-wrap-style: square;
	width: 437px;
	height: 338px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1466
{
	visibility: visible;
	mso-wrap-style: square;
	width: 495px;
	height: 386px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1467
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 376px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1468
{
	visibility: visible;
	mso-wrap-style: square;
	width: 597px;
	height: 360px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Table_Title_16
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_16
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

img.img_1469
{
	visibility: visible;
	mso-wrap-style: square;
	width: 205px;
	height: 301px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.Italics_1
{
	font-style: italic;
	letter-spacing: 0pt;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

p.Table_Body_27
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-weight: bold;
	color: black;
	letter-spacing: 0pt;
}

img.img_1470
{
	visibility: visible;
	mso-wrap-style: square;
	width: 604px;
	height: 299px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1471
{
	visibility: visible;
	mso-wrap-style: square;
	width: 585px;
	height: 307px;
}

img.img_1472
{
	visibility: visible;
	mso-wrap-style: square;
	width: 681px;
	height: 371px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1473
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 326px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1474
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 259px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1475
{
	visibility: visible;
	mso-wrap-style: square;
	width: 626px;
	height: 206px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1476
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 208px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1477
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 215px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1478
{
	visibility: visible;
	mso-wrap-style: square;
	width: 31px;
	height: 30px;
}

img.img_1479
{
	visibility: visible;
	mso-wrap-style: square;
	width: 354px;
	height: 332px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1480
{
	visibility: visible;
	mso-wrap-style: square;
	width: 394px;
	height: 367px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1481
{
	visibility: visible;
	mso-wrap-style: square;
	width: 395px;
	height: 372px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1482
{
	visibility: visible;
	mso-wrap-style: square;
	width: 382px;
	height: 359px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1483
{
	visibility: visible;
	mso-wrap-style: square;
	width: 390px;
	height: 331px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1484
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 413px;
}

img.img_1485
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 201px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1486
{
	visibility: visible;
	mso-wrap-style: square;
	width: 550px;
	height: 520px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1487
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 305px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1488
{
	visibility: visible;
	mso-wrap-style: square;
	width: 626px;
	height: 141px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1489
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 293px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1490
{
	visibility: visible;
	mso-wrap-style: square;
	width: 469px;
	height: 311px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1491
{
	visibility: visible;
	mso-wrap-style: square;
	width: 573px;
	height: 381px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1492
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 489px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1493
{
	visibility: visible;
	mso-wrap-style: square;
	width: 343px;
	height: 121px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1494
{
	visibility: visible;
	mso-wrap-style: square;
	width: 505px;
	height: 223px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1495
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 136px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1496
{
	visibility: visible;
	mso-wrap-style: square;
	width: 554px;
	height: 270px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1497
{
	visibility: visible;
	mso-wrap-style: square;
	width: 581px;
	height: 331px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1498
{
	visibility: visible;
	mso-wrap-style: square;
	width: 497px;
	height: 318px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1499
{
	visibility: visible;
	mso-wrap-style: square;
	width: 275px;
	height: 235px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1500
{
	visibility: visible;
	mso-wrap-style: square;
	width: 445px;
	height: 427px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1501
{
	visibility: visible;
	mso-wrap-style: square;
	width: 435px;
	height: 172px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1502
{
	visibility: visible;
	mso-wrap-style: square;
	width: 615px;
	height: 647px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1503
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 286px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1504
{
	visibility: visible;
	mso-wrap-style: square;
	width: 59px;
	height: 32px;
}

img.img_1505
{
	visibility: visible;
	mso-wrap-style: square;
	width: 480px;
	height: 388px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1506
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 394px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1507
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 417px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1508
{
	visibility: visible;
	mso-wrap-style: square;
	width: 613px;
	height: 383px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1509
{
	visibility: visible;
	mso-wrap-style: square;
	width: 65px;
	height: 32px;
}

img.img_1510
{
	visibility: visible;
	mso-wrap-style: square;
	width: 490px;
	height: 211px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1511
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 161px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1512
{
	visibility: visible;
	mso-wrap-style: square;
	width: 553px;
	height: 328px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1513
{
	visibility: visible;
	mso-wrap-style: square;
	width: 397px;
	height: 340px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1514
{
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 22px;
}

img.img_1515
{
	visibility: visible;
	mso-wrap-style: square;
	width: 29px;
	height: 25px;
}

img.img_1516
{
	visibility: visible;
	mso-wrap-style: square;
	width: 575px;
	height: 540px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1517
{
	visibility: visible;
	mso-wrap-style: square;
	width: 582px;
	height: 676px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_16
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #FF0000;
}

img.img_1518
{
	visibility: visible;
	mso-wrap-style: square;
	width: 521px;
	height: 472px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1519
{
	visibility: visible;
	mso-wrap-style: square;
	width: 32px;
	height: 33px;
}

img.img_1520
{
	visibility: visible;
	mso-wrap-style: square;
	width: 81px;
	height: 33px;
}

img.img_1521
{
	visibility: visible;
	mso-wrap-style: square;
	width: 28px;
	height: 30px;
}

img.img_1522
{
	visibility: visible;
	mso-wrap-style: square;
	width: 443px;
	height: 334px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1523
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 174px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1524
{
	visibility: visible;
	mso-wrap-style: square;
	width: 508px;
	height: 174px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1525
{
	visibility: visible;
	mso-wrap-style: square;
	width: 555px;
	height: 427px;
}

img.img_1526
{
	visibility: visible;
	mso-wrap-style: square;
	width: 351px;
	height: 336px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1527
{
	visibility: visible;
	mso-wrap-style: square;
	width: 24px;
	height: 28px;
}

img.img_1528
{
	visibility: visible;
	mso-wrap-style: square;
	width: 318px;
	height: 305px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1529
{
	visibility: visible;
	mso-wrap-style: square;
	width: 611px;
	height: 531px;
}

img.img_1530
{
	visibility: visible;
	mso-wrap-style: square;
	width: 565px;
	height: 437px;
}

img.img_1531
{
	visibility: visible;
	mso-wrap-style: square;
	width: 26px;
	height: 22px;
}

img.img_1532
{
	visibility: visible;
	mso-wrap-style: square;
	width: 495px;
	height: 287px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1533
{
	visibility: visible;
	mso-wrap-style: square;
	width: 589px;
	height: 249px;
}

img.img_1534
{
	visibility: visible;
	mso-wrap-style: square;
	width: 530px;
	height: 549px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1535
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 101px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1536
{
	visibility: visible;
	mso-wrap-style: square;
	width: 669px;
	height: 287px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1537
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 95px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1538
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 334px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1539
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 331px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1540
{
	visibility: visible;
	mso-wrap-style: square;
	width: 627px;
	height: 71px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1541
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 337px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1542
{
	visibility: visible;
	mso-wrap-style: square;
	width: 622px;
	height: 257px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1543
{
	visibility: visible;
	mso-wrap-style: square;
	width: 287px;
	height: 242px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1544
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 258px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1545
{
	visibility: visible;
	mso-wrap-style: square;
	width: 287px;
	height: 243px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1546
{
	visibility: visible;
	mso-wrap-style: square;
	width: 587px;
	height: 300px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1547
{
	visibility: visible;
	mso-wrap-style: square;
	width: 202px;
	height: 293px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Update Checks Configuration.docx" />*/

p.p_310
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_86
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_71
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_57
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_174
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_40
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_74
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_51
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Numbered_2_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: Arial;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Upgrading to 23 from Aras Innovator 14+.docx" />*/

p.p_311
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_87
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_72
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_58
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_175
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

div.div_60
{
	margin-left: 0;
	margin-top: 323.4pt;
	width: 489pt;
	height: 117.45pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: left;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
}

p.Description
{
	margin-bottom: 0pt;
	margin-left: 29pt;
	font-family: Verdana;
}

img.img_1548
{
	visibility: visible;
	mso-wrap-style: square;
	width: 285px;
	height: 260px;
}

ol.ol_88
{
	padding-left: 0px;
	margin-left: 252pt;
}

p.Description_1
{
	margin-bottom: 0pt;
	font-family: Verdana;
	margin-left: 0pt;
	text-align: center;
}

p.Content_body_75
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	color: #0563C1;
	text-decoration: underline;
}

p.Numbered_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Numbered_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_1549
{
	visibility: visible;
	mso-wrap-style: square;
	width: 283px;
	height: 172px;
}

img.img_1550
{
	visibility: visible;
	mso-wrap-style: square;
	width: 672px;
	height: 96px;
}

img.img_1551
{
	visibility: visible;
	mso-wrap-style: square;
	width: 370px;
	height: 328px;
}

img.img_1552
{
	visibility: visible;
	mso-wrap-style: square;
	width: 284px;
	height: 218px;
}

img.img_1553
{
	visibility: visible;
	mso-wrap-style: square;
	width: 401px;
	height: 250px;
}

img.img_1554
{
	visibility: visible;
	mso-wrap-style: square;
	width: 370px;
	height: 199px;
}

p.Content_indented_52
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
	text-align: center;
}

img.img_1555
{
	visibility: visible;
	mso-wrap-style: square;
	width: 405px;
	height: 336px;
}

img.img_1556
{
	visibility: visible;
	mso-wrap-style: square;
	width: 419px;
	height: 375px;
}

span.Bold_6
{
	font-weight: normal;
	text-decoration: underline;
}

img.img_1557
{
	visibility: visible;
	mso-wrap-style: square;
	width: 369px;
	height: 335px;
}

col.col_170
{
	width: 149pt;
}

table.table_14
{
	margin-left: 10pt;
	border-collapse: collapse;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\User Visibility Policy Administration Guide.docx" />*/

p.p_312
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_89
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_73
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_59
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_176
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_41
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_76
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_53
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_1558
{
	width: 523px;
	height: 502px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1559
{
	visibility: visible;
	mso-wrap-style: square;
	width: 166px;
	height: 91px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1560
{
	visibility: visible;
	mso-wrap-style: square;
	width: 307px;
	height: 298px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_76
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Note_13
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	font-weight: normal;
}

img.img_1561
{
	visibility: visible;
	mso-wrap-style: square;
	width: 201px;
	height: 110px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1562
{
	visibility: visible;
	mso-wrap-style: square;
	width: 436px;
	height: 515px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1563
{
	visibility: visible;
	mso-wrap-style: square;
	width: 226px;
	height: 125px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1564
{
	visibility: visible;
	mso-wrap-style: square;
	width: 29px;
	height: 21px;
}

img.img_1565
{
	visibility: visible;
	mso-wrap-style: square;
	width: 399px;
	height: 343px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1566
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 403px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Image_number_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
	font-weight: normal;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Visual Collaboration Administrator Guide.docx" />*/

p.p_313
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_90
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_74
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_60
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_177
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

td.td_178
{
	background-color: #E7E6E6;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

td.td_179
{
	background-color: #E7E6E6;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
}

p.Table_Body_28
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-style: italic;
}

p.Code_23
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
}

p.Numbered_1_14
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-family: Arial;
}

ol.ol_91
{
	padding-left: 0px;
	margin-left: 194pt;
}

li.Numbered_1_9
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-family: Calibri;
	font-size: 11pt;
}

p.Code_23_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Calibri;
	font-size: 11pt;
}

img.img_1567
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 234px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1568
{
	visibility: visible;
	mso-wrap-style: square;
	width: 79px;
	height: 40px;
}

img.img_1569
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 297px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1570
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 306px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1571
{
	visibility: visible;
	mso-wrap-style: square;
	width: 426px;
	height: 534px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1572
{
	visibility: visible;
	mso-wrap-style: square;
	width: 382px;
	height: 462px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1573
{
	visibility: visible;
	mso-wrap-style: square;
	width: 69px;
	height: 37px;
}

p.Table_Body_29
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-weight: normal;
}

img.img_1574
{
	visibility: visible;
	mso-wrap-style: square;
	width: 399px;
	height: 145px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1575
{
	visibility: visible;
	mso-wrap-style: square;
	width: 421px;
	height: 474px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Table_Title_17
{
	margin-top: 12pt;
	font-family: Arial;
	margin-bottom: 0pt;
}

li.Table_Title_17
{
	margin-top: 12pt;
	font-family: Arial;
	margin-bottom: 0pt;
}

li.Bullet_list_1_12
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-family: 'Courier New';
}

img.img_1576
{
	visibility: visible;
	mso-wrap-style: square;
	width: 562px;
	height: 167px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1577
{
	visibility: visible;
	mso-wrap-style: square;
	width: 390px;
	height: 302px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1578
{
	visibility: visible;
	mso-wrap-style: square;
	width: 69px;
	height: 31px;
}

img.img_1579
{
	visibility: visible;
	mso-wrap-style: square;
	width: 437px;
	height: 133px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1580
{
	visibility: visible;
	mso-wrap-style: square;
	width: 319px;
	height: 266px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

tr.tr_42
{
	height: 29pt;
}

p.Note_indented_2
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	text-indent: 36pt;
	margin-left: 72pt;
	font-family: Arial;
}

img.img_1581
{
	visibility: visible;
	mso-wrap-style: square;
	width: 374px;
	height: 329px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_171
{
	width: 393pt;
}

p.Note_indented_2_1
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	text-indent: 36pt;
	font-family: Arial;
	margin-left: -1pt;
}

img.img_1582
{
	visibility: visible;
	mso-wrap-style: square;
	width: 613px;
	height: 522px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1583
{
	visibility: visible;
	mso-wrap-style: square;
	width: 474px;
	height: 543px;
}

img.img_1584
{
	visibility: visible;
	mso-wrap-style: square;
	width: 73px;
	height: 33px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1585
{
	visibility: visible;
	mso-wrap-style: square;
	width: 74px;
	height: 35px;
}

p.Content_indented_4_3
{
	page-break-after: avoid;
	text-align: center;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 72pt;
	font-family: Arial;
}

img.img_1586
{
	visibility: visible;
	mso-wrap-style: square;
	width: 394px;
	height: 346px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1587
{
	visibility: visible;
	mso-wrap-style: square;
	width: 358px;
	height: 297px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_indented_4_3_1
{
	page-break-after: avoid;
	text-align: center;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 72pt;
	font-family: 'Courier New';
}

img.img_1588
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 397px;
}

img.img_1589
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 88px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1590
{
	visibility: visible;
	mso-wrap-style: square;
	width: 176px;
	height: 98px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1591
{
	visibility: visible;
	mso-wrap-style: square;
	width: 606px;
	height: 277px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1592
{
	visibility: visible;
	mso-wrap-style: square;
	width: 73px;
	height: 37px;
}

img.img_1593
{
	visibility: visible;
	mso-wrap-style: square;
	width: 77px;
	height: 32px;
}

img.img_1594
{
	visibility: visible;
	mso-wrap-style: square;
	width: 385px;
	height: 389px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1595
{
	visibility: visible;
	mso-wrap-style: square;
	width: 345px;
	height: 315px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1596
{
	visibility: visible;
	mso-wrap-style: square;
	width: 65px;
	height: 36px;
}

img.img_1597
{
	visibility: visible;
	mso-wrap-style: square;
	width: 364px;
	height: 331px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_indented_3_5
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
	font-family: Arial;
	font-weight: normal;
}

li.Numbered_1_10
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 36pt;
	font-weight: normal;
}

col.col_172
{
	width: 141pt;
}

col.col_173
{
	width: 137pt;
}

img.img_1598
{
	visibility: visible;
	mso-wrap-style: square;
	width: 585px;
	height: 332px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_17
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Calibri;
}

p.Content_indented_54
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Calibri;
}

li.Content_indented_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Calibri;
}

li.Note_indented_4
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	margin-left: 72pt;
	font-family: Calibri;
}

span.span_229
{
	font-family: 'Courier New';
	color: #0070C0;
	font-size: 9pt;
}

p.p_314
{
	margin-bottom: 0pt;
	margin-left: 27pt;
}

img.img_1599
{
	visibility: visible;
	mso-wrap-style: square;
	width: 233px;
	height: 237px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1600
{
	visibility: visible;
	mso-wrap-style: square;
	width: 373px;
	height: 267px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1601
{
	visibility: visible;
	mso-wrap-style: square;
	width: 79px;
	height: 44px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1602
{
	visibility: visible;
	mso-wrap-style: square;
	width: 285px;
	height: 240px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1603
{
	visibility: visible;
	mso-wrap-style: square;
	width: 291px;
	height: 415px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1604
{
	visibility: visible;
	mso-wrap-style: square;
	width: 430px;
	height: 520px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_body_77
{
	margin-bottom: 3pt;
	font-family: Arial;
	margin-top: 5pt;
}

col.col_174
{
	width: 247pt;
}

col.col_175
{
	width: 222pt;
}

img.img_1605
{
	visibility: visible;
	mso-wrap-style: square;
	width: 251px;
	height: 69px;
}

img.img_1606
{
	visibility: visible;
	mso-wrap-style: square;
	width: 252px;
	height: 68px;
}

img.img_1607
{
	visibility: visible;
	mso-wrap-style: square;
	width: 231px;
	height: 184px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1608
{
	visibility: visible;
	mso-wrap-style: square;
	width: 252px;
	height: 322px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1609
{
	visibility: visible;
	mso-wrap-style: square;
	width: 338px;
	height: 208px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1610
{
	visibility: visible;
	mso-wrap-style: square;
	width: 435px;
	height: 345px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1611
{
	visibility: visible;
	mso-wrap-style: square;
	width: 427px;
	height: 387px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1612
{
	visibility: visible;
	mso-wrap-style: square;
	width: 431px;
	height: 397px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1613
{
	visibility: visible;
	mso-wrap-style: square;
	width: 421px;
	height: 290px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1614
{
	visibility: visible;
	mso-wrap-style: square;
	width: 22px;
	height: 21px;
}

img.img_1615
{
	visibility: visible;
	mso-wrap-style: square;
	width: 422px;
	height: 270px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_176
{
	width: 66pt;
}

col.col_177
{
	width: 89pt;
}

col.col_178
{
	width: 111pt;
}

col.col_179
{
	width: 93pt;
}

img.img_1616
{
	visibility: visible;
	mso-wrap-style: square;
	width: 26px;
	height: 25px;
}

img.img_1617
{
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 30px;
}

img.img_1618
{
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 27px;
}

img.img_1619
{
	visibility: visible;
	mso-wrap-style: square;
	width: 28px;
	height: 26px;
}

img.img_1620
{
	visibility: visible;
	width: 27px;
	height: 27px;
}

col.col_180
{
	width: 121pt;
}

col.col_181
{
	width: 174pt;
}

col.col_182
{
	width: 185pt;
}

td.td_180
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #D9D9D9;
	padding-top: 0pt;
	padding-left: 5pt;
	padding-bottom: 0pt;
	padding-right: 5pt;
}

td.td_181
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #D9D9D9;
	padding-top: 0pt;
	padding-left: 5pt;
	padding-bottom: 0pt;
	padding-right: 5pt;
}

td.td_182
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-left: 5pt;
	padding-bottom: 0pt;
	padding-right: 5pt;
}

td.td_183
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-left: 5pt;
	padding-bottom: 0pt;
	padding-right: 5pt;
}

td.td_184
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-left: 5pt;
	padding-bottom: 0pt;
	padding-right: 5pt;
}

img.img_1621
{
	visibility: visible;
	mso-wrap-style: square;
	width: 616px;
	height: 498px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1622
{
	visibility: visible;
	mso-wrap-style: square;
	width: 559px;
	height: 195px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1623
{
	visibility: visible;
	mso-wrap-style: square;
	width: 561px;
	height: 218px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1624
{
	visibility: visible;
	mso-wrap-style: square;
	width: 572px;
	height: 383px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1625
{
	visibility: visible;
	mso-wrap-style: square;
	width: 616px;
	height: 405px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1626
{
	visibility: visible;
	mso-wrap-style: square;
	width: 612px;
	height: 598px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1627
{
	visibility: visible;
	mso-wrap-style: square;
	width: 568px;
	height: 649px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1628
{
	visibility: visible;
	mso-wrap-style: square;
	width: 536px;
	height: 392px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1629
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 391px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_body_78
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-style: italic;
	text-decoration: underline;
}

li.Content_body_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-style: italic;
}

ul.ul_75
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 36pt;
}

p.Note_15
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	margin-left: 0pt;
	text-indent: 36pt;
	font-family: Arial;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\Windows Authentication Setup.docx" />*/

p.p_315
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_92
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_76
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_61
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_185
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_42
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_79
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_55
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Image_number_9
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
	font-family: Arial;
}

img.img_1630
{
	visibility: visible;
	mso-wrap-style: square;
	width: 464px;
	height: 424px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Code_24
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	text-indent: 1pt;
	margin-left: 18pt;
}

span.span_230
{
	color: #002060;
	text-decoration: underline;
}

p.Code_25
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	font-weight: bold;
	font-size: 8pt;
}

img.img_1631
{
	visibility: visible;
	mso-wrap-style: square;
	width: 480px;
	height: 225px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1632
{
	visibility: visible;
	mso-wrap-style: square;
	width: 537px;
	height: 260px;
}

img.img_1633
{
	visibility: visible;
	mso-wrap-style: square;
	width: 392px;
	height: 509px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1634
{
	visibility: visible;
	mso-wrap-style: square;
	width: 410px;
	height: 473px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1635
{
	visibility: visible;
	mso-wrap-style: square;
	width: 411px;
	height: 480px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

div.div_61
{
	left: 32887;
	top: 6332;
	visibility: visible;
	mso-wrap-style: none;
	v-text-anchor: top;
	width: 410pt;
	height: 76pt;
}

div.div_62
{
	left: 3143;
	top: 1333;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 273pt;
	height: 76pt;
}

div.div_63
{
	left: 59420;
	top: 1085;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 248pt;
	height: 86pt;
}

div.div_64
{
	left: 6404;
	top: 4324;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 505pt;
	height: 91pt;
}

div.div_65
{
	left: 9240;
	top: 11319;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 410pt;
	height: 205pt;
}

div.div_66
{
	left: 5817;
	top: 4513;
	visibility: visible;
	mso-wrap-style: none;
	v-text-anchor: top;
	width: 27pt;
	height: 12pt;
}

div.div_67
{
	left: 6747;
	top: 5007;
	visibility: visible;
	mso-wrap-style: none;
	v-text-anchor: top;
	width: 58pt;
	height: 12pt;
}

div.div_68
{
	left: 5817;
	top: 3435;
	visibility: visible;
	mso-wrap-style: none;
	v-text-anchor: top;
	width: 34pt;
	height: 12pt;
}

div.div_69
{
	left: 6612;
	top: 3948;
	visibility: visible;
	mso-wrap-style: none;
	v-text-anchor: top;
	width: 80pt;
	height: 12pt;
}

p.p_316
{
	font-size: 14pt;
}

div.div_70
{
	left: 31330;
	top: 3962;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 181pt;
	height: 90pt;
}

div.div_71
{
	left: 34337;
	top: 9011;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 405pt;
	height: 267pt;
}

div.div_72
{
	left: 57045;
	top: 30113;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 238pt;
	height: 175pt;
}

div.div_73
{
	left: 2104;
	top: 23327;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1019pt;
	height: 360pt;
}

div.div_74
{
	left: 2104;
	top: 31402;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1219pt;
	height: 634pt;
}

div.div_75
{
	left: 2329;
	top: 43482;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1219pt;
	height: 284pt;
}

div.div_76
{
	left: 54422;
	top: 7756;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 248pt;
	height: 173pt;
}

div.div_77
{
	left: 36873;
	top: 19273;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: middle;
	width: 380pt;
	height: 197pt;
}

div.div_78
{
	left: 2329;
	top: 49301;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1219pt;
	height: 602pt;
}

div.div_79
{
	left: 31085;
	top: 49301;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1219pt;
	height: 473pt;
}

/*<meta sourceDocument="C:\Users\aveltsos\Downloads\23\23\XSLT Report Tool Users Guide.docx" />*/

p.p_317
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_93
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_77
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_62
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_186
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_43
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_80
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_56
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Image_number_10
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
	font-family: Arial;
}

img.img_1636
{
	visibility: visible;
	mso-wrap-style: square;
	width: 396px;
	height: 25px;
}

img.img_1637
{
	visibility: visible;
	mso-wrap-style: square;
	width: 120px;
	height: 291px;
}

p.Table_Title_18
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_18
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

col.col_183
{
	width: 215pt;
}

tr.tr_43
{
	height: 39pt;
}

col.col_184
{
	width: 211pt;
}

col.col_185
{
	width: 385pt;
}

col.col_186
{
	width: 107pt;
}

p.Table_Body_30
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-size: 9pt;
}

td.td_187
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

tr.tr_44
{
	height: 128pt;
}

ul.ul_78
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 14pt;
}

ul.ul_79
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 23pt;
}

p.p_318
{
	page-break-after: avoid;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.p_319
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: 'Courier New';
	color: #000000;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\23\23\Batch Loader.docx" />*/

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	clear: none;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
}

p.p_320
{
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-size: 10pt;
	margin-top: 0pt;
}

ol.ol_94
{
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-size: 10pt;
	margin-top: 0pt;
}

ul.ul_80
{
	list-style-type: square;
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-size: 10pt;
	margin-top: 0pt;
}

li.li_63
{
	page-break-inside: avoid;
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-size: 10pt;
	margin-top: 0pt;
}

td.td_188
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Code_26
{
	font-family: 'Courier New';
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Procedure_Title_44
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

div.div_80
{
	width: 4in;
	height: 90pt;
	margin-top: 441.09pt;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 0;
	v-text-anchor: top;
	background-color: none;
	margin-left: 0pt;
}

p.p_321
{
	font-size: 20pt;
}

div.div_81
{
	width: 471.55pt;
	height: 117.48pt;
	margin-top: 323.52pt;
	margin-left: 0;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 0;
	v-text-anchor: top;
	background-color: this;
}

span.span_231
{
	color: #CC0033;
	font-size: 30pt;
}

p.p_322
{
	color: #CC0033;
	font-size: 30pt;
}

div.div_82
{
	width: 471.55pt;
	height: 206.64pt;
	margin-top: 135.36pt;
	margin-left: 0;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 0;
	v-text-anchor: bottom;
	background-color: none;
}

span.span_232
{
	font-size: 18pt;
}

p.Code_26_1
{
	font-family: 'Courier New';
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 18pt;
}

p.p_323
{
	text-align: center;
	font-size: 18pt;
}

p.Procedure_Title_44_1
{
	font-family: Arial;
	page-break-after: avoid;
	font-weight: bold;
	margin-top: 15pt;
	margin-bottom: 15pt;
	text-align: center;
	font-size: 18pt;
}

p.Content_body_81
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_57
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

table.TableGrid
{
	border-collapse: collapse;
	margin-left: 0pt;
	margin-bottom: 0pt;
}

p.Table_Body_31
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_16
{
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #auto;
}

li.Note_16
{
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #auto;
}

p.Warning_5
{
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
}

li.Warning_5_1
{
	margin-left: 54pt;
	background-color: #FFFFFF;
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
}

th.th_39
{
	background-color: #D9D9D9;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

th.th_40
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

tr.tr_45
{
	margin-left: 0pt;
}

td.td_189
{
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

td.td_190
{
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

tr.tr_46
{
	margin-left: 0pt;
	height: 24pt;
}

p.Note_16_1
{
	font-family: Arial;
	font-size: 10pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #auto;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Note_16_1
{
	font-family: Arial;
	font-size: 10pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #auto;
	margin-left: 36pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Warning_5_1
{
	font-family: Arial;
	font-size: 10pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	margin-bottom: 0pt;
}

li.Warning_5_1_1
{
	margin-left: 54pt;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	margin-bottom: 0pt;
}

td.td_191
{
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

p.Image_18
{
	font-family: Arial;
	font-size: 10pt;
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
}

img.img_1638
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 623px;
	height: 420px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_1_15
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Numbered_1_15
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Numbered_1_15_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 18pt;
}

p.Bullet_list_1_10
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Bullet_list_1_10_1
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Image_number_11
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

ol.ol_95
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 36pt;
}

img.img_1639
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 36px;
	height: 36px;
}

img.img_1640
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 353px;
	height: 188px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_number_11_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 18pt;
}

p.Table_Title_19
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-top: 12pt;
}

li.Table_Title_19
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-top: 12pt;
}

img.img_1641
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 537px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ol.ol_96
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 41pt;
}

th.th_41
{
	background-color: #A6A6A6;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

th.th_42
{
	background-color: #A6A6A6;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

img.img_1642
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 16px;
	height: 16px;
}

p.Bullet_list_2_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Bullet_list_2_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Content_indentend_2_10
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
}

p.Bullet_list_3_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_3_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_1643
{
	width: 609px;
	height: 285px;
}

img.img_1644
{
	width: 330px;
	height: 311px;
}

img.img_1645
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 491px;
	height: 302px;
}

p.Content_indentend_2_10_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-left: 0pt;
	text-align: center;
}

img.img_1646
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 350px;
	height: 243px;
}

li.Bullet_list_3_4_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 72pt;
}

li.Note_16_2
{
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #auto;
	margin-left: 36pt;
}

img.img_1647
{
	width: 460px;
	height: 353px;
}

img.img_1648
{
	width: 466px;
	height: 356px;
}

img.img_1649
{
	width: 547px;
	height: 167px;
}

img.img_1650
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 530px;
	height: 462px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_2_8
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Numbered_2_8
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_1651
{
	width: 251px;
	height: 210px;
}

li.Numbered_2_8_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
}

img.img_1652
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 443px;
	height: 337px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1653
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 461px;
	height: 202px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_1654
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 547px;
	height: 171px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Warning_5_2
{
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	color: #FF0000;
}

li.Warning_5_1_2
{
	margin-left: 54pt;
	background-color: #FFFFFF;
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	color: #FF0000;
}

img.img_1655
{
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	z-index: -4;
	margin-left: 0;
	width: 624px;
	height: 701px;
}

span.span_233
{
	color: #FFFFFF;
	font-size: 9pt;
}

span.span_234
{
	color: #FFFFFF;
	font-size: 8pt;
}

div.div_83
{
	width: 314.95pt;
	height: 28.3pt;
	margin-left: 218pt;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 0;
	v-text-anchor: top;
	background-color: this;
	margin-top: 0pt;
}

img.img_1656
{
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 0;
	z-index: 4;
	margin-left: 0;
	width: 78px;
	height: 33px;
}

p.p_324
{
	margin-left: 5pt;
	margin-right: 5pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #D9D9D9;
}

