/*<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;
	margin-top: 0px;
	margin-bottom: 0px;
}

li.PageBreakAllow
{
	page-break-inside: auto;
}

li p
{
	font-family: var(--FontText);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	mc-hyphenate: never;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* 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;
	font-size: 10pt;
}

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;
	line-height: var(--LineHeightNormal);
	font-size: 10pt;
	font-family: Arial;
}

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;
}

MadCap|footnote
{
	font-family: Arial;
	font-size: 8pt;
}

@media only screen and (max-width: 1279px)
{
	/* 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;
	}
}

div.Note-GrayBox
{
	background-color: #CCCCCC;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 2pt;
	font-family: Arial;
	margin-bottom: 8pt;
	mc-auto-number-format: '{ }';
	font-size: 12pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\AML Security Settings.docx" />*/

p.p_317
{
	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_84
{
	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_64
{
	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_203
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC2_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_indented_3_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

p.Content_body_6
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Content_indented_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_3
{
	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_3
{
	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_4
{
	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_4
{
	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;
}

p.Bullet_list_1_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_body_6_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 8pt;
}

p.Content_body_6_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 18pt;
}

p.Content_body_6_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	text-indent: 18pt;
}

img.img_1599
{
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	z-index: -7;
	margin-left: 0;
	width: 624px;
	height: 701px;
}

p.NormalWeb_18
{
	font-family: Tahoma;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: center;
	color: #C0C0C0;
	font-size: 1pt;
}

div.div_111
{
	width: 471.3pt;
	height: 188.5pt;
	margin-top: 0;
	margin-left: 0;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 0;
	rotation: 315;
	v-text-anchor: top;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Aras Migration Analyzer User Guide.docx" />*/

p.p_318
{
	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_85
{
	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_81
{
	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_65
{
	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_204
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_3
{
	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_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_7
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_4
{
	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_4
{
	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
{
	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;
}

p.Image_number_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

ol.ol_86
{
	padding-left: 0px;
	margin-left: 59pt;
}

p.Bullet_list_1_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Aras PE 14 - Administrator Guide.docx" />*/

p.p_319
{
	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_87
{
	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_82
{
	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_66
{
	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_205
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC2_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 47pt;
	text-indent: -29pt;
}

p.TOC3_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_8
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Content_indented_6
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Title_4
{
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-top: 12pt;
}

li.Table_Title_4
{
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-top: 12pt;
}

p.Table_Body_6
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_5
{
	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_5
{
	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_6
{
	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_6
{
	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.Content_body_8
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Bullet_list_1_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

ul.ul_83
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 36pt;
}

p.Content_body_8_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	text-align: center;
}

p.Content_body_8_2
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 11pt;
}

p.Bullet_list_2_4
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
}

p.Bullet_list_2_4_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-weight: bold;
}

p.Content_body_8_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	color: #000000;
}

p.Numbered_1_17
{
	font-size: 10pt;
	margin-left: 36pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_body_8_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 12pt;
}

p.Code_21
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Numbered_1_17_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 5pt;
}

p.Numbered_1_17_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 50pt;
	text-indent: -18pt;
}

p.Numbered_1_17_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 50pt;
	text-indent: -18pt;
	background-color: #FFFF00;
}

p.Numbered_1_17_4
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 50pt;
}

p.Content_body_8_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 5pt;
}

p.Content_body_8_6
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	background-color: #FFFF00;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Aras PE 14 - User's Guide.docx" />*/

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_88
{
	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_84
{
	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_67
{
	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_206
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC2_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 47pt;
	text-indent: -29pt;
}

p.TOC3_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_9
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Content_indented_7
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Title_5
{
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-top: 12pt;
}

li.Table_Title_5
{
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-top: 12pt;
}

p.Table_Body_7
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Bullet_list_1_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Content_body_9
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Content_body_9_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
}

li.Content_body_9_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
}

ul.ul_85
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 0pt;
}

li.Content_indented_7
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_6
{
	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_6
{
	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.Numbered_1_18
{
	font-size: 10pt;
	margin-left: 36pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Numbered_1_18_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 18pt;
	text-align: center;
}

p.Note_indented_2
{
	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: 0pt;
	text-indent: 18pt;
}

p.ListParagraph_3
{
	font-size: 10pt;
	margin-bottom: 3pt;
}

li.ListParagraph_3
{
	font-size: 10pt;
	margin-bottom: 3pt;
}

p.Note_indented_2_1
{
	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;
	text-indent: 18pt;
	margin-left: 36pt;
}

p.Content_indented_3_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

p.Content_indented_7_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 0pt;
}

p.Content_indented_7_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 0pt;
	text-align: center;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Aras TDF - Administrator Guide.docx" />*/

p.p_321
{
	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_89
{
	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_86
{
	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_68
{
	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_207
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_4
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_6
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_6
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_10
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_8
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_8
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_7
{
	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_7
{
	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_7
{
	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_7
{
	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.Note_7_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.Content_body_10
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.ListParagraph_4
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.ListParagraph_4
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Bullet_list_1_6
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_6
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Note_7_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: #D3D3D3;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Aras TDF - User Guide.docx" />*/

p.p_322
{
	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_90
{
	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_87
{
	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_69
{
	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_208
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_5
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_7
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_7
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_11
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_9
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Header_7
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_9
{
	margin-left: 14pt;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Note_8
{
	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_8
{
	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_8
{
	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_8
{
	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;
}

p.Bullet_list_1_7
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_7
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.ListParagraph_5
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.ListParagraph_5
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Backup and Recovery.docx" />*/

p.p_323
{
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	margin-bottom: 8pt;
	font-size: 10pt;
	margin-top: 0pt;
}

ol.ol_91
{
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	margin-bottom: 8pt;
	font-size: 10pt;
	margin-top: 0pt;
}

ul.ul_88
{
	list-style-type: square;
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	margin-bottom: 8pt;
	font-size: 10pt;
	margin-top: 0pt;
}

li.li_70
{
	page-break-inside: avoid;
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	margin-bottom: 8pt;
	font-size: 10pt;
	margin-top: 0pt;
}

td.td_209
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	orphans: 2;
	widows: 2;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Copyright_4
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 8pt;
}

span.Hyperlink_3
{
	color: #0000FF;
	font-size: 10pt;
	text-decoration: underline;
}

p.TOC1_2
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_8
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_8
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_12
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_10
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Content_indented_10_1
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 0pt;
}

p.Content_body_12_1
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	letter-spacing: 0pt;
}

p.Content_body_12_2
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: bold;
}

p.Content_body_12_3
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 14pt;
}

table.TableGrid_5
{
	margin-bottom: 0pt;
	border-collapse: collapse;
	margin-left: 0pt;
	orphans: 2;
	widows: 2;
}

p.Table_Header_8
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	margin-left: 14pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_10
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_9
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	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_9
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	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_9
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	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_9
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	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;
}

p.Bullet_list_2_5
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_2_5
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_2_5_1
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
}

p.Table_Title_6
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-top: 12pt;
}

li.Table_Title_6
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-top: 12pt;
}

li.Note_9_1
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	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;
}

li.Table_Title_6_1
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-top: 12pt;
	margin-left: 41pt;
}

p.Bullet_list_1_8
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_8
{
	font-family: Arial;
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Numbered_1_19
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Numbered_1_19
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Numbered_1_19_1
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: bold;
}

li.Numbered_1_19_1
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: bold;
}

img.img_1600
{
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	z-index: -8;
	margin-left: 0;
	width: 621px;
	height: 697px;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Batch Loader.docx" />*/

p.p_324
{
	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_92
{
	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_89
{
	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_71
{
	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_210
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_6
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_9
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_9
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_13
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_11
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_11
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_10
{
	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_10
{
	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_10
{
	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_10
{
	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;
}

p.Numbered_1_20
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Numbered_1_20
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Bullet_list_1_9
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Bullet_list_1_9
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Image_number_4
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

p.Bullet_list_2_6
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Bullet_list_2_6
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

img.img_1601
{
	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;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Client Settings for Chrome on Mac.docx" />*/

p.p_325
{
	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_93
{
	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_90
{
	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_72
{
	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_211
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_7
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_10
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.Content_body_14
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_12
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_12
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_11
{
	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_11
{
	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_11
{
	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_11
{
	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;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Client Settings for Chrome on Windows.docx" />*/

p.p_326
{
	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_91
{
	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_73
{
	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_212
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_8
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_11
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.Content_body_15
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_13
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_13
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_12
{
	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_12
{
	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_12
{
	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_12
{
	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;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Client Settings for Edge on Windows.docx" />*/

p.p_327
{
	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_95
{
	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_92
{
	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_74
{
	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_213
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_9
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_12
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_10
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_16
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_14
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_14
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_13
{
	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_13
{
	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_13
{
	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_13
{
	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;
}

p.Bullet_list_1_10
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_10
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Client Settings for Firefox on Mac.docx" />*/

p.p_328
{
	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_96
{
	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_93
{
	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_75
{
	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_214
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_10
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_13
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.Content_body_17
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_15
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_15
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_14
{
	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_14
{
	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_14
{
	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_14
{
	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.Content_body_17
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Client Settings for Firefox on Windows.docx" />*/

p.p_329
{
	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_97
{
	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_94
{
	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_76
{
	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_215
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_11
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_14
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.Content_body_18
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_16
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_16
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_15
{
	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_15
{
	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_15
{
	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_15
{
	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;
}

p.Image_number_5
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Configurable InBasket.docx" />*/

p.p_330
{
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_98
{
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_95
{
	list-style-type: square;
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_77
{
	page-break-inside: avoid;
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_216
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	vertical-align: top;
}

p.Procedure_Title_12
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_19
{
	font-family: Arial;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_17
{
	font-family: Arial;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_16
{
	font-family: Arial;
	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: #auto;
}

li.Note_16
{
	font-family: Arial;
	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: #auto;
}

p.Note_16_1
{
	font-family: Arial;
	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;
	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;
}

td.td_217
{
	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;
}

td.td_218
{
	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;
}

p.Bullet_list_2_7
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
}

li.Note_16_2
{
	font-family: Arial;
	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: #auto;
	margin-left: 36pt;
}

p.Image_number_6
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

p.Numbered_2_4
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
}

p.Content_indented_17_1
{
	font-family: Arial;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	color: #FF0000;
}

p.Numbered_2_4_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	text-indent: -18pt;
}

p.Content_body_19_1
{
	font-family: Arial;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Configurable User Interface Administrator Guide.docx" />*/

p.p_331
{
	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_99
{
	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_96
{
	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_78
{
	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_219
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_13
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_15
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_11
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_20
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_18
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_17
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_17
{
	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_17
{
	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_16
{
	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_16
{
	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;
}

p.Bullet_list_1_11
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_11
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Content_body_20
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Numbered_2_5
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
}

p.Image_number_7
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Configurator Services Programmers Guide.docx" />*/

p.p_332
{
	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_100
{
	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_97
{
	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_79
{
	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_220
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC2_16
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_12
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_21
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_19
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_18
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_18
{
	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_18
{
	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_17
{
	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_17
{
	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.Content_body_21
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Bullet_list_1_12
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_12
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Bullet_list_3_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 72pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Configuring Internationalization.docx" />*/

p.p_333
{
	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_101
{
	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_98
{
	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_80
{
	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_221
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_14
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_17
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_13
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_22
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_20
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_19
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_19
{
	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_19
{
	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_18
{
	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_18
{
	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;
}

p.Bullet_list_1_13
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_13
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Image_number_8
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

li.Content_body_22
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Configuring Vault Replication.docx" />*/

p.p_334
{
	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_102
{
	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_99
{
	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_81
{
	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_222
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_15
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_18
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_14
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_23
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_21
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_20
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_20
{
	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_20
{
	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_19
{
	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_19
{
	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;
}

p.Bullet_list_1_14
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_14
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_3_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

img.img_1602
{
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	z-index: -3;
	margin-left: 0;
	width: 624px;
	height: 701px;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Content Modeling Framework Guide.docx" />*/

p.p_335
{
	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_103
{
	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_100
{
	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_82
{
	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_223
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC2_19
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_15
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_24
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_22
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_21
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_21
{
	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_21
{
	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_20
{
	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_20
{
	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;
}

ol.ol_104
{
	padding-left: 0px;
	margin-left: 216pt;
}

li.Table_Body_21
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Bullet_list_1_15
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_15
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

ul.ul_101
{
	padding-left: 0px;
	margin-left: 32pt;
}

p.Numbered_2_6
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Conversion Server Setup Guide.docx" />*/

p.p_336
{
	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_105
{
	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_102
{
	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_83
{
	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_224
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Bullet_list_3_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 72pt;
}

p.Procedure_Title_16
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_20
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_16
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_25
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_23
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_22
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_22
{
	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_22
{
	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_21
{
	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_21
{
	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;
}

p.Bullet_list_1_16
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_16
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_3_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

li.Content_indented_23
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Data Synchronization Services Programmer's Guide.docx" />*/

p.p_337
{
	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_106
{
	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_103
{
	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_84
{
	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_225
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_17
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_21
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_17
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_26
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_24
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_23
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_23
{
	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_23
{
	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_22
{
	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_22
{
	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;
}

p.Bullet_list_1_17
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_17
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Table_Body_23
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Domain Access Control Guide.docx" />*/

p.p_338
{
	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_107
{
	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_104
{
	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_85
{
	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_226
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC2_22
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_18
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_27
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_25
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_24
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_24
{
	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_24
{
	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_23
{
	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_23
{
	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;
}

p.Bullet_list_1_18
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_18
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_3_6
{
	margin-left: 54pt;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Content_body_27
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Effectivity Services Programmers Guide.docx" />*/

p.p_339
{
	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_108
{
	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_105
{
	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_86
{
	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_227
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC2_23
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_19
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_28
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_26
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_25
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_25
{
	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_25
{
	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_24
{
	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_24
{
	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;
}

p.Bullet_list_1_19
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_19
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_3_7
{
	margin-left: 54pt;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.ListParagraph_6
{
	margin-bottom: 8pt;
	font-size: 11pt;
}

li.ListParagraph_6
{
	margin-bottom: 8pt;
	font-size: 11pt;
}

li.Content_body_28
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Image_number_9
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

div.div_112
{
	width: 612pt;
	height: 38.15pt;
	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;
	v-text-anchor: middle;
	background-color: #c03;
	margin-left: 0pt;
	margin-top: 0pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Example for Developing Android Apps.docx" />*/

p.p_340
{
	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_109
{
	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_106
{
	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_87
{
	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_228
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_18
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_24
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_20
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_29
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_27
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_26
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_26
{
	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_26
{
	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_25
{
	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_25
{
	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;
}

p.Bullet_list_1_20
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_20
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_3_8
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Example for Developing Conversion Server Tasks.docx" />*/

p.p_341
{
	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_110
{
	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_107
{
	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_88
{
	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_229
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_19
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_25
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_21
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_30
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_28
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_27
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_27
{
	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_27
{
	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_26
{
	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_26
{
	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;
}

p.Content_indented_3_9
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

p.Bullet_list_1_21
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_21
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Example for Developing iOS Apps.docx" />*/

p.p_342
{
	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_111
{
	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_108
{
	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_89
{
	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_230
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_20
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_26
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_22
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_31
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_29
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_28
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_28
{
	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_28
{
	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_27
{
	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_27
{
	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;
}

p.Bullet_list_1_22
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_22
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Extended Classification.docx" />*/

p.p_343
{
	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_112
{
	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_109
{
	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_90
{
	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_231
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_21
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_27
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_23
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_32
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_30
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_29
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_29
{
	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_29
{
	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_28
{
	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_28
{
	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;
}

p.Bullet_list_1_23
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_23
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_3_10
{
	margin-left: 54pt;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\File Handling.docx" />*/

p.p_344
{
	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_113
{
	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_110
{
	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_91
{
	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_232
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_22
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_28
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_24
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_33
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_31
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_30
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_30
{
	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_30
{
	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_29
{
	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_29
{
	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;
}

p.Bullet_list_1_24
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_24
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

ul.ul_111
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 18pt;
}

li.Content_body_33
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Graph Navigation Administrator Guide.docx" />*/

p.p_345
{
	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_114
{
	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_112
{
	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_92
{
	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_233
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_23
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_29
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_25
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_34
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_32
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_31
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_31
{
	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_31
{
	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_30
{
	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_30
{
	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;
}

p.Bullet_list_1_25
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_25
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_3_11
{
	margin-left: 54pt;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Image_number_10
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Graph Navigation User Guide.docx" />*/

p.p_346
{
	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_115
{
	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_113
{
	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_93
{
	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_234
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_24
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_30
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_26
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_35
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_33
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_32
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_32
{
	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_32
{
	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_31
{
	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_31
{
	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.Content_body_35
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\HTML to PDF Converter Setup Guide.docx" />*/

p.p_347
{
	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_116
{
	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_114
{
	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_94
{
	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_235
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_25
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_31
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_27
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_36
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_34
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_33
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_33
{
	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_33
{
	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_32
{
	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_32
{
	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;
}

p.Bullet_list_1_26
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_26
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Numbered_2_7
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Installation Guide.docx" />*/

p.p_348
{
	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_117
{
	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_115
{
	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_95
{
	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_236
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_26
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_32
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_28
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_37
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_35
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_34
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_34
{
	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_34
{
	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_33
{
	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_33
{
	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;
}

p.Bullet_list_1_27
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_27
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Table_Body_34
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

ul.ul_116
{
	padding-left: 0px;
	margin-left: 50pt;
}

li.Content_body_37
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_3_12
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

ul.ul_117
{
	padding-left: 0px;
	margin-left: 59pt;
}

ul.ul_118
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 72pt;
}

img.img_1603
{
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	z-index: -2;
	margin-left: 0;
	width: 624px;
	height: 701px;
}

p.p_349
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: right;
	color: #FFFFFF;
	font-size: 8pt;
}

div.div_113
{
	left: 9516;
	top: 8329;
	v-text-anchor: bottom;
	width: 551pt;
	height: 664pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Language Pack Management.docx" />*/

p.p_350
{
	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_118
{
	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_119
{
	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_96
{
	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_237
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_27
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_33
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_29
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_38
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_36
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_35
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_35
{
	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_35
{
	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_34
{
	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_34
{
	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;
}

p.Bullet_list_1_28
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_28
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Image_number_11
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\MAC Policies.docx" />*/

p.p_351
{
	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_119
{
	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_120
{
	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_97
{
	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_238
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_28
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_34
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_30
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_39
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_37
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_36
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_36
{
	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_36
{
	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_35
{
	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_35
{
	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.Content_body_39
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Bullet_list_1_29
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_29
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Microsoft Reporting Services 2012 Guide.docx" />*/

p.p_352
{
	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_120
{
	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_121
{
	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_98
{
	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_239
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_29
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_35
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_31
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_40
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_38
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_37
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_37
{
	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_37
{
	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_36
{
	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_36
{
	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;
}

p.Bullet_list_1_30
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_30
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_3_13
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

li.Content_body_40
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Microsoft Reporting Services 2014 Guide.docx" />*/
/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Microsoft Reporting Services 2014 Guide.docx" />*/

ol
{
	list-style-type: decimal;
	margin-left: 0px;
	font-size: 10pt;
}

: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
{
	letter-spacing: 0.25px;
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 10px;
	margin-top: 10px;
}

p.table-text
{
	font-size: 10pt;
}

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;
}

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: 1279px)
{
	/* 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;
	font-size: 10pt;
}

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;
	mc-auto-number-format: '{ }';
}

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;
	line-height: 12pt;
	margin-top: 0px;
	font-size: 10pt;
	font-family: Arial;
}

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
{
	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_4
{
	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_4
{
	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_2
{
	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_7
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_2
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

span.Hyperlink
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: underline;
}

p.TOC2_1
{
	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_6
{
	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;
	margin-left: 0pt;
}

p.p_28
{
	font-size: 20pt;
}

div.div_7
{
	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;
}

span.span_21
{
	color: #CC0033;
	font-size: 30pt;
}

p.p_29
{
	color: #CC0033;
	font-size: 30pt;
}

div.div_8
{
	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;
}

span.span_22
{
	font-size: 18pt;
}

p.p_30
{
	font-size: 18pt;
}

p.p_31
{
	text-align: center;
	font-size: 18pt;
}

p.Procedure_Title_2_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_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_1
{
	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_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

span.Italics
{
	font-weight: normal;
	font-style: italic;
	color: #000000;
	letter-spacing: 0pt;
	font-size: 10pt;
}

p.Note_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;
}

li.Note_2_1
{
	margin-left: 36pt;
	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_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;
}

li.Warning_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;
}

th.th_4
{
	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_5
{
	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_2
{
	margin-left: 0pt;
}

td.td_8
{
	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_9
{
	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_3
{
	margin-left: 0pt;
	height: 24pt;
}

p.Note_2_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_2_1_1
{
	margin-left: 36pt;
	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;
}

ol.ol_5
{
	padding-left: 0px;
	margin-left: 18pt;
}

p.Warning_2_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_2_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-left: 54pt;
	margin-bottom: 0pt;
}

td.td_10
{
	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.Bullet_list_1_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_1_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Image
{
	font-size: 10pt;
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
}

p.Image_number
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
}

li.Image_number
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
}

img.img_3
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

span.span_23
{
	margin-right: 0pt;
	font-family: Arial;
	line-height: 12pt;
	font-size: 10pt;
}

li.Image_number_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	margin-left: 0pt;
}

ol.ol_6
{
	padding-left: 0px;
	margin-left: 36pt;
}

img.img_4
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Numbered_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Numbered_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_5
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 615px;
	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_6
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

ol.ol_7
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 36pt;
}

img.img_7
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_8
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Content_indented_3_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

p.Note_indented
{
	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_indented
{
	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.Content_indentend_2
{
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
}

span.Bold_2
{
	font-weight: normal;
}

img.img_9
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 575px;
	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;
}

p.Content_indented_3_1_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
}

img.img_10
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 481px;
	height: 552px;
	border-top-style: solid;
	border-top-width: 1pt;
	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_1
{
	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: 72pt;
}

p.Code
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10pt;
	line-height: 12pt;
	margin-left: 0;
	margin-top: 0pt;
	font-family: Arial;
	margin-bottom: 3pt;
}

p.p_32
{
	font-weight: bold;
	font-size: 12pt;
}

img.img_11
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_12
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_13
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_14
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_15
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_16
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

img.img_17
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_18
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_19
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_20
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 408px;
}

img.img_21
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_22
{
	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_23
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_24
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_25
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

ul.ul_5
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 36pt;
}

img.img_26
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 520px;
	height: 483px;
}

img.img_27
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_28
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_29
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_30
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_31
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_32
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

ul.ul_6
{
	padding-left: 0px;
	margin-left: 36pt;
}

img.img_33
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_34
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 377px;
}

p.Content_body_5_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
}

img.img_35
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 618px;
	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_36
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_37
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_38
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 623px;
	height: 530px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-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
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 336px;
}

span.span_24
{
	color: #0000FF;
}

span.span_25
{
	color: #808080;
}

span.span_26
{
	color: #FF0000;
}

p.p_33
{
	color: #808080;
}

p.p_34
{
	color: #FF0000;
}

img.img_40
{
	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_27
{
	color: #FFFFFF;
	font-size: 9pt;
}

span.span_28
{
	color: #FFFFFF;
	font-size: 8pt;
}

div.div_9
{
	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;
	margin-top: 0pt;
}

p.p_35
{
	margin-left: 5pt;
	margin-right: 5pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #D9D9D9;
}

img.img_41
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 60px;
	height: 33px;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Microsoft Reporting Services 2016 Guide.docx" />*/

p.p_36
{
	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_8
{
	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_7
{
	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_3
{
	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_11
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_30
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_36
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_32
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_41
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_38
{
	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_38
{
	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_3
{
	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_3
{
	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;
}

p.Bullet_list_1_31
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_31
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_42
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_43
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_44
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_45
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_46
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_47
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 510px;
	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_48
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 514px;
	height: 287px;
}

p.Content_indented_3_14
{
	margin-left: 54pt;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

img.img_49
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_50
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_51
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_52
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_53
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_54
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_55
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_56
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 623px;
	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_57
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 167px;
	height: 163px;
}

img.img_58
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 513px;
	height: 352px;
}

img.img_59
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

img.img_60
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_61
{
	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_62
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_63
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_64
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 518px;
	height: 483px;
}

img.img_65
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_41
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_66
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_67
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_68
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 517px;
	height: 483px;
}

img.img_69
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 513px;
	height: 483px;
}

img.img_70
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_71
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 339px;
	height: 429px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_72
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_73
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

img.img_74
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_75
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Content_indented_4_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 0pt;
	text-align: center;
}

img.img_76
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_77
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_78
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 621px;
	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_79
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_80
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 617px;
	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_81
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_82
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_83
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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:\MadCap Flare\Innovator\24\24\Microsoft Reporting Services 2019 Guide.docx" />*/

p.p_37
{
	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_9
{
	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_8
{
	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_4
{
	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_12
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_31
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_37
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_33
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_42
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_39
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_38
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_39
{
	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_39
{
	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_37
{
	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_37
{
	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;
}

p.Bullet_list_1_32
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_32
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

span.span_29
{
	color: #000000;
}

p.Content_body_42_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	color: #000000;
}

img.img_84
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_85
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_86
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_87
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 445px;
	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_88
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 410px;
	height: 344px;
}

img.img_89
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_90
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_91
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_92
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_93
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_94
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_95
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_96
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_97
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_98
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_99
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_100
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_101
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_102
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 348px;
}

img.img_103
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 539px;
	height: 300px;
}

p.Content_indented_3_15
{
	margin-left: 54pt;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

img.img_104
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_105
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 355px;
	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_106
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 547px;
	height: 367px;
}

img.img_107
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 565px;
	height: 379px;
}

img.img_108
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_109
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_110
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 160px;
	height: 156px;
}

li.Content_body_42
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_111
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_112
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_113
{
	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_114
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 518px;
	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_115
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 520px;
	height: 481px;
}

img.img_116
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_117
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_39
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

img.img_118
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

img.img_119
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_120
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_121
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_122
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_123
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Content_indented_39_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 36pt;
}

img.img_124
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 620px;
	height: 379px;
}

img.img_125
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_126
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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:\MadCap Flare\Innovator\24\24\Package Import Export Utilities.docx" />*/

p.p_38
{
	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_10
{
	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_9
{
	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_5
{
	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_13
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_32
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_38
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_34
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_43
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_40
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_39
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_40
{
	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_40
{
	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_38
{
	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_38
{
	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.Content_body_43
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Bullet_list_1_33
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_33
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

ul.ul_10
{
	padding-left: 0px;
	margin-left: 18pt;
}

p.Code_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 18pt;
}

span.span_30
{
	background-color: #FFFF00;
}

p.Bullet_list_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Bullet_list_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_127
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 566px;
	height: 503px;
	border-top-style: solid;
	border-top-width: 1pt;
	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
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
}

img.img_128
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 505px;
	height: 310px;
}

p.Content_indentend_2_1
{
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	text-align: center;
}

li.Bullet_list_3_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 72pt;
}

ul.ul_11
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 18pt;
}

p.Content_indented_3_16
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

img.img_129
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 617px;
	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;
}

span.span_31
{
	font-style: italic;
	font-size: 9pt;
}

p.p_39
{
	font-style: italic;
	font-size: 9pt;
}

span.span_32
{
	font-size: 9pt;
}

p.p_40
{
	margin-left: 0pt;
	text-indent: 135pt;
}

p.p_41
{
	margin-left: 0pt;
	text-indent: 135pt;
	font-size: 9pt;
}

p.p_42
{
	font-size: 9pt;
}

img.img_130
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_131
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_132
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_133
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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:\MadCap Flare\Innovator\24\24\PDF Watermarking Setup Guide.docx" />*/

p.p_43
{
	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_11
{
	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_12
{
	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_6
{
	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_14
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_33
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_39
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_35
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

span.span_33
{
	font-size: 20pt;
}

p.Content_body_44
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_41
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_40
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_41
{
	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_41
{
	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_39
{
	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_39
{
	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;
}

p.Bullet_list_1_34
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_34
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.ListParagraph
{
	margin-bottom: 8pt;
	font-size: 10pt;
}

li.ListParagraph
{
	margin-bottom: 8pt;
	font-size: 10pt;
}

p.ListParagraph_1
{
	margin-bottom: 8pt;
	font-size: 10pt;
	font-weight: bold;
}

li.ListParagraph_1
{
	margin-bottom: 8pt;
	font-size: 10pt;
	font-weight: bold;
}

ul.ul_13
{
	padding-left: 0px;
	margin-left: 72pt;
}

p.Content_indented_3_17
{
	margin-left: 54pt;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Numbered_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Numbered_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_134
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

span.Code_Samples_2
{
	font-size: 10pt;
	font-weight: bold;
}

img.img_135
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_136
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Numbered_2_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: bold;
}

li.Numbered_2_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-weight: bold;
}

ol.ol_12
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 59pt;
}

img.img_137
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 527px;
	height: 620px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-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
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_13
{
	padding-left: 0px;
	margin-left: 108pt;
}

img.img_139
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_140
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_141
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

span.span_34
{
	font-style: italic;
	color: #FF0000;
}

p.Warning_39_1
{
	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_39_1
{
	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;
	margin-left: 54pt;
	color: #FF0000;
}

img.img_142
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 443px;
	height: 343px;
}

ol.ol_14
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 23pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Platform Specifications.docx" />*/

p.p_44
{
	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_15
{
	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_14
{
	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_7
{
	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_15
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_34
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_1
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_40
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

div.div_10
{
	width: 471.55pt;
	height: 117.45pt;
	margin-top: 331pt;
	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;
}

div.div_11
{
	width: 471.55pt;
	height: 206.6pt;
	margin-top: 131.6pt;
	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;
}

p.Content_body_45
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_42
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Header_1
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_41
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Note_42
{
	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_42
{
	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_40
{
	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_40
{
	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;
}

p.Note_42_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-bottom: 0pt;
}

li.Note_42_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-bottom: 0pt;
}

li.Table_Body_41
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

col.col_7
{
	width: 167pt;
}

td.td_16
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

td.td_17
{
	background-color: #BFBFBF;
	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;
}

p.Content_body_45_1
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 9pt;
}

col.col_8
{
	width: 156pt;
}

col.col_9
{
	width: 82pt;
}

col.col_10
{
	width: 229pt;
}

th.th_6
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

th.th_7
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

col.col_11
{
	width: 234pt;
}

li.Content_body_45
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_body_45_2
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 0pt;
	text-indent: 86pt;
}

p.Content_body_45_3
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 0pt;
	text-indent: 90pt;
}

p.Content_body_45_4
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	text-indent: 5pt;
	margin-left: 86pt;
}

p.Content_body_45_5
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 90pt;
}

p.Content_body_45_6
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 0pt;
	text-indent: 95pt;
}

p.Content_body_45_7
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 95pt;
}

p.Content_body_45_8
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 0pt;
	text-indent: 99pt;
}

p.Content_body_45_9
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 99pt;
}

p.p_45
{
	margin-right: 5pt;
	margin-left: 18pt;
}

div.div_12
{
	width: 174.57pt;
	height: 91.7pt;
	margin-top: 0.52pt;
	margin-left: 9.51pt;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 0;
	v-text-anchor: top;
}

col.col_12
{
	width: 163pt;
}

col.col_13
{
	width: 117pt;
}

col.col_14
{
	width: 86pt;
}

td.td_18
{
	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_19
{
	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;
}

tr.tr_4
{
	margin-left: 14pt;
	background-color: #CCCCCC;
	height: 14pt;
}

p.p_46
{
	font-weight: bold;
	font-size: 8pt;
}

td.td_20
{
	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;
}

span.span_35
{
	font-size: 8pt;
}

td.td_21
{
	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_47
{
	text-align: center;
	font-size: 8pt;
}

tr.tr_5
{
	margin-left: 14pt;
	background-color: #CCCCCC;
}

table.table_2
{
	margin-left: 14pt;
	background-color: #CCCCCC;
	border-collapse: collapse;
}

sup.sup_1
{
	font-size: 6pt;
}

span.span_36
{
	font-size: 6pt;
}

p.p_48
{
	margin-right: 5pt;
	margin-left: 0pt;
	text-indent: 9pt;
}

div.div_13
{
	width: 446.4pt;
	height: 31.8pt;
	margin-top: 0.6pt;
	margin-left: 9.6pt;
	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: white;
}

div.div_14
{
	width: 181.5pt;
	height: 74pt;
	margin-top: 0.9pt;
	margin-left: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 0;
	v-text-anchor: top;
}

div.div_15
{
	mso-wrap-style: none;
	top: 54;
	v-text-anchor: top;
	width: 8pt;
	height: 364pt;
}

p.p_49
{
	color: #FFFFFF;
	font-size: 7pt;
}

div.div_16
{
	left: 9231;
	mso-wrap-style: none;
	top: 3856;
	v-text-anchor: top;
	width: 12pt;
	height: 333pt;
}

p.p_50
{
	color: #FFFFFF;
	font-size: 6pt;
}

div.div_17
{
	left: 9453;
	mso-wrap-style: none;
	top: 4409;
	v-text-anchor: top;
	width: 161pt;
	height: 306pt;
}

div.div_18
{
	left: 12403;
	mso-wrap-style: none;
	top: 3856;
	v-text-anchor: top;
	width: 10pt;
	height: 364pt;
}

div.div_19
{
	left: 11858;
	mso-wrap-style: none;
	top: 14317;
	v-text-anchor: top;
	width: 6pt;
	height: 364pt;
}

div.div_20
{
	left: 16811;
	mso-wrap-style: none;
	top: 14317;
	v-text-anchor: top;
	width: 6pt;
	height: 364pt;
}

div.div_21
{
	left: 20066;
	mso-wrap-style: none;
	top: 14317;
	v-text-anchor: top;
	width: 6pt;
	height: 364pt;
}

p.p_51
{
	font-weight: bold;
	color: #000000;
	font-size: 5pt;
}

div.div_22
{
	left: 1404;
	mso-wrap-style: none;
	top: 14317;
	v-text-anchor: top;
	width: 93pt;
	height: 254pt;
}

div.div_23
{
	left: 3419;
	mso-wrap-style: none;
	top: 14317;
	v-text-anchor: top;
	width: 6pt;
	height: 364pt;
}

div.div_24
{
	left: 6991;
	mso-wrap-style: none;
	top: 14317;
	v-text-anchor: top;
	width: 102pt;
	height: 254pt;
}

div.div_25
{
	left: 6591;
	mso-wrap-style: none;
	top: 14317;
	v-text-anchor: top;
	width: 6pt;
	height: 364pt;
}

div.div_26
{
	left: 13006;
	mso-wrap-style: none;
	top: 14317;
	v-text-anchor: top;
	width: 115pt;
	height: 254pt;
}

div.div_27
{
	left: 19065;
	mso-wrap-style: none;
	top: 14317;
	v-text-anchor: top;
	width: 51pt;
	height: 254pt;
}

p.NormalWeb_3
{
	font-family: Tahoma;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	color: #FFFFFF;
	font-size: 6pt;
}

div.div_28
{
	left: 8374;
	top: 4892;
	v-text-anchor: top;
	width: 265pt;
	height: 151pt;
}

p.NormalWeb_4
{
	font-family: Tahoma;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	color: #FFFFFF;
	font-size: 7pt;
}

div.div_29
{
	left: 8101;
	mso-wrap-style: none;
	top: 4257;
	v-text-anchor: top;
	width: 12pt;
	height: 176pt;
}

p.p_52
{
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}

span.span_37
{
	font-weight: bold;
	font-size: 8pt;
}

sup.sup_2
{
	font-weight: bold;
	font-size: 8pt;
}

div.div_30
{
	width: 446.4pt;
	height: 32.4pt;
	margin-left: 9.6pt;
	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: white;
	margin-top: 0pt;
}

div.div_31
{
	width: 181.5pt;
	height: 75.4pt;
	margin-top: 8.83pt;
	margin-left: 10.87pt;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 0;
	v-text-anchor: top;
}

div.div_32
{
	left: 4626;
	mso-wrap-style: none;
	top: 14317;
	v-text-anchor: top;
	width: 102pt;
	height: 254pt;
}

div.div_33
{
	left: 12089;
	mso-wrap-style: none;
	top: 14317;
	v-text-anchor: top;
	width: 51pt;
	height: 254pt;
}

div.div_34
{
	left: 15150;
	mso-wrap-style: none;
	top: 14317;
	v-text-anchor: top;
	width: 115pt;
	height: 254pt;
}

div.div_35
{
	left: 8422;
	top: 4481;
	v-text-anchor: top;
	width: 265pt;
	height: 151pt;
}

p.NormalWeb_5
{
	font-family: Tahoma;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: bold;
	color: #000000;
	font-size: 5pt;
}

div.div_36
{
	left: 8168;
	mso-wrap-style: none;
	top: 14206;
	v-text-anchor: top;
	width: 115pt;
	height: 103pt;
}

div.div_37
{
	width: 446.4pt;
	height: 31.2pt;
	margin-left: 9.6pt;
	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: white;
	margin-top: 0pt;
}

div.div_38
{
	width: 181.5pt;
	height: 64.53pt;
	margin-top: 3.98pt;
	margin-left: 8.83pt;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 0;
	v-text-anchor: top;
}

div.div_39
{
	width: 446.4pt;
	height: 25.2pt;
	margin-top: 61.1pt;
	margin-left: 9.6pt;
	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: white;
}

p.p_53
{
	font-size: 1pt;
}

img.img_143
{
	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: 3;
	margin-left: 0;
	width: 78px;
	height: 33px;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Programmer's Guide.docx" />*/

p.p_54
{
	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_16
{
	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_15
{
	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_8
{
	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_22
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_35
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_3
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_41
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_36
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_46
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Content_indented_43
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Header_2
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_42
{
	margin-left: 14pt;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Note_43
{
	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_43
{
	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_41
{
	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_41
{
	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;
}

p.Bullet_list_1_35
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Bullet_list_1_35
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Content_body_46
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Code_2
{
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
	line-height: 12pt;
	margin-bottom: 0pt;
	margin-left: 50pt;
	margin-top: 0pt;
	font-family: Arial;
}

li.Content_indented_43
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Content_indented_43_1
{
	font-family: Arial;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

span.span_38
{
	color: #172B4D;
	font-size: 11pt;
}

p.Content_indented_43_2
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
	color: #172B4D;
	font-size: 11pt;
}

ul.ul_16
{
	padding-left: 0px;
	margin-left: 57pt;
}

span.span_39
{
	color: #0A0C0C;
}

span.span_40
{
	color: #0070C0;
	text-decoration: underline;
}

p.Code_2_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
}

col.col_15
{
	width: 63pt;
}

col.col_16
{
	width: 329pt;
}

th.th_8
{
	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: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

td.td_23
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

table.table_3
{
	margin-left: 0pt;
	border-collapse: collapse;
}

col.col_17
{
	width: 386pt;
}

th.th_9
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

th.th_10
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

col.col_18
{
	width: 85pt;
}

col.col_19
{
	width: 289pt;
}

p.Table_Body_42_1
{
	margin-left: 14pt;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	text-indent: 2pt;
}

span.span_41
{
	font-weight: bold;
	color: #0000FF;
}

span.span_42
{
	color: #800080;
}

p.Content_body_46_1
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 8pt;
}

p.Code_2_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 8pt;
}

p.Code_2_3
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-style: italic;
	color: #008000;
}

li.Bullet_list_1_35_1
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 8pt;
}

span.span_43
{
	color: #2E74B5;
	text-decoration: underline;
}

p.Bullet_list_2_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Bullet_list_2_1_1
{
	margin-left: 54pt;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

col.col_20
{
	width: 141pt;
}

col.col_21
{
	width: 326pt;
}

p.Code_2_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	color: #152B4D;
	font-size: 8pt;
}

img.img_144
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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.Image_number_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

p.Numbered_1_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Numbered_1_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

img.img_145
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Image_number_1_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
	text-align: left;
}

li.Numbered_1_1_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 18pt;
}

img.img_146
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_147
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	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;
}

col.col_22
{
	width: 101pt;
}

col.col_23
{
	width: 367pt;
}

td.td_24
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

td.td_25
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

col.col_24
{
	width: 72pt;
}

col.col_25
{
	width: 95pt;
}

col.col_26
{
	width: 267pt;
}

td.td_26
{
	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;
}

img.img_148
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 551px;
	height: 431px;
}

col.col_27
{
	width: 74pt;
}

col.col_28
{
	width: 76pt;
}

img.img_149
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_150
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 534px;
	height: 447px;
	border-top-style: solid;
	border-top-width: 1pt;
	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_2
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 18pt;
	font-weight: bold;
}

img.img_151
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 549px;
	height: 431px;
}

img.img_152
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Numbered_2_2
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Numbered_2_2
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Numbered_2_2_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
}

p.Content_indentend_2_2
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-size: 8pt;
}

p.Code_2_5
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	color: #0000FF;
}

p.Code_2_6
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	color: #FF0000;
}

img.img_153
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_154
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 462px;
	height: 362px;
}

p.Content_body_46_2
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_46_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

p.Procedure_Title_35_1
{
	font-family: Arial;
	page-break-after: avoid;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-size: 10pt;
}

p.Procedure_Title_35_2
{
	font-family: Arial;
	page-break-after: avoid;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

img.img_155
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_35_3
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
}

p.p_55
{
	font-weight: bold;
	font-style: italic;
}

p.Code_2_7
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-style: italic;
}

p.p_56
{
	margin-bottom: 0pt;
	font-style: italic;
}

span.Code_Samples_3
{
	font-size: 10pt;
	background-color: #FFFF00;
}

p.Code_2_8
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

span.span_44
{
	color: #3333FF;
}

span.span_45
{
	color: #990000;
}

img.img_156
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 612px;
	height: 265px;
}

img.img_157
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 594px;
	height: 289px;
}

div.div_40
{
	left: 8412;
	top: 770;
	v-text-anchor: top;
	background-color: yellow;
	width: 367pt;
	height: 76pt;
}

div.div_41
{
	left: 15729;
	top: 6840;
	v-text-anchor: top;
	background-color: yellow;
	width: 294pt;
	height: 152pt;
}

div.div_42
{
	left: 6134;
	top: 5481;
	v-text-anchor: top;
	background-color: yellow;
	width: 367pt;
	height: 76pt;
}

div.div_43
{
	v-text-anchor: top;
	background-color: yellow;
	width: 367pt;
	height: 76pt;
}

div.div_44
{
	left: 6879;
	top: 18755;
	v-text-anchor: top;
	background-color: yellow;
	width: 355pt;
	height: 142pt;
}

div.div_45
{
	left: 14853;
	top: 18755;
	v-text-anchor: top;
	background-color: yellow;
	width: 330pt;
	height: 142pt;
}

div.div_46
{
	width: 1in;
	height: 36pt;
	margin-top: 580.25pt;
	margin-left: 270pt;
	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: yellow;
}

div.div_47
{
	width: 1in;
	height: 36pt;
	margin-top: 580.25pt;
	margin-left: 351pt;
	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: yellow;
}

img.img_158
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 618px;
	height: 451px;
}

img.img_159
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 480px;
	height: 118px;
}

img.img_160
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 508px;
	height: 342px;
}

img.img_161
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 526px;
	height: 259px;
}

img.img_162
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 623px;
	height: 211px;
}

img.img_163
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 193px;
}

p.p_57
{
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.p_58
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 18pt;
}

li.Warning_41_1
{
	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;
	margin-left: 54pt;
}

p.p_59
{
	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;
	margin-bottom: 0pt;
	color: #000000;
	font-size: 8pt;
}

p.p_60
{
	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;
	margin-bottom: 0pt;
	text-indent: 18pt;
	color: #000000;
	font-size: 8pt;
}

p.p_61
{
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.p_62
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	text-indent: 18pt;
}

li.Bullet_list_1_35_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	color: #000000;
}

p.p_63
{
	page-break-after: avoid;
	margin-bottom: 0pt;
}

p.p_64
{
	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: 0pt;
	text-indent: 36pt;
}

span.span_46
{
	font-style: italic;
	color: #FF0000;
	background-color: #FFFF00;
}

p.p_65
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 18pt;
	margin-left: 18pt;
}

span.span_47
{
	font-style: italic;
	color: #000000;
}

span.Bullet_list_1Char
{
	font-size: 10pt;
}

p.p_66
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.p_67
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 18pt;
}

li.li_9
{
	margin-bottom: 0pt;
}

ul.ul_17
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 0pt;
}

img.img_164
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 94px;
}

span.span_48
{
	font-size: 12pt;
}

span.span_49
{
	color: #2B91AF;
	font-size: 10pt;
}

span.span_50
{
	color: #000000;
	font-size: 10pt;
}

span.span_51
{
	color: #A31515;
	font-size: 10pt;
}

p.p_68
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 0pt;
}

span.span_52
{
	color: #008000;
	font-size: 10pt;
}

div.div_48
{
	width: 466.8pt;
	height: 76pt;
	margin-top: 278.6pt;
	margin-left: 0;
	mso-position-horizontal-relative: margin;
	mso-position-vertical-relative: page;
	mso-wrap-distance-bottom: 3.6pt;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 3.6pt;
	v-text-anchor: top;
	background-color: white;
}

span.span_53
{
	color: #0000FF;
	font-size: 10pt;
}

p.p_69
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 0pt;
	color: #000000;
	font-size: 10pt;
}

p.p_70
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 0pt;
	text-indent: 36pt;
}

p.p_71
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 0pt;
	text-indent: 36pt;
	color: #000000;
	font-size: 10pt;
}

div.div_49
{
	width: 466.8pt;
	height: 68.4pt;
	margin-top: 35.7pt;
	margin-left: 0;
	mso-position-horizontal-relative: margin;
	mso-wrap-distance-bottom: 3.6pt;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 3.6pt;
	v-text-anchor: top;
	background-color: white;
}

span.span_54
{
	font-size: 11pt;
}

div.div_50
{
	width: 466.8pt;
	height: 34.1pt;
	margin-top: 126.55pt;
	margin-left: 0;
	mso-position-horizontal-relative: margin;
	mso-wrap-distance-bottom: 3.6pt;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 3.6pt;
	v-text-anchor: top;
	background-color: white;
}

img.img_165
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 665px;
	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;
}

div.div_51
{
	width: 466.8pt;
	height: 68.4pt;
	margin-top: 22.85pt;
	margin-left: 0;
	mso-position-horizontal-relative: margin;
	mso-wrap-distance-bottom: 3.6pt;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 3.6pt;
	v-text-anchor: top;
	background-color: white;
}

div.div_52
{
	width: 466.2pt;
	height: 129.6pt;
	margin-top: 59.65pt;
	margin-left: 0;
	mso-position-horizontal-relative: margin;
	mso-wrap-distance-bottom: 3.6pt;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 3.6pt;
	v-text-anchor: top;
	background-color: white;
}

img.img_166
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_167
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_46_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-style: italic;
}

p.p_72
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-indent: 36pt;
}

p.p_73
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-indent: 36pt;
	color: #000000;
	font-size: 10pt;
}

p.p_74
{
	color: #000000;
	font-size: 10pt;
}

div.div_53
{
	width: 466.8pt;
	height: 129.6pt;
	margin-top: 50.95pt;
	margin-left: 0;
	mso-position-horizontal-relative: margin;
	mso-wrap-distance-bottom: 3.6pt;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 3.6pt;
	v-text-anchor: top;
	background-color: white;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Publishing Service Setup Guide.docx" />*/

p.p_75
{
	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_17
{
	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_18
{
	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_10
{
	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_27
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_36
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_42
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_37
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_47
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_44
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_43
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_44
{
	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_44
{
	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_42
{
	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_42
{
	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;
}

p.Bullet_list_1_36
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_36
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

span.span_55
{
	background-color: #FFFFFF;
}

span.span_56
{
	font-weight: bold;
	background-color: #FFFFFF;
}

p.Content_body_47_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	background-color: #FFFFFF;
}

img.img_168
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 36px;
	height: 36px;
}

p.Numbered_1_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: normal;
}

li.Numbered_1_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: normal;
}

img.img_169
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_170
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Note_44_1
{
	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;
	font-weight: bold;
}

p.Numbered_1_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	background-color: #FFFFFF;
}

li.Numbered_1_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	background-color: #FFFFFF;
}

span.span_57
{
	color: #0000FF;
	font-size: 9pt;
	background-color: #FFFFFF;
}

span.span_58
{
	color: #A31515;
	font-size: 9pt;
	background-color: #FFFFFF;
}

span.span_59
{
	color: #FF0000;
	font-size: 9pt;
	background-color: #FFFFFF;
}

span.span_60
{
	color: #000000;
	font-size: 9pt;
	background-color: #FFFFFF;
}

span.span_61
{
	color: #008000;
	font-size: 9pt;
	background-color: #FFFFFF;
}

p.Content_body_47_2
{
	font-family: Arial;
	margin-top: 6pt;
	margin-bottom: 6pt;
	color: #0000FF;
	font-size: 9pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Query Builder Guide.docx" />*/

p.p_76
{
	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_18
{
	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_19
{
	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_11
{
	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_28
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_37
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_43
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_38
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_48
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_45
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_44
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_45
{
	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_45
{
	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_43
{
	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_43
{
	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;
}

p.Content_body_48_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-top: 12pt;
}

img.img_171
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_48
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_172
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_173
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_174
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_175
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 76px;
	height: 34px;
}

img.img_176
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_177
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_178
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

li.Numbered_1_4
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: bold;
}

img.img_179
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

img.img_180
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_181
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_182
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 435px;
	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_183
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

img.img_184
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_185
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_186
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_187
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Image_1
{
	font-size: 10pt;
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-weight: bold;
}

img.img_188
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_189
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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
{
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-top: 12pt;
}

li.Table_Title
{
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-top: 12pt;
}

ol.ol_19
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 0pt;
}

col.col_29
{
	width: 112pt;
}

p.Table_Body_44_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-left: 14pt;
	margin-bottom: 5pt;
}

p.Note_45_1
{
	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-top: 5pt;
}

li.Note_45_1
{
	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;
	margin-top: 5pt;
}

img.img_190
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 486px;
	height: 426px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-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
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_192
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 588px;
	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.Content_body_48_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
}

img.img_193
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 465px;
	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.Content_indented_3_18
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

img.img_194
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 574px;
	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_195
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 21px;
	height: 22px;
}

img.img_196
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_197
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 36px;
	height: 31px;
}

img.img_198
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_199
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_200
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 24px;
	height: 25px;
}

img.img_201
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_202
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_203
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_204
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_205
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_206
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_207
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Content_body_48_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-style: italic;
}

li.Content_body_48_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-style: italic;
}

img.img_208
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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.Content_body_48_4
{
	font-family: Arial;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 9pt;
}

img.img_209
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_210
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_211
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_212
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_213
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_214
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_215
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_216
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 482px;
	height: 441px;
}

img.img_217
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_218
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_219
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 72px;
	height: 41px;
}

img.img_220
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_221
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_222
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_223
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_224
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_225
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_226
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 560px;
	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_227
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 17px;
	height: 19px;
}

img.img_228
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_229
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_230
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_231
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_232
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 423px;
	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_233
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 421px;
	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_234
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_235
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Bullet_list_1_37
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_37
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_236
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_237
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_238
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_239
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

ul.ul_20
{
	padding-left: 0px;
	margin-left: 54pt;
}

img.img_240
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Content_body_48_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: bold;
}

img.img_241
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_242
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_243
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_244
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_62
{
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

img.img_245
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_2
{
	font-size: 10pt;
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	background-color: #D3D3D3;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Release Notes.docx" />*/

p.p_77
{
	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_20
{
	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_21
{
	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_12
{
	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_29
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_38
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_44
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_39
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_49
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_46
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Header_3
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_45
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Note_46
{
	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_46
{
	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_44
{
	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_44
{
	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;
}

p.BodyText1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.BodyText2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 29pt;
	font-size: 10pt;
}

p.List2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.List2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.List2_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 47pt;
}

ol.ol_21
{
	padding-left: 0px;
	margin-left: 65pt;
}

col.col_30
{
	width: 54pt;
}

col.col_31
{
	width: 414pt;
}

th.th_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-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_12
{
	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_6
{
	margin-left: 0pt;
	height: 6pt;
}

td.td_30
{
	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_31
{
	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;
}

tr.tr_7
{
	margin-left: 0pt;
	height: 23pt;
}

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: #auto;
	vertical-align: middle;
	padding-top: 3pt;
	padding-bottom: 3pt;
	padding-left: 3pt;
	padding-right: 3pt;
}

col.col_32
{
	width: 58pt;
}

col.col_33
{
	width: 219pt;
}

col.col_34
{
	width: 190pt;
}

p.Table_Header_3_1
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
	margin-left: 0pt;
}

p.Table_Body_45_1
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 0pt;
}

tr.tr_8
{
	margin-left: 0pt;
	height: 3pt;
}

tr.tr_9
{
	margin-left: 0pt;
	height: 20pt;
}

p.p_78
{
	margin-bottom: 8pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\RESTful API.docx" />*/

p.p_79
{
	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_22
{
	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_22
{
	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_13
{
	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_33
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC_Heading
{
	page-break-after: avoid;
	margin-top: 15pt;
	margin-bottom: 15pt;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
}

p.TOC2_45
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_40
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_50
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_47
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_46
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_47
{
	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_47
{
	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_45
{
	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_45
{
	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;
}

ol.ol_23
{
	padding-left: 0px;
	margin-left: 41pt;
}

p.Bullet_list_1_38
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_38
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.p_80
{
	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;
	margin-bottom: 0pt;
}

span.span_63
{
	color: #000000;
	font-size: 8pt;
}

span.span_64
{
	color: #000000;
	font-size: 6pt;
}

span.span_65
{
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
}

span.span_66
{
	font-style: italic;
	color: #000000;
	font-size: 8pt;
}

p.p_81
{
	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;
	margin-bottom: 0pt;
	color: #000000;
	font-size: 9pt;
}

p.Content_body_50_1
{
	font-family: Arial;
	margin-top: 6pt;
	margin-bottom: 6pt;
	color: #000000;
	font-size: 11pt;
}

p.Code_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 9pt;
}

ol.ol_24
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 41pt;
}

col.col_35
{
	width: 68pt;
}

col.col_36
{
	width: 81pt;
}

col.col_37
{
	width: 153pt;
}

col.col_38
{
	width: 216pt;
}

p.Table_Header_4
{
	margin-left: 14pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
}

td.td_34
{
	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;
}

tr.tr_10
{
	margin-left: 0pt;
	height: 21pt;
}

p.Table_Body_46_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-weight: bold;
}

td.td_35
{
	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_36
{
	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_37
{
	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_38
{
	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_46_2
{
	font-family: Arial;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	color: #000000;
	font-size: 11pt;
}

span.span_67
{
	color: #000000;
	font-size: 11pt;
}

span.span_68
{
	font-style: italic;
	color: #000000;
	font-size: 11pt;
}

p.Table_Title_1
{
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-top: 12pt;
	margin-left: 41pt;
}

col.col_39
{
	width: 77pt;
}

col.col_40
{
	width: 175pt;
}

th.th_13
{
	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_39
{
	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_40
{
	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_41
{
	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_42
{
	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_69
{
	color: #000000;
	font-size: 9pt;
}

sup.sup_3
{
	color: #000000;
	font-size: 8pt;
}

col.col_41
{
	width: 73pt;
}

col.col_42
{
	width: 320pt;
}

td.td_43
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

td.td_44
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

tr.tr_11
{
	margin-left: 0pt;
	height: 28pt;
}

td.td_45
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

tr.tr_12
{
	margin-left: 0pt;
	height: 26pt;
}

p.p_82
{
	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;
	margin-bottom: 0pt;
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
}

span.span_70
{
	color: #0563C1;
}

span.CodeChar
{
	font-size: 10pt;
}

p.p_83
{
	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;
	margin-bottom: 0pt;
	text-indent: 18pt;
}

span.HTMLCode
{
	font-size: 10pt;
}

span.HTMLCode_1
{
	font-style: italic;
	color: #11171A;
	font-size: 11pt;
}

p.p_84
{
	font-style: italic;
	color: #11171A;
	font-size: 11pt;
}

span.span_71
{
	font-weight: bold;
	background-color: #FFFF00;
}

p.p_85
{
	margin-bottom: 0pt;
	margin-left: 0pt;
}

td.td_46
{
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

p.p_86
{
	margin-bottom: 0pt;
	text-align: center;
}

p.p_87
{
	margin-bottom: 0pt;
	margin-right: 0pt;
	text-align: right;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Scheduler Service.docx" />*/

p.p_88
{
	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_25
{
	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_23
{
	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_14
{
	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_47
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_39
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_46
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_41
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_51
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_48
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_47
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_48
{
	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_48
{
	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_46
{
	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_46
{
	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;
}

img.img_246
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Bullet_list_1_39
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_39
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_247
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.p_89
{
	margin-left: 36pt;
}

p.p_90
{
	margin-left: 36pt;
	font-style: italic;
	color: #008000;
}

p.p_91
{
	margin-left: 36pt;
	font-weight: bold;
	color: #0000FF;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Self-Service Reporting Administrator Guide.docx" />*/

p.p_92
{
	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_26
{
	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_24
{
	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_15
{
	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_48
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC2_47
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.Content_body_52
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_49
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_48
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_49
{
	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_49
{
	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_47
{
	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_47
{
	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;
}

p.Bullet_list_1_40
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_40
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_248
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 33px;
	height: 35px;
}

img.img_249
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_250
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	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;
}

li.Bullet_list_1_40_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: bold;
}

span.Code_Red_text_2
{
	color: #FF0000;
	font-size: 10pt;
	background-color: #FFFF00;
}

span.span_72
{
	color: #0000FF;
	font-size: 8pt;
	background-color: #FFFFFF;
}

span.span_73
{
	color: #A31515;
	font-size: 8pt;
	background-color: #FFFFFF;
}

span.span_74
{
	color: #FF0000;
	font-size: 8pt;
	background-color: #FFFFFF;
}

span.span_75
{
	color: #000000;
	font-size: 8pt;
	background-color: #FFFFFF;
}

p.p_93
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	margin-right: 18pt;
}

p.Content_body_52_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 18pt;
	margin-right: 18pt;
}

ol.ol_27
{
	padding-left: 0px;
	margin-left: 0pt;
}

col.col_43
{
	width: 202pt;
}

col.col_44
{
	width: 265pt;
}

td.td_49
{
	background-color: #E7E6E6;
	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;
}

td.td_50
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Self-Service Reporting User Guide.docx" />*/

p.p_94
{
	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_28
{
	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_25
{
	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_16
{
	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_51
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC2_48
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.Content_body_53
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_50
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_49
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_50
{
	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_50
{
	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_48
{
	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_48
{
	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;
}

p.Bullet_list_1_41
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_41
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_251
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 465px;
	height: 352px;
}

img.img_252
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_53
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_3_19
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

img.img_253
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 38px;
	height: 33px;
}

img.img_254
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_255
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_256
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 465px;
	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_257
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_258
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_259
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_260
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 20px;
	height: 20px;
}

img.img_261
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_262
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_263
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_264
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_265
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 32px;
	height: 27px;
}

img.img_266
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_267
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_268
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_269
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_270
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_271
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	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_272
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_273
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_274
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

img.img_275
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Tree Grid View Administrator Guide.docx" />*/

p.p_95
{
	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_29
{
	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_26
{
	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_17
{
	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_52
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_40
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_49
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_42
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_54
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_51
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_50
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_51
{
	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_51
{
	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_49
{
	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_49
{
	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;
}

img.img_276
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_277
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_278
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_279
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 436px;
	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_280
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_281
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

img.img_282
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

col.col_45
{
	width: 99pt;
}

col.col_46
{
	width: 369pt;
}

span.Italics_1
{
	font-style: italic;
	letter-spacing: 0pt;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

img.img_283
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 604px;
	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_284
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 585px;
	height: 307px;
}

img.img_285
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_286
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_287
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_288
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 625px;
	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_289
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 31px;
	height: 30px;
}

img.img_290
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_291
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_292
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_293
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_294
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_295
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 390px;
	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_296
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 413px;
}

img.img_297
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_298
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	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_299
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_300
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_301
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	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_302
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_303
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Content_indented_3_20
{
	margin-left: 54pt;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

img.img_304
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_305
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_306
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_307
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 34px;
	height: 33px;
}

img.img_308
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_309
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 553px;
	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_310
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_311
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_312
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 37px;
	height: 33px;
}

img.img_313
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_314
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_315
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_316
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_317
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	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_318
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 59px;
	height: 32px;
}

img.img_319
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_320
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_321
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_322
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 612px;
	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_323
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 65px;
	height: 32px;
}

img.img_324
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_325
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_326
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_327
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_328
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Bullet_list_1_42
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_42
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_329
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 27px;
	height: 22px;
}

img.img_330
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 29px;
	height: 25px;
}

img.img_331
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_332
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_3
{
	font-size: 10pt;
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}

img.img_333
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_334
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 32px;
	height: 33px;
}

img.img_335
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 81px;
	height: 33px;
}

img.img_336
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 28px;
	height: 30px;
}

img.img_337
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_338
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_339
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 26px;
	height: 24px;
}

img.img_340
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Image_4
{
	font-size: 10pt;
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	margin-left: 0pt;
}

img.img_341
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 555px;
	height: 427px;
}

img.img_342
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 350px;
	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_343
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 24px;
	height: 28px;
}

img.img_344
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_345
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 612px;
	height: 532px;
}

img.img_346
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 565px;
	height: 437px;
}

img.img_347
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 26px;
	height: 22px;
}

img.img_348
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 496px;
	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_349
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 590px;
	height: 249px;
}

img.img_350
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_351
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_352
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_353
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_354
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_355
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_356
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_357
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 626px;
	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_358
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_359
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 623px;
	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_360
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_361
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_362
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 588px;
	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_363
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

img.img_364
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 60px;
	height: 34px;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Update Checks Configuration.docx" />*/

p.p_96
{
	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_30
{
	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_27
{
	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_18
{
	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_53
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_41
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_55
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_52
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_51
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_52
{
	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_52
{
	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_50
{
	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_50
{
	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;
}

p.Numbered_2_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
}

p.Code_4
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	background-color: #FFFF00;
}

p.p_97
{
	color: #0000FF;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Upgrading to 24 from Aras Innovator 14+.docx" />*/

p.p_98
{
	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_31
{
	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_28
{
	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_19
{
	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_54
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.BodyText
{
	font-size: 10pt;
	margin-bottom: 6pt;
}

p.TOC2_50
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_43
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

div.div_54
{
	width: 489pt;
	height: 117.45pt;
	margin-top: 323.4pt;
	margin-left: 0;
	mso-position-horizontal: left;
	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;
	v-text-anchor: top;
}

p.BodyText_1
{
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-left: 5pt;
	margin-right: 0pt;
}

p.Content_body_56
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.ListBullet
{
	font-size: 10pt;
	margin-top: 4pt;
	margin-bottom: 2pt;
	letter-spacing: 0pt;
}

li.ListBullet
{
	font-size: 10pt;
	margin-top: 4pt;
	margin-bottom: 2pt;
	letter-spacing: 0pt;
}

p.Content_indented_53
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Title_2
{
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-top: 12pt;
}

li.Table_Title_2
{
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-top: 12pt;
}

p.Table_Body_52
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_53
{
	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_53
{
	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_51
{
	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_51
{
	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;
}

p.Description
{
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 29pt;
}

img.img_365
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 262px;
	height: 238px;
}

ol.ol_32
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 252pt;
}

col.col_47
{
	width: 108pt;
}

p.Description_1
{
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	text-align: center;
}

td.td_55
{
	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: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

td.td_56
{
	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: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

p.Content_body_56_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	color: #0563C1;
	text-decoration: underline;
}

p.Numbered_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Numbered_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_3_21
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

img.img_366
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 283px;
	height: 172px;
}

ol.ol_33
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 72pt;
}

img.img_367
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 672px;
	height: 96px;
}

img.img_368
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 370px;
	height: 328px;
}

img.img_369
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 283px;
	height: 218px;
}

img.img_370
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 401px;
	height: 250px;
}

img.img_371
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 366px;
	height: 199px;
}

p.Content_indented_53_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
	text-align: center;
}

img.img_372
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 405px;
	height: 336px;
}

img.img_373
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 419px;
	height: 375px;
}

ol.ol_34
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 36pt;
}

span.Bold_3
{
	font-weight: normal;
	text-decoration: underline;
}

ol.ol_35
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 72pt;
}

p.Bullet_list_1_43
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_43
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_374
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 365px;
	height: 335px;
}

col.col_48
{
	width: 149pt;
}

tr.tr_13
{
	margin-left: 10pt;
}

table.table_4
{
	margin-left: 10pt;
	border-collapse: collapse;
}

li.Bullet_list_1_43_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\User Visibility Policy Administration Guide.docx" />*/

p.p_99
{
	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_36
{
	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_29
{
	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_20
{
	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_57
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_42
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_51
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_44
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_57
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_54
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_53
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_54
{
	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_54
{
	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_52
{
	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_52
{
	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_52_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;
}

p.Content_body_57_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 5pt;
}

p.Bullet_list_1_44
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_44
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_375
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_376
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_57
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Note_54_1
{
	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;
	font-weight: normal;
}

li.Note_54_1
{
	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;
	font-weight: normal;
}

img.img_377
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_378
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

span.Bold_4
{
	font-weight: normal;
	color: #FF0000;
}

p.Warning_52_1
{
	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;
	font-weight: normal;
	color: #FF0000;
}

li.Warning_52_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;
	font-weight: normal;
	color: #FF0000;
}

img.img_379
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_380
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 29px;
	height: 21px;
}

img.img_381
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_382
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Image_5
{
	font-size: 10pt;
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-weight: normal;
}

li.Image_number_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-weight: normal;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Visual Collaboration Administrator Guide.docx" />*/

p.p_100
{
	margin-top: 0pt;
	margin-left: 0;
	margin-bottom: 0pt;
	line-height: 12pt;
	font-size: 10pt;
	font-family: Consolas;
	color: #000000;
	background-color: #FFFFFF;
}

ol.ol_37
{
	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_30
{
	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_21
{
	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_58
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC2_52
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_45
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_58
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Content_indented_55
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_54
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_55
{
	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_55
{
	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_53
{
	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_53
{
	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;
}

col.col_49
{
	width: 355pt;
}

td.td_59
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

td.td_60
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

td.td_61
{
	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: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

td.td_62
{
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

li.Content_body_58
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Code_5
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Bullet_list_1_45
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_45
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Numbered_1_4
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
}

li.Numbered_1_5
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
}

ol.ol_38
{
	padding-left: 0px;
	margin-left: 194pt;
}

p.Numbered_1_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 11pt;
}

li.Numbered_1_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-size: 11pt;
}

p.Code_5_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 11pt;
}

p.Code_5_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 9pt;
}

p.Content_indented_3_22
{
	margin-left: 54pt;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Numbered_1_7
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-weight: bold;
}

img.img_383
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	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_384
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 75px;
	height: 36px;
}

img.img_385
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 79px;
	height: 40px;
}

p.Table_Title_3
{
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-top: 12pt;
}

li.Table_Title_3
{
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-top: 12pt;
}

img.img_386
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_387
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_388
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 25px;
	height: 26px;
}

img.img_389
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_390
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_391
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 69px;
	height: 37px;
}

col.col_50
{
	width: 140pt;
}

span.Content_indentend_2Char
{
	font-size: 10pt;
}

img.img_392
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 400px;
	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_393
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_3_1
{
	font-size: 10pt;
	margin-top: 12pt;
	margin-bottom: 0pt;
}

li.Table_Title_3_1
{
	font-size: 10pt;
	margin-top: 12pt;
	margin-bottom: 0pt;
}

col.col_51
{
	width: 324pt;
}

img.img_394
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_395
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_396
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 69px;
	height: 31px;
}

img.img_397
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_398
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 38px;
	height: 37px;
}

img.img_399
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_14
{
	margin-left: 0pt;
	height: 29pt;
}

p.Note_indented_1
{
	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;
	text-indent: 36pt;
	margin-left: 72pt;
}

img.img_400
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_52
{
	width: 393pt;
}

p.Note_indented_1_1
{
	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;
	text-indent: 36pt;
	margin-left: 35pt;
}

img.img_401
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_402
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 474px;
	height: 543px;
}

img.img_403
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_404
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 74px;
	height: 35px;
}

p.Content_indented_4_2
{
	font-family: Arial;
	page-break-after: avoid;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 72pt;
}

img.img_405
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_406
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

span.span_76
{
	font-family: Wingdings;
}

img.img_407
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 397px;
}

img.img_408
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_409
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_410
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 607px;
	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_411
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 73px;
	height: 37px;
}

img.img_412
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 77px;
	height: 32px;
}

ol.ol_39
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 194pt;
}

img.img_413
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 384px;
	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_414
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_415
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 65px;
	height: 36px;
}

img.img_416
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_22_1
{
	margin-left: 54pt;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: normal;
}

li.Numbered_1_8
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-weight: normal;
}

col.col_53
{
	width: 84pt;
}

col.col_54
{
	width: 137pt;
}

col.col_55
{
	width: 106pt;
}

li.Content_indented_55
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

img.img_417
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

span.span_77
{
	color: #0070C0;
	font-size: 9pt;
}

p.p_101
{
	margin-bottom: 0pt;
	margin-left: 27pt;
}

img.img_418
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_419
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_420
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_421
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_422
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_423
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_424
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_58_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-top: 5pt;
}

col.col_56
{
	width: 247pt;
}

col.col_57
{
	width: 222pt;
}

img.img_425
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 251px;
	height: 69px;
}

img.img_426
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 252px;
	height: 68px;
}

img.img_427
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 231px;
	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.Bullet_list_1_45_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-weight: bold;
}

img.img_428
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_429
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_430
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_431
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_432
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 432px;
	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_433
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 421px;
	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_434
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 22px;
	height: 21px;
}

img.img_435
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_58
{
	width: 66pt;
}

col.col_59
{
	width: 89pt;
}

col.col_60
{
	width: 111pt;
}

col.col_61
{
	width: 1pt;
}

col.col_62
{
	width: 93pt;
}

tr.tr_15
{
	margin-left: 0pt;
	height: 18pt;
}

img.img_436
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 26px;
	height: 25px;
}

img.img_437
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 27px;
	height: 30px;
}

img.img_438
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 28px;
	height: 27px;
}

img.img_439
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 27px;
	height: 27px;
}

img.img_440
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 28px;
	height: 26px;
}

col.col_63
{
	width: 78pt;
}

col.col_64
{
	width: 121pt;
}

col.col_65
{
	width: 174pt;
}

col.col_66
{
	width: 122pt;
}

col.col_67
{
	width: 185pt;
}

col.col_68
{
	width: 50pt;
}

td.td_63
{
	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_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;
	padding-top: 0pt;
	padding-left: 5pt;
	padding-bottom: 0pt;
	padding-right: 5pt;
}

td.td_65
{
	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_441
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 615px;
	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_442
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_443
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_444
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_445
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 617px;
	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_446
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_447
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 569px;
	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_448
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_449
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 73px;
	height: 33px;
}

img.img_450
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 433px;
	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_451
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_58_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-style: italic;
	text-decoration: underline;
}

li.Content_body_58_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-style: italic;
}

span.span_78
{
	font-style: italic;
	text-decoration: underline;
}

ul.ul_31
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 36pt;
}

p.p_102
{
	font-style: italic;
}

p.Note_55_1
{
	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: 0pt;
	text-indent: 36pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\Windows Authentication Setup.docx" />*/

p.p_103
{
	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_40
{
	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_32
{
	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_22
{
	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_66
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_43
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_53
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_46
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_59
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_56
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Body_55
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_56
{
	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_56
{
	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_54
{
	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_54
{
	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;
}

p.Aras_Heading_4
{
	font-size: 10pt;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 4;
	font-style: italic;
	font-weight: bold;
	color: black;
}

p.Bullet_list_1_46
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_46
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Image_number_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

p.Content_body_59_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 0pt;
	margin-bottom: 8pt;
}

img.img_452
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_6
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 18pt;
}

p.Code_7
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 1pt;
	margin-left: 18pt;
}

span.span_79
{
	color: #002060;
	text-decoration: underline;
}

p.Code_8
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: bold;
	font-size: 8pt;
}

img.img_453
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_454
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 538px;
	height: 260px;
}

img.img_455
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 392px;
	height: 508px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-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
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_457
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_55
{
	left: 10579;
	mso-wrap-style: none;
	top: 2206;
	v-text-anchor: top;
	background-color: white;
	width: 132pt;
	height: 27pt;
}

div.div_56
{
	left: 1011;
	top: 1048;
	v-text-anchor: top;
	width: 319pt;
	height: 302pt;
}

div.div_57
{
	left: 1011;
	top: 465;
	v-text-anchor: top;
	background-color: white;
	width: 88pt;
	height: 27pt;
}

div.div_58
{
	left: 19113;
	top: 378;
	v-text-anchor: top;
	background-color: white;
	width: 80pt;
	height: 30pt;
}

div.div_59
{
	left: 2060;
	top: 1506;
	v-text-anchor: top;
	width: 163pt;
	height: 32pt;
}

p.p_104
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: center;
}

div.div_60
{
	left: 2972;
	top: 3943;
	v-text-anchor: top;
	background-color: white;
	width: 132pt;
	height: 71pt;
}

div.div_61
{
	left: 37563;
	mso-wrap-style: none;
	top: 99776;
	v-text-anchor: top;
	background-color: white;
	width: 176pt;
	height: 265pt;
}

div.div_62
{
	left: 43568;
	mso-wrap-style: none;
	top: 110697;
	v-text-anchor: top;
	background-color: white;
	width: 377pt;
	height: 265pt;
}

div.div_63
{
	left: 37563;
	mso-wrap-style: none;
	top: 75633;
	v-text-anchor: top;
	background-color: white;
	width: 219pt;
	height: 264pt;
}

div.div_64
{
	left: 42696;
	mso-wrap-style: none;
	top: 86928;
	v-text-anchor: top;
	background-color: white;
	width: 513pt;
	height: 264pt;
}

p.p_105
{
	font-size: 14pt;
}

div.div_65
{
	left: 10078;
	top: 1380;
	v-text-anchor: top;
	width: 58pt;
	height: 31pt;
}

div.div_66
{
	left: 11045;
	top: 3139;
	v-text-anchor: top;
	background-color: white;
	width: 130pt;
	height: 93pt;
}

div.div_67
{
	left: 18350;
	top: 10490;
	v-text-anchor: top;
	width: 77pt;
	height: 61pt;
}

div.div_68
{
	left: 677;
	top: 8126;
	v-text-anchor: top;
	background-color: white;
	width: 328pt;
	height: 125pt;
}

div.div_69
{
	left: 677;
	top: 10939;
	v-text-anchor: top;
	background-color: white;
	width: 392pt;
	height: 221pt;
}

div.div_70
{
	left: 749;
	top: 15147;
	v-text-anchor: top;
	background-color: white;
	width: 392pt;
	height: 99pt;
}

div.div_71
{
	left: 17506;
	top: 2702;
	v-text-anchor: top;
	width: 80pt;
	height: 60pt;
}

div.div_72
{
	left: 96840;
	top: 92027;
	v-text-anchor: middle;
	background-color: white;
	width: 998pt;
	height: 938pt;
}

div.div_73
{
	left: 749;
	top: 17174;
	v-text-anchor: top;
	background-color: white;
	width: 392pt;
	height: 210pt;
}

div.div_74
{
	left: 9999;
	top: 17174;
	v-text-anchor: top;
	background-color: white;
	width: 392pt;
	height: 165pt;
}

/*<meta sourceDocument="C:\MadCap Flare\Innovator\24\24\XSLT Report Tool Users Guide.docx" />*/

p.p_106
{
	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_41
{
	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_33
{
	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_23
{
	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_67
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

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_54
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.Content_body_60
{
	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;
}

p.Table_Body_56
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
}

p.Note_57
{
	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_57
{
	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_55
{
	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_55
{
	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;
}

p.Bullet_list_1_47
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_47
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Image_number_12
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

img.img_458
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 396px;
	height: 25px;
}

img.img_459
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 120px;
	height: 291px;
}

col.col_69
{
	width: 215pt;
}

tr.tr_16
{
	margin-left: 5pt;
	height: 8pt;
}

tr.tr_17
{
	margin-left: 5pt;
	height: 14pt;
}

tr.tr_18
{
	margin-left: 5pt;
	height: 39pt;
}

tr.tr_19
{
	margin-left: 5pt;
	height: 12pt;
}

tr.tr_20
{
	margin-left: 5pt;
	height: 11pt;
}

table.table_5
{
	margin-left: 5pt;
	border-collapse: collapse;
}

col.col_70
{
	width: 211pt;
}

col.col_71
{
	width: 385pt;
}

tr.tr_21
{
	margin-left: 0pt;
	height: 8pt;
}

tr.tr_22
{
	margin-left: 0pt;
	height: 14pt;
}

col.col_72
{
	width: 107pt;
}

col.col_73
{
	width: 186pt;
}

p.Table_Body_56_1
{
	font-family: Arial;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-size: 9pt;
}

td.td_68
{
	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;
}

tr.tr_23
{
	margin-left: 0pt;
	height: 128pt;
}

tr.tr_24
{
	margin-left: 0pt;
	height: 12pt;
}

tr.tr_25
{
	margin-left: 0pt;
	height: 11pt;
}

img.img_460
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

ul.ul_34
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 14pt;
}

ul.ul_35
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 72pt;
}

ul.ul_36
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 23pt;
}

p.p_107
{
	page-break-after: avoid;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.p_108
{
	color: #000000;
}

p.p_109
{
	margin-bottom: 6pt;
}

ul.ul_37
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 59pt;
}

p.p_110
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	color: #000000;
}

/*<meta sourceDocument="C:\Users\ruchira.walavalkar\Desktop\New folder\24\24\Configurable InBasket.docx" />*/

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	clear: none;
}

p.p_111
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_42
{
	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_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_69
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_45
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

div.div_75
{
	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_76
{
	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_77
{
	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_61
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_58
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

h1.Heading1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 12pt;
	margin-bottom: 12pt;
	mc-heading-level: 1;
	font-family: Arial;
	font-weight: bold;
	font-size: 16pt;
}

p.Warning_56
{
	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_56
{
	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;
}

p.Image_6
{
	font-size: 10pt;
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
}

p.Image_number_13
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
}

li.Image_number_13
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
}

img.img_461
{
	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;
}

li.Image_number_13_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 0pt;
}

p.Table_Title_7
{
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title_7
{
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

img.img_462
{
	visibility: visible;
	mso-wrap-style: square;
	width: 23px;
	height: 25px;
}

li.Table_Title_7_1
{
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
	margin-left: 41pt;
}

col.col_74
{
	width: 378pt;
}

p.Table_Header_5
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	margin-left: 0pt;
	text-align: center;
}

img.img_463
{
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 25px;
}

img.img_464
{
	visibility: visible;
	mso-wrap-style: square;
	width: 31px;
	height: 28px;
}

table.table_6
{
	margin-left: 14pt;
	border-collapse: collapse;
}

p.Numbered_1_6
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Numbered_1_6_1
{
	margin-left: 36pt;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Numbered_2_8
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Numbered_2_8
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Bullet_list_2_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Bullet_list_2_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indentend_2_3
{
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Arial;
}

img.img_465
{
	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;
}

li.Numbered_2_8_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 54pt;
}

p.Bullet_list_2_2_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 54pt;
}

img.img_466
{
	visibility: visible;
	mso-wrap-style: square;
	width: 26px;
	height: 21px;
}

img.img_467
{
	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_468
{
	visibility: visible;
	mso-wrap-style: square;
	width: 32px;
	height: 26px;
}

img.img_469
{
	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_470
{
	visibility: visible;
	mso-wrap-style: square;
	width: 84px;
	height: 31px;
}

p.Content_indented_4_3
{
	font-size: 10pt;
	page-break-after: avoid;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 72pt;
	font-family: Arial;
}

img.img_471
{
	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_472
{
	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_1
{
	font-size: 10pt;
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Verdana;
}

p.Image_number_13_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	font-family: Arial;
	text-align: left;
}

img.img_473
{
	visibility: visible;
	mso-wrap-style: square;
	width: 73px;
	height: 36px;
}

img.img_474
{
	visibility: visible;
	mso-wrap-style: square;
	width: 37px;
	height: 35px;
}

col.col_75
{
	width: 126pt;
}

col.col_76
{
	width: 94pt;
}

col.col_77
{
	width: 61pt;
}

col.col_78
{
	width: 71pt;
}

col.col_79
{
	width: 62pt;
}

p.Table_Body_57
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-weight: bold;
}

table.table_7
{
	margin-left: 54pt;
	border-collapse: collapse;
}

img.img_475
{
	visibility: visible;
	mso-wrap-style: square;
	width: 66px;
	height: 36px;
}

img.img_476
{
	visibility: visible;
	mso-wrap-style: square;
	width: 38px;
	height: 37px;
}

img.img_477
{
	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_80
{
	width: 65pt;
}

col.col_81
{
	width: 88pt;
}

table.table_8
{
	margin-left: 18pt;
	border-collapse: collapse;
}

col.col_82
{
	width: 100pt;
}

col.col_83
{
	width: 246pt;
}

ol.ol_43
{
	padding-left: 0px;
	margin-left: 23pt;
}

span.span_80
{
	font-family: 'Courier New';
	color: #FF0000;
}

p.p_112
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 72pt;
}

span.span_81
{
	font-family: 'Courier New';
	color: #FF0000;
	background-color: #FFFF00;
}

p.Numbered_2_8_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 72pt;
}

p.Numbered_2_8_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 72pt;
	font-family: 'Courier New';
}

img.img_478
{
	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_479
{
	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;
}

p.Note_indented_3
{
	font-size: 10pt;
	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_3
{
	font-size: 10pt;
	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;
}

img.img_480
{
	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_481
{
	visibility: visible;
	mso-wrap-style: square;
	width: 39px;
	height: 33px;
}

span.Code_Red_text_3
{
	color: #FF0000;
	font-size: 10pt;
	font-family: Verdana;
}

img.img_482
{
	visibility: visible;
	mso-wrap-style: square;
	width: 82px;
	height: 38px;
}

img.img_483
{
	visibility: visible;
	mso-wrap-style: square;
	width: 75px;
	height: 33px;
}

img.img_484
{
	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_485
{
	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_3_1
{
	font-size: 10pt;
	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;
}

ol.ol_44
{
	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;
}

span.Code_Yellow_Highlight_1
{
	font-size: 10pt;
	font-family: 'Courier New';
	background-color: #FFFF00;
}

p.Content_indented_58_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: 'Courier New';
}

img.img_486
{
	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_487
{
	visibility: visible;
	mso-wrap-style: square;
	width: 75px;
	height: 34px;
}

span.span_82
{
	font-family: Courier;
}

span.span_83
{
	font-family: Courier;
	color: #FF0000;
	background-color: #FFFF00;
}

span.span_84
{
	font-family: Courier;
	color: #FF0000;
}

p.Content_indented_58_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Courier;
	color: #FF0000;
}

img.img_488
{
	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_489
{
	visibility: visible;
	mso-wrap-style: square;
	width: 75px;
	height: 36px;
}

p.Numbered_1_6_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: normal;
}

li.Numbered_1_6_1_1
{
	margin-left: 36pt;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: normal;
}

ol.ol_45
{
	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_490
{
	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;
}

p.Numbered_1_6_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 18pt;
}

img.img_491
{
	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;
}

p.Code_9
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
}

img.img_492
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 555px;
}

img.img_493
{
	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_494
{
	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_9_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	background-color: #FFFF00;
}

p.Code_9_2
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	background-color: #008000;
}

p.Numbered_2_8_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 54pt;
	text-indent: -18pt;
}

p.Code_9_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	margin-left: 54pt;
}

ol.ol_46
{
	padding-left: 0px;
	margin-left: 8pt;
}

ol.ol_47
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 8pt;
}

div.div_78
{
	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;
}

span.span_85
{
	font-family: Consolas;
	color: #FF00FF;
}

span.span_86
{
	font-family: Consolas;
	color: #808080;
}

span.span_87
{
	font-family: Consolas;
	color: #0000FF;
}

span.span_88
{
	font-family: Consolas;
}

span.span_89
{
	font-family: Consolas;
	color: #FF0000;
}

img.img_495
{
	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;
}

div.div_79
{
	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;
}

/*<meta sourceDocument="C:\Users\ruchira.walavalkar\Desktop\New folder\24\24\Configurator Services Programmers Guide.docx" />*/

li
{
	font-family: var(--FontText);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	page-break-inside: avoid;
}

li p
{
	font-family: var(--FontText);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	mc-hyphenate: never;
}

ol
{
	list-style-type: decimal;
	margin-left: 0px;
}

ul
{
	list-style-type: square;
}

td
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
}

p
{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
	font-size: 10.0pt;
}

p.table-text
{
	font-size: 12pt;
}

p.Table_Body
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
}

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;
}

p.p_113
{
	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_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_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_70
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-size: 10pt;
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.TOC_Heading_1
{
	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_62
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	elevation: inherit;
	font-size: 10pt;
}

p.Content_indented_59
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Content_body_62_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 16pt;
}

li.Note_58
{
	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;
	mc-auto-number-format: '{ }';
}

p.Table_Body_58
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-size: 10pt;
	font-family: 'Courier New';
}

p.Note_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;
	background-color: #CCCCCC;
	font-family: Arial;
	mc-auto-number-format: '{ }';
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Note_58_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;
	mc-auto-number-format: '{ }';
	margin-left: 36pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Content_body_62
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

col.col_84
{
	width: 120pt;
}

col.col_85
{
	width: 359pt;
}

td.td_71
{
	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;
}

tr.tr_26
{
	height: 16pt;
}

td.td_72
{
	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_27
{
	height: 37pt;
}

tr.tr_28
{
	height: 11pt;
}

tr.tr_29
{
	height: 13pt;
}

p.Table_Body_59
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-size: 10pt;
	color: #0000FF;
}

tr.tr_30
{
	height: 41pt;
}

tr.tr_31
{
	height: 12pt;
}

p.Bullet_list_3_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Bullet_list_3_1_1
{
	margin-left: 72pt;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

span.span_90
{
	color: #0000FF;
	font-family: Arial;
	font-size: 10pt;
}

p.Content_body_62_2
{
	margin-top: 6pt;
	color: #0000FF;
	margin-bottom: 0pt;
	font-size: 10pt;
	font-family: Arial;
	line-height: 12pt;
}

span.span_91
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 9pt;
	background-color: #FFFF00;
}

li.Note_58_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;
	mc-auto-number-format: '{ }';
	margin-left: 36pt;
}

ol.ol_49
{
	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;
}

p.Content_body_62_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-indent: 18pt;
	line-height: 20pt;
}

col.col_86
{
	width: 144pt;
}

th.th_14
{
	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_15
{
	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_73
{
	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_74
{
	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_62_4
{
	margin-top: 6pt;
	color: #0000FF;
	background-color: #FFFF00;
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	line-height: 12pt;
}

p.Content_body_62_5
{
	text-indent: 18pt;
	color: #0000FF;
	margin-bottom: 0pt;
	margin-top: 0pt;
	font-size: 10pt;
	font-family: Arial;
	line-height: 12pt;
}

p.Content_body_62_6
{
	text-indent: 18pt;
	margin-left: 18pt;
	color: #0000FF;
	margin-bottom: 0pt;
	margin-top: 0pt;
	font-size: 10pt;
	font-family: Arial;
	line-height: 12pt;
}

p.Content_body_62_7
{
	font-family: Arial;
	text-indent: 18pt;
	margin-left: 36pt;
	margin-top: 0pt;
	font-size: 10pt;
	margin-bottom: 0pt;
	line-height: 12pt;
}

p.Content_body_62_8
{
	text-indent: 18pt;
	color: #0000FF;
	background-color: #FFFF00;
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	line-height: 12pt;
}

p.Content_body_62_9
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-indent: 18pt;
	margin-left: 18pt;
	line-height: 12pt;
}

p.Content_body_62_10
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 18pt;
	margin-left: 36pt;
	color: #0000FF;
	font-family: Arial;
	font-size: 10pt;
	line-height: 12pt;
}

p.Content_body_62_11
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 18pt;
	color: #0000FF;
	font-family: Arial;
	font-size: 10pt;
	line-height: 12pt;
}

p.Content_body_62_12
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 18pt;
	margin-left: 54pt;
	color: #0000FF;
	font-family: Arial;
	font-size: 10pt;
	line-height: 12pt;
}

p.Content_body_62_13
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-indent: 18pt;
	margin-left: 54pt;
	line-height: 20pt;
}

p.Image_number_14
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
}

li.Image_number_14
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
}

img.img_496
{
	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;
}

p.Numbered_1_7
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Numbered_1_7_1
{
	margin-left: 36pt;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_497
{
	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_62_14
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	background-color: #D3D3D3;
}

p.Code_10
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10pt;
	line-height: 12pt;
	margin-left: 0;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
}

span.span_92
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
}

span.span_93
{
	font-family: Consolas;
	color: #A31515;
	font-size: 10pt;
}

span.span_94
{
	font-family: Consolas;
	color: #FF0000;
	font-size: 10pt;
}

span.span_95
{
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

span.span_96
{
	font-family: Consolas;
	color: #A31515;
	font-size: 10pt;
	background-color: #FFFF00;
}

span.span_97
{
	font-family: Consolas;
	color: #FF0000;
	font-size: 10pt;
	background-color: #FFFF00;
}

span.span_98
{
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFF00;
}

span.span_99
{
	font-family: Consolas;
	font-style: italic;
	color: #000000;
	font-size: 10pt;
}

p.p_114
{
	margin-bottom: 0pt;
	margin-left: 36pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

span.span_100
{
	font-family: Consolas;
	color: #2B91AF;
	font-size: 10pt;
}

p.p_115
{
	margin-bottom: 0pt;
	text-indent: 36pt;
	margin-left: 36pt;
}

span.span_101
{
	font-family: Consolas;
	color: #2B91AF;
	font-size: 10pt;
	background-color: #FFFF00;
}

span.span_102
{
	font-family: Consolas;
	color: #A31515;
}

p.Code_10_1
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10pt;
	line-height: 12pt;
	margin-left: 0;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
}

span.span_103
{
	font-family: Consolas;
	color: #0000FF;
	background-color: #FFFF00;
}

span.span_104
{
	font-family: Consolas;
	color: #A31515;
	background-color: #FFFF00;
}

span.span_105
{
	font-family: Consolas;
	background-color: #FFFF00;
}

p.Code_10_2
{
	background-color: #FFFFFF;
	font-size: 10pt;
	line-height: 12pt;
	margin-left: 0;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	color: #0000FF;
}

col.col_87
{
	width: 171pt;
}

col.col_88
{
	width: 297pt;
}

td.td_75
{
	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_76
{
	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;
}

p.p_116
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

p.p_117
{
	margin-bottom: 0pt;
	margin-left: 54pt;
}

p.p_118
{
	margin-bottom: 0pt;
	margin-left: 72pt;
}

p.p_119
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

p.Content_body_62_15
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 18pt;
}

span.span_106
{
	font-family: Consolas;
	font-size: 10pt;
}

p.Content_body_62_16
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	font-size: 10pt;
}

p.Bullet_list_2_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Bullet_list_2_3
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

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.p_120
{
	margin-top: 3pt;
	margin-bottom: 0pt;
}

col.col_89
{
	width: 292pt;
}

span.span_107
{
	color: #2E74B5;
}

p.Table_Body_60
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-size: 10pt;
	font-family: Consolas;
	font-weight: bold;
	color: #0000FF;
}

p.Table_Body_61
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-size: 10pt;
	font-family: Consolas;
	color: #0000FF;
}

span.span_108
{
	font-family: Consolas;
	color: #660066;
	font-size: 10pt;
}

span.span_109
{
	font-family: Consolas;
	color: #2626FF;
	font-size: 10pt;
}

p.p_121
{
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

p.p_122
{
	font-family: Consolas;
	font-size: 10pt;
}

col.col_90
{
	width: 206pt;
}

col.col_91
{
	width: 262pt;
}

p.Table_Body_62
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-size: 10pt;
	color: #505050;
}

p.p_123
{
	font-family: Arial;
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 0pt;
	margin-top: 0px;
}

p.Content_body_62_17
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
}

li.Content_body_62_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
}

p.Content_body_62_18
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
}

td.td_77
{
	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;
}

td.td_78
{
	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;
}

p.p_124
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_125
{
	margin-bottom: 0pt;
	text-align: justify;
}

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_498
{
	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_62_19
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-indent: 18pt;
	margin-left: 0pt;
}

p.Content_body_62_20
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	color: #FF0000;
}

p.p_126
{
	margin-bottom: 0pt;
	text-indent: 36pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_127
{
	margin-bottom: 0pt;
	margin-left: 36pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_110
{
	font-family: Consolas;
	color: #800000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_128
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	text-align: justify;
}

p.p_129
{
	margin-bottom: 3pt;
}

span.span_111
{
	font-family: Consolas;
	color: #0000FF;
	letter-spacing: 0pt;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_112
{
	font-family: Consolas;
	color: #A31515;
	letter-spacing: 0pt;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_113
{
	font-family: Consolas;
	color: #FF0000;
	letter-spacing: 0pt;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_114
{
	font-family: Consolas;
	color: #000000;
	letter-spacing: 0pt;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_115
{
	font-family: Consolas;
	color: #FF0000;
	letter-spacing: 0pt;
	font-size: 10pt;
}

span.span_116
{
	font-family: Consolas;
	color: #0000FF;
	letter-spacing: 0pt;
	font-size: 10pt;
}

p.p_130
{
	margin-bottom: 0pt;
	margin-left: 43pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_131
{
	margin-bottom: 0pt;
	margin-left: 43pt;
}

span.Hyperlink_1
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: none;
}

li.Content_body_62_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
}

p.Content_body_62_21
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 17pt;
}

p.Table_Body_63
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 10pt;
	margin-left: 17pt;
}

p.Note_59
{
	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;
	mc-auto-number-format: '{ }';
	font-weight: bold;
	font-size: 12pt;
}

li.Note_58_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;
	mc-auto-number-format: '{ }';
	margin-left: 36pt;
	font-weight: bold;
	font-size: 12pt;
}

span.span_117
{
	font-weight: bold;
	color: #538135;
}

span.span_118
{
	font-weight: bold;
	color: #538135;
	text-decoration: underline;
}

div.div_80
{
	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.Bullet_list_3_1_1
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 0pt;
	text-indent: 18pt;
}

p.Content_body_62_22
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	text-indent: 14pt;
}

p.p_132
{
	margin-bottom: 0pt;
	margin-left: 17pt;
	text-align: justify;
	font-size: 10pt;
	font-family: Arial;
}

p.p_133
{
	margin-bottom: 0pt;
	text-align: justify;
	font-weight: bold;
}

p.p_134
{
	margin-bottom: 0pt;
	margin-left: 17pt;
}

p.p_135
{
	font-weight: bold;
	color: #538135;
}

div.div_81
{
	left: -1152;
	top: 7022;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 471pt;
	height: 349pt;
}

p.p_136
{
	margin-bottom: 0pt;
	margin-left: 50pt;
}

div.div_82
{
	left: 1828;
	top: 512;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 571pt;
	height: 143pt;
}

p.p_137
{
	margin-bottom: 0pt;
	margin-left: 50pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_138
{
	margin-bottom: 0pt;
	margin-left: 50pt;
	font-family: Consolas;
	color: #800000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_119
{
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
}

p.p_139
{
	margin-bottom: 0pt;
	margin-left: 43pt;
	font-family: Consolas;
	color: #800000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.Content_body_62_23
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

p.Content_body_62_24
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 13pt;
}

p.Content_body_62_25
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
}

p.p_140
{
	margin-bottom: 0pt;
	text-indent: 28pt;
	text-align: justify;
}

p.Content_indented_59_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
	font-size: 12pt;
}

p.p_141
{
	margin-bottom: 0pt;
	text-indent: 36pt;
}

span.span_120
{
	font-family: Consolas;
	color: #008000;
	font-size: 10pt;
}

p.p_142
{
	margin-bottom: 3pt;
	margin-left: 0pt;
	text-indent: 1pt;
	margin-right: 1pt;
}

p.p_143
{
	margin-bottom: 1pt;
	margin-left: 0pt;
	text-indent: 1pt;
	margin-right: 1pt;
}

span.span_121
{
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_122
{
	color: #A31515;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_144
{
	margin-bottom: 3pt;
	margin-left: 0pt;
	text-indent: 1pt;
	margin-right: 42pt;
}

p.p_145
{
	margin-bottom: 1pt;
	margin-left: 0pt;
	text-indent: 1pt;
	margin-right: 323pt;
}

p.p_146
{
	margin-bottom: 2pt;
	margin-left: 0pt;
	text-indent: 1pt;
	margin-right: 42pt;
}

p.p_147
{
	margin-bottom: 1pt;
	margin-left: 13pt;
	text-indent: -1pt;
}

p.p_148
{
	margin-bottom: 2pt;
	margin-left: 13pt;
	text-indent: -1pt;
	margin-right: 360pt;
}

p.p_149
{
	margin-bottom: 2pt;
	text-indent: 7pt;
	margin-left: 0pt;
	margin-right: 360pt;
}

p.p_150
{
	margin-bottom: 2pt;
	margin-left: 0pt;
	text-indent: 1pt;
	margin-right: 323pt;
}

col.col_92
{
	width: 157pt;
}

td.td_79
{
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

p.p_151
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
}

p.p_152
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	text-indent: 18pt;
	margin-left: 18pt;
}

col.col_93
{
	width: 244pt;
}

col.col_94
{
	width: 224pt;
}

p.p_153
{
	text-align: justify;
	font-style: italic;
	text-decoration: underline;
}

p.p_154
{
	text-align: justify;
}

p.p_155
{
	font-weight: bold;
	color: #2E74B5;
}

div.div_83
{
	left: 4053;
	top: 30;
	rotation: 2;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1086pt;
	height: 135pt;
}

p.p_156
{
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_157
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

td.td_80
{
	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;
}

p.p_158
{
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFFFF;
}

td.td_81
{
	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_32
{
	height: 85pt;
}

div.div_84
{
	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_85
{
	left: 8891;
	top: -6;
	rotation: -1;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1542pt;
	height: 135pt;
}

div.div_86
{
	left: 7792;
	rotation: -6;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1091pt;
	height: 135pt;
}

td.td_82
{
	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_83
{
	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;
}

p.p_159
{
	text-align: center;
	font-weight: bold;
}

td.td_84
{
	background-color: #D9D9D9;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

p.p_160
{
	margin-left: 0pt;
}

p.p_161
{
	margin-left: 0pt;
	text-align: justify;
}

p.p_162
{
	margin-bottom: 0pt;
	margin-left: 72pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

col.col_95
{
	width: 360pt;
}

th.th_16
{
	background-color: #D9D9D9;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

p.Table_Header_6
{
	margin-left: 14pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	background-color: #FFFFFF;
}

span.span_123
{
	font-family: Consolas;
	color: #0000FF;
	background-color: #FFFFFF;
}

span.span_124
{
	font-family: Consolas;
	color: #A31515;
	background-color: #FFFFFF;
}

p.Table_Body_64
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-size: 10pt;
	font-family: Consolas;
	color: #000000;
	background-color: #FFFFFF;
}

span.span_125
{
	font-family: Consolas;
	color: #FF0000;
	background-color: #FFFFFF;
}

span.span_126
{
	font-family: Consolas;
	color: #000000;
	background-color: #FFFFFF;
}

p.Table_Body_65
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-size: 10pt;
	font-family: Consolas;
	color: #0000FF;
	background-color: #FFFFFF;
}

div.div_87
{
	left: 8390;
	top: 30;
	rotation: 2;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: top;
	width: 1627pt;
	height: 135pt;
}

p.Table_Header_9
{
	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_85
{
	vertical-align: middle;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

col.col_96
{
	width: 134pt;
}

col.col_97
{
	width: 376pt;
}

p.p_163
{
	margin-bottom: 0pt;
	text-indent: 21pt;
}

p.p_164
{
	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.Content_body_62_26
{
	margin-top: 6pt;
	font-family: Arial;
	margin-bottom: 8pt;
}

p.Content_body_62_27
{
	margin-bottom: 6pt;
	font-family: Arial;
	margin-top: 0pt;
}

p.p_165
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #8B008B;
	font-size: 10pt;
}

span.span_127
{
	font-family: Consolas;
	color: #8B008B;
	font-size: 10pt;
}

p.Content_body_62_28
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #8B008B;
	font-size: 10pt;
}

p.Content_body_62_29
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Consolas;
	color: #8B008B;
	font-size: 10pt;
}

col.col_98
{
	width: 119pt;
}

td.td_86
{
	background-color: #D9D9D9;
	vertical-align: middle;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

td.td_87
{
	padding-top: 9pt;
	padding-bottom: 9pt;
	vertical-align: middle;
	padding-left: 5pt;
	padding-right: 6pt;
}

p.Table_Body_66
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-size: 10pt;
	color: #2E74B5;
}

td.td_88
{
	padding-top: 9pt;
	padding-bottom: 9pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

p.Table_Body_67
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-size: 10pt;
	color: #385623;
}

col.col_99
{
	width: 282pt;
}

p.p_166
{
	margin-bottom: 3pt;
	font-weight: bold;
	font-style: italic;
}

col.col_100
{
	width: 97pt;
}

col.col_101
{
	width: 80pt;
}

col.col_102
{
	width: 291pt;
}

col.col_103
{
	width: 290pt;
}

p.Content_body_62_30
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #0070C0;
}

col.col_104
{
	width: 287pt;
}

p.p_167
{
	margin-bottom: 6pt;
	font-weight: bold;
	font-style: italic;
}

col.col_105
{
	width: 96pt;
}

col.col_106
{
	width: 266pt;
}

col.col_107
{
	width: 109pt;
}

col.col_108
{
	width: 263pt;
}

col.col_109
{
	width: 264pt;
}

col.col_110
{
	width: 105pt;
}

p.Content_body_62_31
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #000000;
}

col.col_111
{
	width: 260pt;
}

p.Content_indented_59_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 0pt;
}

col.col_112
{
	width: 98pt;
}

col.col_113
{
	width: 256pt;
}

th.th_17
{
	background-color: #D9D9D9;
	vertical-align: middle;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

th.th_18
{
	background-color: #E7E6E6;
	vertical-align: middle;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

th.th_19
{
	background-color: #E7E6E6;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

table.table_9
{
	margin-left: 4pt;
	border-collapse: collapse;
}

p.Table_Body_68
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

td.td_89
{
	background-color: #E7E6E6;
	padding-top: 9pt;
	padding-bottom: 9pt;
	vertical-align: middle;
	padding-left: 5pt;
	padding-right: 6pt;
}

td.td_90
{
	background-color: #E7E6E6;
	padding-top: 9pt;
	padding-bottom: 9pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

span.span_128
{
	color: #385623;
}

col.col_114
{
	width: 104pt;
}

col.col_115
{
	width: 269pt;
}

td.td_91
{
	background-color: #E7E6E6;
	vertical-align: middle;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

td.td_92
{
	background-color: #E7E6E6;
	padding-top: 2pt;
	padding-left: 5pt;
	padding-right: 6pt;
}

col.col_116
{
	width: 257pt;
}

p.p_232
{
	font-family: Arial;
	font-size: 10.0pt;
}

p.Numbered
{
	font-family: Arial;
	font-size: 10.0pt;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\25\Aras Innovator 29 - Release Notes.docx" />*/

p
{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
	font-size: 10pt;
}

p.p_11
{
	margin-bottom: 0pt;
}

p.p_168
{
	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_50
{
	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_40
{
	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_26
{
	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_93
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_46
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_55
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_47
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

div.div_88
{
	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;
}

div.div_89
{
	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;
}

div.div_90
{
	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;
}

p.Content_body_63
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_60
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Header_10
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_69
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Note_60
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_60
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_57
{
	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_57
{
	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;
}

p.Note_60_1
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_60_1
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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;
}

span.span_129
{
	margin-right: 0pt;
	font-family: Arial;
}

li.Note_60_2
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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;
}

div.div_91
{
	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;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\26\Aras Innovator 29 - Release Notes.docx" />*/

p.p_169
{
	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_51
{
	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_41
{
	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_27
{
	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_94
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_47
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_56
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_48
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_64
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_61
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_61
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_61
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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.p_170
{
	font-weight: bold;
	font-size: 18pt;
}

p.Table_Header_11
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_70
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\28\14.0.18\Aras Innovator 29 - Aras Migration Analyzer User Guide.docx" />*/

MadCap|dropDownBody
{
	padding: 0px 0px 0;
}

p.Invisible
{
	display: none;
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/dropDown.png');
	mc-closed-image: url('../Images/right.jpg');
	mc-image-position: right;
	padding: 0px 0;
}

div.Full-Width
{
	width: 100%;
}

p.home-category
{
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	font-size: 24pt;
	width: 100%;
}

p.p_27
{
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ol.ol_4
{
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ul.ul_4
{
	list-style-type: square;
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

li.li_2
{
	page-break-inside: avoid;
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

td.td_7
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	vertical-align: top;
}

p.BodyText
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
}

p.Title
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-left: 122pt;
	margin-right: 123pt;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}

p.ListParagraph
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
}

li.ListParagraph
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
}

span.span_21
{
	letter-spacing: 0pt;
}

p.BodyText_1
{
	orphans: 2;
	widows: 2;
	font-weight: bold;
	font-size: 11pt;
}

p.BodyText_2
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 5pt;
	margin-right: 1pt;
}

p.BodyText_3
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 1pt;
}

span.span_22
{
	letter-spacing: 0pt;
	font-size: 10pt;
	text-decoration: underline;
}

span.span_23
{
	letter-spacing: 0pt;
	font-size: 10pt;
}

p.ListParagraph_1
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
	margin-top: 1pt;
}

li.ListParagraph_1
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
	margin-top: 1pt;
}

ol.ol_5
{
	padding-left: 0px;
	margin-left: 55pt;
}

p.BodyText_4
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 5pt;
	text-indent: 65pt;
	margin-left: 27pt;
	margin-right: 6pt;
	text-align: justify;
}

p.BodyText_5
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	text-indent: 65pt;
	margin-left: 27pt;
	margin-right: 6pt;
	text-align: justify;
}

p.BodyText_6
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 1pt;
	margin-left: 91pt;
	margin-right: 1pt;
}

p.BodyText_7
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 27pt;
	margin-right: 1pt;
}

p.p_28
{
	margin-left: 91pt;
}

p.BodyText_8
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
}

p.BodyText_9
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 1pt;
	text-indent: 65pt;
	margin-left: 27pt;
	margin-right: 6pt;
	text-align: justify;
}

p.p_29
{
	margin-left: 91pt;
	margin-right: 177pt;
}

p.BodyText_10
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 3pt;
	margin-left: 5pt;
	text-align: justify;
}

p.p_30
{
	text-align: justify;
}

p.p_31
{
	margin-top: 3pt;
	margin-left: 91pt;
	margin-right: 177pt;
}

p.p_32
{
	margin-top: 1pt;
	margin-left: 91pt;
}

p.BodyText_11
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 91pt;
	margin-right: 214pt;
}

p.BodyText_12
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 91pt;
	margin-right: 230pt;
	text-align: justify;
}

span.span_24
{
	font-weight: bold;
	letter-spacing: 0pt;
}

p.BodyText_13
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 1pt;
	text-indent: 67pt;
	margin-left: 27pt;
	margin-right: 6pt;
	text-align: justify;
}

p.p_33
{
	margin-top: 3pt;
	margin-left: 91pt;
}

p.p_34
{
	margin-left: 91pt;
	margin-right: 214pt;
}

p.p_35
{
	margin-left: 91pt;
	margin-right: 192pt;
}

p.BodyText_14
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 91pt;
}

p.p_36
{
	margin-top: 1pt;
	margin-left: 91pt;
	margin-right: 214pt;
}

p.ListParagraph_2
{
	orphans: 2;
	widows: 2;
	text-align: justify;
	font-size: 10pt;
}

li.ListParagraph_2
{
	orphans: 2;
	widows: 2;
	text-align: justify;
	font-size: 10pt;
}

p.BodyText_15
{
	orphans: 2;
	widows: 2;
	font-size: 7pt;
}

p.ListParagraph_3
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
	margin-top: 5pt;
}

li.ListParagraph_3
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
	margin-top: 5pt;
}

ol.ol_6
{
	padding-left: 0px;
	margin-left: 27pt;
}

span.span_25
{
	font-size: 10pt;
	text-decoration: underline;
}

p.ListParagraph_4
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
	margin-top: 3pt;
}

li.ListParagraph_4
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
	margin-top: 3pt;
}

ol.ol_7
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 55pt;
}

p.BodyText_16
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 1pt;
	margin-left: 27pt;
	margin-right: 6pt;
	text-align: justify;
}

span.span_26
{
	font-weight: bold;
	font-size: 10pt;
}

p.BodyText_17
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 3pt;
	margin-left: 27pt;
	margin-right: 1pt;
}

p.ListParagraph_5
{
	orphans: 2;
	widows: 2;
	text-align: justify;
	margin-top: 1pt;
	font-size: 10pt;
}

li.ListParagraph_5
{
	orphans: 2;
	widows: 2;
	text-align: justify;
	margin-top: 1pt;
	font-size: 10pt;
}

p.BodyText_18
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 3pt;
	margin-left: 55pt;
	margin-right: 1pt;
}

p.BodyText_19
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 27pt;
	margin-right: 8pt;
}

span.span_27
{
	font-style: italic;
	letter-spacing: 0pt;
}

p.p_37
{
	margin-left: 122pt;
	margin-right: 101pt;
	text-align: center;
}

p.BodyText_20
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 3pt;
	margin-left: 27pt;
}

p.p_38
{
	margin-left: 32pt;
}

p.BodyText_21
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 32pt;
}

p.BodyText_22
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 5pt;
	margin-left: 32pt;
}

p.BodyText_23
{
	orphans: 2;
	widows: 2;
	font-size: 6pt;
}

p.BodyText_24
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-right: 5pt;
	margin-top: 1pt;
	margin-left: 3pt;
}

div.div_6
{
	width: 12pt;
	height: 13.05pt;
	margin-top: 733.42pt;
	margin-left: 300.48pt;
	mso-position-horizontal-relative: page;
	mso-position-vertical-relative: page;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	v-text-anchor: top;
	background-color: this;
}

p.BodyText_25
{
	orphans: 2;
	widows: 2;
	font-size: 9pt;
}

p.p_171
{
	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_52
{
	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_42
{
	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_28
{
	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_95
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_48
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_57
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_49
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_65
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Copyright_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}

p.Copyright_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

p.Content_indented_62
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_62
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_62
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_58
{
	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_58
{
	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;
}

p.Code_11
{
	background-color: #FFFFFF;
	color: #000000;
	line-height: 12pt;
	margin-left: 0;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

span.span_130
{
	color: #FF0000;
	background-color: #FFFF00;
}

img.img_499
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Image_number_15
{
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

img.img_500
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 365px;
	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_501
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 496px;
	height: 222px;
}

img.img_502
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 514px;
	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_503
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

p.Bullet_list_1_48
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_48
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_504
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 507px;
	height: 498px;
}

img.img_505
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 543px;
	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_506
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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_507
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	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;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\28\14.0.18\Aras Innovator 29 - Responsive Forms Administrator Guide.docx" />*/

p.p_172
{
	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_53
{
	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_43
{
	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_29
{
	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_96
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_49
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_4
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_58
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_50
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.BodyText4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 43pt;
	font-size: 10pt;
}

div.div_92
{
	width: 471.55pt;
	height: 117.45pt;
	margin-top: 331pt;
	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;
}

div.div_93
{
	width: 471.55pt;
	height: 206.6pt;
	margin-top: 131.6pt;
	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;
}

p.Content_body_66
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_63
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.BodyText2_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 29pt;
	font-size: 10pt;
}

p.BodyText_26
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

span.Content
{
	font-size: 10pt;
}

p.BodyText3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-size: 10pt;
}

p.Note_63
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_63
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_63_1
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 79pt;
}

p.ListNumber2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListNumber2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListContinue2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-size: 10pt;
}

p.Warning_Indented
{
	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: 3pt;
	margin-bottom: 3pt;
}

li.Warning_Indented
{
	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: 3pt;
	margin-bottom: 3pt;
}

ol.ol_54
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 47pt;
}

img.img_508
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 180px;
	height: 139px;
}

img.img_509
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 364px;
	height: 100px;
}

img.img_510
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 380px;
	height: 100px;
}

img.img_511
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 377px;
	height: 113px;
}

img.img_512
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 378px;
	height: 251px;
}

img.img_513
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 303px;
	height: 277px;
}

img.img_514
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 325px;
	height: 116px;
}

img.img_515
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 329px;
	height: 183px;
}

img.img_516
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 323px;
	height: 87px;
}

img.img_517
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 183px;
	height: 157px;
}

img.img_518
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 370px;
	height: 180px;
}

img.img_519
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 367px;
	height: 177px;
}

img.img_520
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 356px;
	height: 191px;
}

img.img_521
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 307px;
	height: 142px;
}

img.img_522
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 500px;
	height: 234px;
}

li.Warning_Indented_1
{
	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: 3pt;
	margin-bottom: 3pt;
	margin-left: 90pt;
}

p.ListBullet2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Note_indented_4
{
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_indented_4
{
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

img.img_523
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 573px;
	height: 225px;
}

li.ListBullet2_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 65pt;
}

ul.ul_44
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 47pt;
}

ol.ol_55
{
	padding-left: 0px;
	margin-left: 83pt;
}

li.Note_indented_4_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: #auto;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 101pt;
}

img.img_524
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 467px;
	height: 181px;
}

p.ListNumber3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListNumber3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListContinue3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-size: 10pt;
}

p.ListContinue4
{
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-left: 72pt;
}

p.ListBullet3_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 83pt;
	font-size: 10pt;
}

p.ListBullet4
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.ListBullet4
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.ListBullet5
{
	margin-bottom: 8pt;
	font-size: 10pt;
}

li.ListBullet5
{
	margin-bottom: 8pt;
	font-size: 10pt;
}

ol.ol_56
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 54pt;
}

img.img_525
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 334px;
	height: 125px;
}

img.img_526
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 378px;
	height: 109px;
}

li.ListBullet3_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 83pt;
}

ul.ul_45
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 54pt;
}

img.img_527
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 218px;
	height: 104px;
}

img.img_528
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 215px;
	height: 101px;
}

img.img_529
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 211px;
	height: 92px;
}

img.img_530
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 447px;
	height: 127px;
}

img.img_531
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 475px;
	height: 117px;
}

img.img_532
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 421px;
	height: 87px;
}

img.img_533
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 423px;
	height: 99px;
}

img.img_534
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 445px;
	height: 233px;
}

img.img_535
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 445px;
	height: 166px;
}

img.img_536
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 523px;
	height: 120px;
}

li.ListBullet4_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 61pt;
}

img.img_537
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 504px;
	height: 227px;
}

img.img_538
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 449px;
	height: 144px;
}

img.img_539
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 450px;
	height: 155px;
}

img.img_540
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 447px;
	height: 230px;
}

li.ListBullet5_1
{
	margin-bottom: 8pt;
	font-size: 10pt;
	margin-left: 79pt;
}

li.ListBullet4_2
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 61pt;
	font-weight: bold;
}

img.img_541
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 502px;
	height: 197px;
}

img.img_542
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 391px;
	height: 205px;
}

img.img_543
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 430px;
	height: 250px;
}

img.img_544
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 474px;
	height: 186px;
}

img.img_545
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 497px;
	height: 196px;
}

img.img_546
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 447px;
	height: 180px;
}

img.img_547
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 158px;
	height: 163px;
}

img.img_548
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 262px;
	height: 139px;
}

img.img_549
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 161px;
	height: 171px;
}

img.img_550
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 275px;
	height: 155px;
}

img.img_551
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 142px;
	height: 102px;
}

img.img_552
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 187px;
	height: 111px;
}

img.img_553
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 312px;
	height: 226px;
}

img.img_554
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 511px;
	height: 156px;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\28\14.0.18\Aras Innovator 29 - Release Notes.docx" />*/

p.p_173
{
	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_57
{
	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_46
{
	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_30
{
	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_97
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_50
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_59
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_51
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Copyright_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 8pt;
	text-align: justify;
}

span.span_131
{
	text-transform: uppercase;
}

p.Content_body_67
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_64
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_64
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_64
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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.BodyText4_1
{
	font-size: 10pt;
	page-break-after: avoid;
	page-break-inside: avoid;
	mc-heading-level: 4;
	color: black;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 43pt;
	font-weight: normal;
}

p.Table_Header_12
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_71
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

col.col_117
{
	width: 410pt;
}

tr.tr_33
{
	margin-left: 0pt;
	height: 5pt;
}

tr.tr_34
{
	margin-left: 0pt;
	height: 1pt;
}

tr.tr_35
{
	margin-left: 0pt;
	height: 36pt;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\28\14.0.18\Aras Innovator 29 - Configurable Job Scheduling.docx" />*/

span.Italic
{
	font-style: text;
}

span.mc-variable.Document\00002EModificationDate
{
	
}

:root
{
	--Brand1: #030303;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #cc1c1c;
	margin-left: 0px;
}

p.p_174
{
	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_58
{
	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_47
{
	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_31
{
	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_98
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_51
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_60
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_52
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.p_175
{
	margin-left: 5pt;
	margin-right: 0pt;
	font-weight: bold;
	font-style: italic;
	color: #595959;
	font-size: 12pt;
}

p.Content_body_68
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_65
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_65
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_65
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_59
{
	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_59
{
	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;
}

p.Image_7
{
	font-size: 10pt;
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: left;
}

li.Content_body_68
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_555
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 181px;
	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;
}

span.span_132
{
	font-weight: bold;
	color: #990054;
}

span.span_133
{
	font-weight: bold;
	color: #996E3A;
}

span.span_134
{
	font-weight: bold;
	color: #454545;
}

p.p_176
{
	margin-bottom: 0pt;
	font-weight: bold;
	color: #454545;
}

span.span_135
{
	font-weight: bold;
	color: #659900;
}

img.img_556
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 233px;
}

p.Content_body_68_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: bold;
	color: #454545;
}

p.Content_body_68_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 18pt;
}

img.img_557
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	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_558
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	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_559
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 622px;
	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_560
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 621px;
	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_561
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 229px;
	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;
}

table.GridTable1Light
{
	border-collapse: collapse;
	margin-left: 0pt;
	margin-bottom: 0pt;
}

col.col_118
{
	width: 382pt;
}

td.td_99
{
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: #666666;
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

td.td_100
{
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: #666666;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #999999;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #999999;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

td.td_101
{
	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;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

td.td_102
{
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #999999;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

p.ListParagraph_7
{
	font-size: 10pt;
	margin-bottom: 0pt;
}

li.ListParagraph_7
{
	font-size: 10pt;
	margin-bottom: 0pt;
}

p.Content_body_68_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: bold;
	color: #24292E;
}

p.Content_body_68_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: bold;
	text-decoration: underline;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\29\14.0.20\Aras Innovator 29 - Responsive Forms Administrator Guide.docx" />*/

p.p_177
{
	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_59
{
	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_48
{
	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_32
{
	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_103
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_52
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_5
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_61
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_53
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_69
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_66
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.BodyText2_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 29pt;
	font-size: 10pt;
}

p.BodyText_27
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.Note_66
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_66
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Note_66_1
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 14pt;
}

li.Note_66_1
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	margin-left: 79pt;
	font-weight: bold;
	font-size: 14pt;
}

p.Note_indented_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: #auto;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_indented_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: #auto;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

ol.ol_60
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 83pt;
}

p.ListBullet4_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 61pt;
}

li.ListBullet3_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 83pt;
	font-weight: bold;
}

ul.ul_49
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 90pt;
}

img.img_562
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 473px;
	height: 223px;
}

li.Content_body_69
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListNumber2_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 47pt;
	text-indent: -18pt;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\29\14.0.20\Aras Innovator 29 - Life Cycles.docx" />*/

p.p_178
{
	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_61
{
	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_50
{
	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_33
{
	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_104
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_53
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_6
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_62
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_54
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.BodyText_28
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.Content_body_70
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_67
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

img.img_563
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 567px;
	height: 214px;
}

p.ListContinue2_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 47pt;
	font-size: 10pt;
}

ol.ol_62
{
	padding-left: 0px;
	margin-left: 47pt;
}

img.img_564
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 201px;
	height: 91px;
}

img.img_565
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 467px;
	height: 176px;
}

p.Table_Header_13
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_72
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

col.col_119
{
	width: 397pt;
}

td.td_105
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #C0C0C0;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #C0C0C0;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #C0C0C0;
	vertical-align: middle;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

td.td_106
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #C0C0C0;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #C0C0C0;
	vertical-align: middle;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

td.td_107
{
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #C0C0C0;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #C0C0C0;
	vertical-align: middle;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

td.td_108
{
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #C0C0C0;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #C0C0C0;
	vertical-align: middle;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

img.img_566
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 21px;
	height: 19px;
}

p.Table_Body_72_1
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 11pt;
}

col.col_120
{
	width: 429pt;
}

img.img_567
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 17px;
	height: 18px;
}

span.span_136
{
	font-style: italic;
	font-size: 11pt;
}

p.ListNumber
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListNumber
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListContinue
{
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-left: 22pt;
}

img.img_568
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 362px;
	height: 149px;
}

li.ListNumber_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 40pt;
}

img.img_569
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 26px;
	height: 26px;
}

img.img_570
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 23px;
	height: 22px;
}

img.img_571
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 402px;
	height: 167px;
}

img.img_572
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 53px;
	height: 21px;
}

col.col_121
{
	width: 223pt;
}

td.td_109
{
	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;
}

td.td_110
{
	vertical-align: middle;
	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_36
{
	margin-left: 22pt;
}

table.TableGrid_1
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 22pt;
}

img.img_573
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 366px;
	height: 149px;
}

img.img_574
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 58px;
	height: 23px;
}

img.img_575
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 277px;
	height: 199px;
}

img.img_576
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 15px;
	height: 15px;
}

img.img_577
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 441px;
	height: 182px;
}

img.img_578
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 51px;
	height: 21px;
}

tr.tr_37
{
	margin-left: 29pt;
}

table.TableGrid_2
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 29pt;
}

img.img_579
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 361px;
	height: 256px;
}

p.BodyText_28_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 0pt;
}

img.img_580
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 503px;
	height: 184px;
}

img.img_581
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 527px;
	height: 209px;
}

img.img_582
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 529px;
	height: 217px;
}

img.img_583
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 340px;
	height: 279px;
}

img.img_584
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 555px;
	height: 216px;
}

img.img_585
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 555px;
	height: 247px;
}

img.img_586
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 546px;
	height: 455px;
}

img.img_587
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 557px;
	height: 468px;
}

img.img_588
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 553px;
	height: 229px;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\29\14.0.20\Aras Innovator 29 - Release Notes.docx" />*/

p.p_179
{
	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_63
{
	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_51
{
	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_34
{
	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_111
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_54
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_63
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_55
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_71
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_68
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_67
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_67
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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.Table_Header_14
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_73
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

tr.tr_38
{
	margin-left: 0pt;
	height: 22pt;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\30\14.0.22\Aras Innovator 30 - Upgrading to 30 from Aras Innovator 14+.docx" />*/

h1 MadCap:xref
{
	color: #cc1c1c;
}

p.p_180
{
	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_64
{
	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_52
{
	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_35
{
	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_112
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC2_64
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_56
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

div.div_94
{
	width: 489pt;
	height: 117.45pt;
	margin-top: 323.4pt;
	margin-left: 0;
	mso-position-horizontal: left;
	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;
	v-text-anchor: top;
	background-color: this;
}

p.Content_body_72
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Content_indented_69
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_68
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_68
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_60
{
	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_60
{
	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;
}

img.img_589
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 359px;
	height: 327px;
}

p.Bullet_list_1_49
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Bullet_list_1_49
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

img.img_590
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 277px;
	height: 119px;
}

img.img_591
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 256px;
	height: 166px;
}

p.Content_indented_3_23
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

img.img_592
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 443px;
	height: 355px;
}

img.img_593
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 464px;
	height: 277px;
}

img.img_594
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 608px;
	height: 504px;
}

img.img_595
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 327px;
	height: 299px;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\30\14.0.22\Aras Innovator 30 - Responsive Forms Administrator Guide.docx" />*/

p.p_181
{
	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_65
{
	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_53
{
	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_36
{
	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_113
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_55
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_7
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_65
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_57
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.p_182
{
	text-indent: 18pt;
}

p.Content_body_73
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_70
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.BodyText2_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 29pt;
	font-size: 10pt;
}

p.BodyText_29
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.Note_69
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_69
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Note_indented_6
{
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_indented_6
{
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet4_2
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 61pt;
}

p.ListBullet3_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 83pt;
	font-size: 10pt;
}

li.ListContinue3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-size: 10pt;
}

p.Table_Body_74
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

img.img_596
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 261px;
}

img.img_597
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 277px;
}

img.img_598
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 350px;
	height: 49px;
}

img.img_599
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 569px;
	height: 221px;
}

col.col_122
{
	width: 319pt;
}

p.ListBullet3_2_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	text-indent: 0pt;
	margin-left: 0pt;
}

tr.tr_39
{
	margin-left: 83pt;
}

table.TableGrid_3
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 83pt;
}

img.img_600
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 356px;
}

col.col_123
{
	width: 92pt;
}

p.ListBullet3_2_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	text-indent: 0pt;
	margin-left: 0pt;
	font-weight: bold;
}

img.img_601
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 551px;
	height: 266px;
}

col.col_124
{
	width: 342pt;
}

p.ListContinue3_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 10pt;
	margin-left: 0pt;
	font-weight: bold;
}

tr.tr_40
{
	margin-left: 54pt;
}

p.ListContinue3_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 10pt;
	margin-left: 0pt;
}

table.TableGrid_4
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 54pt;
}

img.img_602
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 504px;
	height: 196px;
}

col.col_125
{
	width: 67pt;
}

col.col_126
{
	width: 310pt;
}

tr.tr_41
{
	margin-left: 56pt;
	height: 15pt;
}

table.TableGrid_6
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 56pt;
}

img.img_603
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 476px;
	height: 258px;
}

tr.tr_42
{
	margin-left: 43pt;
}

table.TableGrid_7
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 43pt;
}

img.img_604
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 553px;
	height: 175px;
}

img.img_605
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 413px;
	height: 168px;
}

p.Note_69_1
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 12pt;
}

li.Note_69_1
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	margin-left: 79pt;
	font-size: 12pt;
}

img.img_606
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 145px;
}

img.img_607
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 359px;
	height: 173px;
}

img.img_608
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 517px;
	height: 113px;
}

img.img_609
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 481px;
	height: 137px;
}

li.Content_body_73
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\31\14.0.25\Aras Innovator 31 - CWS Administrator Guide.docx" />*/

p.p_183
{
	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_66
{
	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_54
{
	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_37
{
	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_114
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_56
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

span.CommentReference
{
	font-size: 8pt;
}

p.TOC1_8
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_66
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_58
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Procedure_Title_56_1
{
	font-family: Arial;
	page-break-after: avoid;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 15pt;
	margin-bottom: 15pt;
	text-align: center;
}

p.Content_body_74
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_71
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.BodyText2_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 29pt;
	font-size: 10pt;
}

li.BodyText2_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 29pt;
	font-size: 10pt;
}

p.ListContinue2_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 43pt;
	font-size: 10pt;
}

p.Warning_Indented_1
{
	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_Indented_1_1
{
	margin-left: 90pt;
	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;
}

img.img_610
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 297px;
	height: 170px;
}

img.img_611
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 554px;
	height: 334px;
}

img.img_612
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 560px;
	height: 340px;
}

img.img_613
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 558px;
	height: 173px;
}

p.Note_70
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_70
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet3_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 10pt;
}

li.ListBullet3_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 10pt;
}

p.ListNumber4
{
	margin-bottom: 8pt;
	font-size: 10pt;
}

li.ListNumber4
{
	margin-bottom: 8pt;
	font-size: 10pt;
}

li.Content_body_74
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Note_indented_7
{
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_indented_7
{
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_70_1
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 47pt;
}

ol.ol_67
{
	padding-left: 0px;
	margin-left: 54pt;
}

img.img_614
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 431px;
	height: 221px;
}

img.img_615
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 529px;
	height: 292px;
}

img.img_616
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 554px;
	height: 195px;
}

img.img_617
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 549px;
	height: 191px;
}

img.img_618
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 544px;
	height: 215px;
}

img.img_619
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 551px;
	height: 310px;
}

ol.ol_68
{
	padding-left: 0px;
	margin-left: 72pt;
}

img.img_620
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 461px;
	height: 292px;
}

img.img_621
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 528px;
	height: 295px;
}

img.img_622
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 521px;
	height: 293px;
}

img.img_623
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 526px;
	height: 296px;
}

img.img_624
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 524px;
	height: 262px;
}

p.Content_body_74_1
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 43pt;
}

ol.ol_69
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 90pt;
}

img.img_625
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 525px;
	height: 217px;
}

li.Note_indented_7_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: #auto;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 72pt;
}

p.Content_body_74_2
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 45pt;
}

img.img_626
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 526px;
	height: 236px;
}

img.img_627
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 538px;
	height: 283px;
}

img.img_628
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 525px;
	height: 280px;
}

p.Content_body_74_3
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 59pt;
}

img.img_629
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 485px;
	height: 274px;
}

p.ListContinue4_1
{
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-left: 48pt;
}

ul.ul_55
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 66pt;
}

ol.ol_70
{
	padding-left: 0px;
	margin-left: 6pt;
}

img.img_630
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 508px;
	height: 205px;
}

img.img_631
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 490px;
	height: 563px;
}

img.img_632
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 406px;
	height: 344px;
}

img.img_633
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 448px;
	height: 245px;
}

img.img_634
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 529px;
	height: 189px;
}

img.img_635
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 527px;
	height: 175px;
}

img.img_636
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 525px;
	height: 168px;
}

img.img_637
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 479px;
	height: 218px;
}

img.img_638
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 521px;
	height: 205px;
}

img.img_639
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 526px;
	height: 281px;
}

img.img_640
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 524px;
	height: 276px;
}

img.img_641
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 506px;
	height: 265px;
}

img.img_642
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 410px;
	height: 374px;
}

img.img_643
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 542px;
	height: 277px;
}

img.img_644
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 546px;
	height: 215px;
}

img.img_645
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 506px;
	height: 192px;
}

p.BodyText3_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 50pt;
}

img.img_646
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 508px;
	height: 282px;
}

img.img_647
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 563px;
	height: 217px;
}

img.img_648
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 257px;
}

li.BodyText3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-size: 10pt;
}

p.Warning_61
{
	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_61
{
	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;
}

p.BodyText3_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-size: 12pt;
}

li.BodyText3_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-size: 12pt;
}

img.img_649
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 560px;
	height: 122px;
}

img.img_650
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 518px;
	height: 159px;
}

img.img_651
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 558px;
	height: 142px;
}

img.img_652
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 552px;
	height: 149px;
}

p.Code_12
{
	background-color: #FFFFFF;
	color: #000000;
	line-height: 12pt;
	margin-left: 0;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Code_12_1
{
	background-color: #FFFFFF;
	color: #000000;
	line-height: 12pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 54pt;
}

li.BodyText4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 43pt;
	font-size: 10pt;
}

img.img_653
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 538px;
	height: 160px;
}

img.img_654
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 538px;
	height: 164px;
}

img.img_655
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 538px;
	height: 169px;
}

img.img_656
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 538px;
	height: 182px;
}

img.img_657
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 538px;
	height: 374px;
}

img.img_658
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 538px;
	height: 185px;
}

img.img_659
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 497px;
}

img.img_660
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 538px;
	height: 342px;
}

img.img_661
{
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-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: 624px;
	height: 701px;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\31\14.0.25\Aras Innovator 31 - Dashboards User Guide.docx" />*/

MadCap|toggler
{
	color: #000000;
	font-size: 24pt;
}

p.p_184
{
	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_71
{
	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_56
{
	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_38
{
	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_115
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC2_67
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_59
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_indented_3_24
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

p.Content_body_75
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Content_indented_72
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

h1.h1_3
{
	color: #000000;
}

h2.h2_1
{
	color: #000000;
}

span.span_137
{
	font-weight: bold;
	color: #000000;
}

p.ListContinue_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	text-indent: -18pt;
	font-size: 10pt;
}

img.img_662
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 491px;
	height: 187px;
}

p.ListContinue_1_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	text-indent: -18pt;
	font-size: 11pt;
}

span.span_138
{
	color: #000000;
	font-size: 12pt;
}

h3.h3_1
{
	color: #000000;
	font-size: 12pt;
}

p.Note_71
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_71
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_71_1
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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;
	color: #000000;
}

p.ListContinue2_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 47pt;
	font-size: 10pt;
}

img.img_663
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 128px;
	height: 142px;
}

img.img_664
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 126px;
	height: 98px;
}

img.img_665
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 370px;
	height: 57px;
}

img.img_666
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 371px;
	height: 71px;
}

img.img_667
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 467px;
	height: 293px;
}

li.ListNumber2_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	color: #000000;
}

img.img_668
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 129px;
	height: 143px;
}

img.img_669
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 131px;
	height: 103px;
}

img.img_670
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 416px;
	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_671
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 418px;
	height: 263px;
}

img.img_672
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 126px;
	height: 94px;
}

img.img_673
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 135px;
	height: 66px;
}

p.Bullet_list_3_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
	font-size: 10pt;
}

img.img_674
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 447px;
	height: 247px;
}

img.img_675
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 261px;
	height: 233px;
}

li.ListBullet3_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
	font-size: 11pt;
}

img.img_676
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 453px;
	height: 227px;
}

img.img_677
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 310px;
	height: 160px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-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
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 406px;
	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_679
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 268px;
	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;
}

p.p_185
{
	color: #000000;
	font-size: 12pt;
}

p.BodyTextIndent3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 43pt;
	font-size: 10pt;
}

p.Table_Header_15
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_75
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Note_4_1
{
	font-family: Arial;
	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: 3pt;
	margin-bottom: 3pt;
	margin-left: 78pt;
	text-indent: -35pt;
	font-size: 10pt;
}

col.col_127
{
	width: 328pt;
}

p.Table_Body_75_1
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	font-weight: bold;
}

img.img_680
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 359px;
	height: 180px;
}

img.img_681
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 129px;
	height: 64px;
}

p.Note_3_1
{
	font-family: Arial;
	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: 3pt;
	margin-bottom: 3pt;
	margin-left: 70pt;
	text-indent: -34pt;
	font-size: 10pt;
}

li.ListNumber3_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	color: #000000;
	font-size: 12pt;
}

img.img_682
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 122px;
	height: 84px;
}

img.img_683
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 121px;
	height: 90px;
}

img.img_684
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 361px;
	height: 131px;
}

img.img_685
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 407px;
	height: 250px;
}

img.img_686
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 410px;
	height: 241px;
}

img.img_687
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 404px;
	height: 255px;
}

img.img_688
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 456px;
	height: 249px;
}

div.div_95
{
	width: 471.3pt;
	height: 188.5pt;
	margin-top: 0;
	margin-left: 0;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 0;
	rotation: 315;
	v-text-anchor: top;
	background-color: this;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\32\14.0.28\Aras Innovator 32 - RabbitMQ Configuration Guide.docx" />*/

p.p_186
{
	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_72
{
	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_57
{
	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_39
{
	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_116
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_57
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_9
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_68
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.Content_body_76
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_73
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.BodyText2_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 29pt;
	font-size: 10pt;
}

p.BodyText_30
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.ListNumber2_2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListNumber2_2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListNumber2_2_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 47pt;
}

p.Note_72
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_72
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListContinue2_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 47pt;
	font-size: 10pt;
}

p.ListContinue2_4_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 47pt;
	font-size: 10pt;
	background-color: #FFFF00;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\32\14.0.28\Aras Innovator 32 - CWS Administrator Guide NN.docx" />*/

p.p_187
{
	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_73
{
	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_58
{
	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_40
{
	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_117
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_58
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_10
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_69
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_60
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_77
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_74
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.BodyText2_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 29pt;
	font-size: 10pt;
}

li.BodyText2_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 29pt;
	font-size: 10pt;
}

p.ListContinue2_5
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 47pt;
	font-size: 10pt;
}

p.Warning_Indented_2
{
	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_Indented_2
{
	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;
}

img.img_689
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 214px;
	height: 122px;
}

img.img_690
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 511px;
	height: 308px;
}

img.img_691
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 517px;
	height: 314px;
}

img.img_692
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 515px;
	height: 160px;
}

p.Note_73
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_73
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListContinue3_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
	font-size: 10pt;
}

p.ListNumber4_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.ListNumber4_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.ListContinue4_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 61pt;
	font-size: 10pt;
}

li.Content_body_77
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Note_indented_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: #auto;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_indented_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: #auto;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListNumber5
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.ListNumber5
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.ListContinue5
{
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-left: 90pt;
}

img.img_693
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 506px;
	height: 178px;
}

img.img_694
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 501px;
	height: 174px;
}

img.img_695
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 502px;
	height: 198px;
}

li.ListBullet4_3
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 72pt;
}

img.img_696
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 495px;
	height: 279px;
}

img.img_697
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 310px;
	height: 197px;
}

img.img_698
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 419px;
	height: 234px;
}

img.img_699
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 486px;
	height: 273px;
}

img.img_700
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 496px;
	height: 279px;
}

img.img_701
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 398px;
	height: 199px;
}

img.img_702
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 495px;
	height: 204px;
}

img.img_703
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 490px;
	height: 220px;
}

img.img_704
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 498px;
	height: 261px;
}

img.img_705
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 492px;
	height: 262px;
}

img.img_706
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 392px;
	height: 221px;
}

li.ListNumber5_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 97pt;
}

ol.ol_74
{
	padding-left: 0px;
	margin-left: 90pt;
}

img.img_707
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 454px;
	height: 183px;
}

img.img_708
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 359px;
	height: 413px;
}

img.img_709
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 358px;
	height: 303px;
}

img.img_710
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 362px;
	height: 198px;
}

img.img_711
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 393px;
	height: 141px;
}

p.Bullet_list_1_50
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Bullet_list_1_50
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Warning_62
{
	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_62
{
	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;
}

p.Bullet_list_1_50_1
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 12pt;
}

li.Bullet_list_1_50_1
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 12pt;
}

p.Code_13
{
	background-color: #FFFFFF;
	color: #000000;
	line-height: 12pt;
	margin-left: 0;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_3_25
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

img.img_712
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 517px;
	height: 134px;
}

img.img_713
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 570px;
	height: 310px;
}

img.img_714
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 586px;
	height: 509px;
}

img.img_715
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 624px;
	height: 577px;
}

p.Code_13_1
{
	background-color: #FFFFFF;
	color: #000000;
	line-height: 12pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 36pt;
}

img.img_716
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 514px;
	height: 114px;
}

img.img_717
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 535px;
	height: 106px;
}

p.Content_indented_74_1
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 54pt;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\32\14.0.28\Aras Innovator 32 - Responsive Forms Administrator Guide NN.docx" />*/

p.p_188
{
	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_75
{
	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_59
{
	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_41
{
	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_118
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_59
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_11
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_70
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_61
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Content_body_78
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_75
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

h2.Heading2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 2;
	color: #2E74B5;
	font-size: 13pt;
	font-weight: normal;
}

p.BodyText2_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 29pt;
	font-size: 10pt;
}

p.BodyText_31
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.Note_74
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_74
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Note_indented_9
{
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_indented_9
{
	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: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet4_3
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 61pt;
}

li.ListBullet5_2
{
	font-size: 10pt;
	margin-left: 79pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.ListBullet3_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 83pt;
	font-size: 10pt;
}

p.Table_Body_76
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

img.img_718
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 548px;
	height: 221px;
}

img.img_719
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 538px;
	height: 241px;
}

img.img_720
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 174px;
	height: 205px;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\32\14.0.28\Aras Innovator 32 - Release Notes.docx" />*/

p.p_189
{
	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_76
{
	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_60
{
	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_42
{
	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_119
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: Arial;
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Procedure_Title_60
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC2_71
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_62
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

p.Copyright_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

p.Content_body_79
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.Content_indented_76
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_75
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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_75
{
	font-family: Arial;
	mc-auto-number-format: '{ }';
	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.Table_Header_16
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_77
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

col.col_128
{
	width: 400pt;
}

