/*<meta />*/

@import url('Aras-Structure.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Content */
/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: var(--Brand1);
}

a:visited
{
	color: var(--GrayDark);
}

a:active,
a:hover
{
	color: var(--Brand1);
}

a[class*="MiniTOC"]:link,
a[class*="MiniTOC"]:visited
{
	padding: 1px 8px 3px 8px;
	display: block;
	width: 100%;
	color: inherit;
	border: none;
	mc-hidden: hidden;
}

a[class*="MiniTOC"]:active,
a[class*="MiniTOC"]:hover
{
	background-color: var(--GrayLight);
	mc-hidden: hidden;
}

/* XREFs */

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

img
{
	border: none;
	max-width: 100%;
}

img.ThumbnailSmall
{
	max-width: 1200px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 200px;
	border: 2px solid var(--GrayMedium);
	border-radius: 0;
}

img.ThumbnailMedium
{
	max-width: 1200px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 400px;
	border: 2px solid var(--GrayMedium);
	border-radius: 0;
}

img.ThumbnailLarge
{
	max-width: 1200px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 600px;
	border: 2px solid var(--GrayMedium);
	border-radius: 0;
}

img.ThumbnailPortrait
{
	max-height: 1000px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-height: 400px;
	border: 2px solid var(--GrayMedium);
	border-radius: 0;
}

p
{
	font-family: var(--FontText);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
}

p.ClearFloats
{
	clear: both;
}

/* Styling for content in topic header. Eliminates margins and padding. */

p.TopicHeader
{
	font-family: var(--FontHeading);
	font-size: 18px;
	font-weight: 500;
	line-height: 0;
	margin: 0;
	color: var(--Brand1);
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: var(--FontHeading);
	line-height: normal;
	page-break-after: avoid;
	letter-spacing: 1px;
	mc-hyphenate: never;
}

h1,
h1.NoNumber
{
	color: var(--Brand1);
	font-weight: bold;
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 1rem;
	clear: both;
}

h2
{
	color: var(--Brand1);
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 2.4rem;
	margin-bottom: .8rem;
	clear: both;
}

h3
{
	color: var(--Brand1);
	font-weight: bold;
	font-size: 1.55rem;
	margin-top: 1.6rem;
	margin-bottom: .7rem;
}

h4
{
	color: var(--GrayDark);
	font-weight: bold;
	font-size: 1.4rem;
	margin-top: 1.4rem;
	margin-bottom: .5rem;
}

h5
{
	color: var(--GrayDark);
	font-weight: bold;
	font-size: 1.2rem;
	margin-top: 1.2rem;
	margin-bottom: .4rem;
}

h6
{
	color: var(--GrayDark);
	font-style: italic;
	font-weight: bold;
	font-size: 1.1rem;
	margin-top: 1.1rem;
	margin-bottom: .3rem;
}

MadCap|breadcrumbsProxy
{
	font-family: var(--FontHeading);
	font-weight: bold;
	border-bottom-width: 0;
	color: var(--GrayDark);
	padding-top: 10px;
}

/* Note styles */

div.warning,
div.note,
div.tip
{
	margin: 12pt 10pt 12pt 10pt;
	padding: 6px 8px 8px 45px;
	background-image: url('../Images/Note.png');
	background-size: 32px auto;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 2px solid var(--Slate);
	border-width: 0 0 0 4px;
	border-radius: 4px;
	page-break-inside: avoid;
	min-height: 45px;
	box-shadow: 0 2px 4px rgb(0 0 0 / 20%), 0 1px 3px rgb(0 0 0 / 24%);
}

div.warning
{
	background-image: url('../Images/Warning.png');
	border-color: var(--Orange);
}

div.tip
{
	background-image: url('../Images/Tip.png');
	border-color: var(--Gold);
}

div.note > p:first-child,
div.tip > p:first-child,
div.warning > p:first-child
{
	margin-top: 4px;
}

div.note > p:first-child::before
{
	content: 'Note: ';
	font-weight: bold;
	color: var(--Slate);
}

div.tip > p:first-child::before
{
	content: 'Tip: ';
	font-weight: bold;
	color: var(--Gold);
}

div.warning > p:first-child::before
{
	content: 'Warning: ';
	font-weight: bold;
	color: var(--Orange);
}

div.note > p:last-child,
div.tip > p:last-child,
div.warning > p:last-child
{
	margin-bottom: 4px;
}

/* List styles */

ol
{
	font-family: var(--FontText);
}

ul
{
	font-family: var(--FontText);
	list-style-type: square;
}

li
{
	font-family: var(--FontText);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	page-break-inside: avoid;
}

li.PageBreakAllow
{
	page-break-inside: auto;
}

li p
{
	font-family: var(--FontText);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	mc-hyphenate: never;
}

/* List styles */

ol
{
	list-style-type: decimal;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

ul
{
	list-style-type: square;
}

ul ul
{
	list-style-type: disc;
}

ul ul ul
{
	list-style-type: circle;
}

/* Dropdown styles */

MadCap|dropDown
{
	border-bottom: none;
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/MinusDark.png');
	mc-closed-image: url('../Images/PlusDark.png');
	padding: 10px 0;
}

MadCap|dropDownHead
{
	page-break-after: avoid;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--GrayDark);
	font-family: var(--FontHeading);
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: none;
}

/* Code styles */

pre
{
	font-family: var(--FontCode);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightSmaller);
	margin: 0;
	padding: 1px 0;
}

div.CodeReverse
{
	border-radius: 4px;
	padding: 8px;
	background-color: var(--Navy);
}

div.CodeReverse pre
{
	color: var(--White);
}

/* Flare Code snippet styles */

MadCap|codeSnippetBody
{
	font-family: var(--FontCode);
	font-size: 1rem;
	line-height: 1.1rem;
	background-color: var(--White);
	color: var(--GrayDark);
	padding: 10px;
	max-height: 500px;
	overflow-y: scroll;
}

MadCap|codeSnippet
{
	font-family: var(--FontCode);
	background-color: var(--GrayLight);
	width: 100%;
}

MadCap|codeSnippetCopyButton
{
	text-decoration: none;
	font-size: var(--FontSizeSmaller);
	font-weight: bold;
	background-color: var(--Brand1);
	color: var(--White);
}

MadCap|codeSnippetCopyButton:link
{
	font-size: var(--FontSizeSmaller);
	color: var(--White);
	padding: 4px 10px;
}

MadCap|codeSnippetCopyButton:hover
{
	color: var(--White);
	background-color: var(--Brand2);
}

MadCap|codeSnippetCopyButton:active
{
	color: #F5E7C9;
	background-color: var(--Brand2);
}

/* Table styles */
/* Set the size and text for table heading rows. */

caption
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeLarger);
	line-height: var(--LineHeightLarger);
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	padding-bottom: 0.5em;
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
}

th
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightSmaller);
	font-weight: bold;
	color: var(--White);
	padding: 4px;
	background-color: var(--Brand1);
}

th p
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightSmaller);
	padding: 0 0 0 0;
	margin: 0;
	font-weight: bold;
	color: var(--White);
}

tr
{
	page-break-inside: avoid;
}

/* Set the size and text for table data rows. */

td
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
}

td p
{
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	background-color: transparent;
	margin: 0;
	padding: 0;
}

td div.warning,
td div.note,
td div.tip
{
	margin-top: 4pt;
}

/* DIV styles */

div.PDFDownload
{
	float: right;
	position: absolute;
	top: 62px;
	right: 30px;
	margin-left: 8px;
	/* padding: 1px; */
	height: 24px;
	width: 24px;
	/* transition: all 0.5s; */
}

div.PDFDownload p
{
	margin: 0;
	padding: 0;
}

div.PDFDownload img
{
	height: autopx;
	width: auto;
	filter: grayscale(1);
}

div.PDFDownload:hover img
{
	filter: grayscale(0);
}

div.NoPageBreak
{
	page-break-inside: avoid;
}

div.Indent1
{
	margin-left: 30pt;
	page-break-inside: avoid;
}

div.Indent2
{
	margin-left: 60pt;
	page-break-inside: avoid;
}

/* MiniTOC Proxy */

MadCap|miniTocProxy
{
	border: 2px solid var(--GrayDark);
	border-radius: 5px;
	padding: 5px 15px 10px 0;
	margin: 15px 20px 10px 20px;
	mc-output-support: all;
}

p.MiniTOC1
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--Brand1);
	font-weight: bold;
	margin: 8px 0 0 1%;
	padding: 0;
}

p.MiniTOC2
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 3%;
	padding: 0;
}

p.MiniTOC3
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 5%;
	padding: 0;
}

p.MiniTOC4
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 7%;
	padding: 0;
}

p.MiniTOC5
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 9%;
	padding: 0;
}

p.MiniTOC6
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 11%;
	padding: 0;
}

/* Generic styles */

.CenterText
{
	text-align: center;
}

.KeepWithNext
{
	page-break-after: avoid;
}

/* Span styles */

span.Brand1
{
	background-color: var(--Brand1);
	color: var(--White);
	padding: 2px;
}

span.Brand2
{
	background-color: var(--Brand2);
	color: var(--White);
	padding: 2px;
}

code,
span.Code
{
	font-family: var(--FontCode);
	background-color: var(--KhakiLight);
	color: var(--KhakiExtraDark);
	padding: 0 4px;
	border-radius: 4px;
}

div.codeSnippetBody code
{
	background-color: transparent;
	padding: 0;
}

span.Bold
{
	font-weight: bold;
}

span.Italic
{
	font-style: italic;
}

span.BoldItalic
{
	font-weight: bold;
	font-style: italic;
}

span.Underline
{
	text-decoration: underline;
}

span.BoldUnderline
{
	font-weight: bold;
	text-decoration: underline;
}

span.BoldItalicUnderline
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

span.TextRed
{
	color: red;
}

span.TextRedHighlightYellow
{
	color: red;
	background-color: yellow;
}

span.HighlightYellow
{
	background-color: yellow;
}

/* Search highlight colors */

span.SearchHighlight1
{
	background: Yellow;
}

span.SearchHighlight2
{
	background: PaleTurquoise;
}

span.SearchHighlight3
{
	background: LightPink;
}

span.SearchHighlight4
{
	background: PaleGreen;
}

/* Hide these elements in the Flare GUI style pickers. */

div._Skins_Toolbar_Next.mc-component,
div._Skins_Toolbar_Prev.mc-component,
button.button.next-topic-button,
button.button.previous-topic-button,
div.button-icon
{
	mc-hidden: hidden;
}

div.CoverPageTitle h2
{
	frame-break-after: always;
}

div.footer-links
{
	mc-hidden: hidden;
}

@media only screen and (max-width: 900px)
{
	/* Remove padding around content in tablet/mobile modes. */

	.main-section > .outer-row
	{
		padding: 0;
	}

	div.PDFDownload
	{
		margin-right: 20px;
	}

	div.PDFDownload img
	{
		opacity: 1.0;
	}
}

@media only screen and (max-width: 767px)
{
	div.PDFDownload
	{
		margin-right: 10px;
	}

	MadCap|breadcrumbsProxy
	{
		padding-top: 0px;
	}
}

@media edit
{
	div
	{
		padding: 5px;
		border: 2px dashed blue;
	}

	div:before
	{
		content: 'Div';
		font-family: var(--FontHeading);
		color: blue;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.note
	{
		border: 2px dashed var(--Slate);
	}

	div.note:before
	{
		content: 'Note Div';
		font-family: var(--FontHeading);
		color: var(--Slate);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.tip
	{
		border: 2px dashed var(--Gold);
	}

	div.tip:before
	{
		content: 'Tip Div';
		font-family: var(--FontHeading);
		color: var(--Gold);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.warning
	{
		border: 2px dashed var(--Orange);
	}

	div.warning:before
	{
		content: 'Warning Div';
		font-family: var(--FontHeading);
		color: var(--Orange);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.NoPageBreak
	{
		border: 2px dashed var(--Orange);
	}

	div.NoPageBreak:before
	{
		content: 'Do not break the PDF page within this div.';
		font-family: var(--FontHeading);
		color: var(--Orange);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.Indent1
	{
		border: 2px dashed var(--Gold);
	}

	div.Indent1:before
	{
		content: 'Indent content inside this div; first-level indent';
		font-family: var(--FontHeading);
		color: var(--Gold);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.Indent2
	{
		border: 2px dashed var(--Slate);
	}

	div.Indent2:before
	{
		content: 'Indent content inside this div; second-level indent';
		font-family: var(--FontHeading);
		color: var(--Slage);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.library-tiles
	{
		display: block;
		padding: 5px;
		border: 2px dashed red;
	}

	div.library-tiles:before
	{
		content: 'Library Tile Container';
		font-family: var(--FontHeading);
		color: red;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.LibraryHeader
	{
		display: block;
		padding: 5px;
		border: 2px dashed brown;
	}

	div.LibraryHeader:before
	{
		content: 'Library Header';
		font-family: var(--FontHeading);
		color: brown;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.topic-tiles
	{
		display: block;
		padding: 5px;
		border: 2px dashed green;
	}

	div.topic-tiles:before
	{
		content: 'Feature Files';
		font-family: var(--FontHeading);
		color: green;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.CoverPageTitle
	{
		display: block;
		padding: 5px;
		border: 2px dashed green;
	}

	div.CoverPageTitle:before
	{
		content: 'Cover Page Title Text';
		font-family: var(--FontHeading);
		color: green;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.OnlineDocLink
	{
		display: block;
		padding: 5px;
		border: 2px dashed red;
	}

	div.OnlineDocLink:before
	{
		content: 'Button to Access Online Documentation';
		font-family: var(--FontHeading);
		color: red;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.PDFDownload
	{
		float: none;
		position: static;
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
		display: block;
		padding: 5px;
		border: 2px dotted red;
	}

	div.PDFDownload:before
	{
		content: 'Div for adding a PDF icon to the topic page. Place this div immediately after the page heading. On a plain paragraph within this div, add the PDF icon and link it to the PDF file with a standard hypertext link.';
		font-family: var(--FontHeading);
		color: red;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.PrintFrontMatter
	{
		display: block;
		padding: 5px;
		border: 2px dashed blue;
	}

	div.PrintFrontMatter:before
	{
		content: 'Div for enclosing print front matter. Removes left white-space, centers h1-h3, and keeps headings out of the TOC.';
		font-family: var(--FontHeading);
		color: blue;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}
}

@media print
{
	:root
	{
		/* Print font families */
		--FontHeading: Arial;
		--FontText: Arial;
		/* Print font sizes in points */
		--FontSizeNormal: 10pt;
		--FontSizeSmaller: 9pt;
		--FontSizeLarger: 12pt;
		--LineHeightNormal: 13pt;
		--LineHeightSmaller: 12pt;
		--LineHeightLarger: 15pt;
	}

	/* Content */
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	body
	{
		margin-left: .6in;
		mc-auto-number-position: outside-head;
	}

	div.PDFDownload
	{
		display: none;
	}

	p
	{
		margin-bottom: 6pt;
		margin-top: 6pt;
	}

	p.PrintHeaderNormal
	{
		margin: 2pt 0 0 0;
		padding: 0;
		font-family: var(--FontHeading);
		font-size: var(--FontSizeNormal);
		line-height: var(--FontSizeNormal);
		color: var(--White);
		letter-spacing: 1px;
		font-weight: bold;
	}

	p.PrintHeaderLarger
	{
		margin: 0;
		padding: 2pt;
		font-family: var(--FontHeading);
		font-size: var(--FontSizeLarger);
		line-height: var(--FontSizeLarger);
		color: var(--White);
		letter-spacing: 1px;
		font-weight: bold;
	}

	p.PrintFooterNormal
	{
		margin: 0 0 0 0;
		padding: 0;
		font-family: var(--FontHeading);
		font-size: var(--FontSizeSmaller);
		line-height: var(--FontSizeSmaller);
		color: var(--GrayDark);
		letter-spacing: 0;
		font-weight: bold;
	}

	div.warning,
	div.note,
	div.tip
	{
		height: 0.45in;
		padding-left: 48px;
		background-position: 4px 4px;
		border: none;
	}

	/* PRINT image styles */

	img.ThumbnailSmall,
	img.ThumbnailMedium,
	img.ThumbnailLarge
	{
		max-width: 98%;
		min-width: 70%;
		width: auto;
		height: auto;
		page-break-inside: avoid;
		margin-top: 4pt;
		margin-bottom: 4pt;
		border: none;
	}

	img.ThumbnailMedium
	{
		max-width: 60%;
		min-width: 40%;
	}

	img.ThumbnailSmall
	{
		max-width: 40%;
		min-width: 20%;
	}

	img.ThumbnailPortrait
	{
		max-width: auto;
		max-height: 6in;
		min-height: 2.5in;
		height: auto;
		width: auto;
		page-break-inside: avoid;
		margin-top: 4pt;
		margin-bottom: 4pt;
		border: none;
	}

	/* PRINT Code Styles */

	pre
	{
		font-size: var(--FontSizeSmaller);
		line-height: var(--LineHeightSmaller);
	}

	MadCap|codeSnippetBody table td
	{
		font-family: var(--FontCode);
		/* font-size: 9pt;
		line-height: 10.5pt; */
		font-size: var(--FontSizeSmaller);
		line-height: var(--LineHeightSmaller);
		padding: 0;
		margin-left: 0;
		background-color: var(--White);
		color: var(--Black);
	}

	MadCap|codeSnippet
	{
		font-family: var(--FontCode);
		/* font-size: 9pt;
		line-height: 10.5pt; */
		font-size: var(--FontSizeSmaller);
		line-height: var(--LineHeightSmaller);
		padding: 0;
		margin-left: 0;
		background-color: var(--White);
		border: none;
	}

	/* Print dropdown styles */
	/* Remove dropdown border in print */

	MadCap|dropDown
	{
		border-bottom: none;
	}

	MadCap|dropDownHotspot
	{
		color: var(--Black);
		font-size: 11pt;
		font-weight: bold;
		line-height: 15pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	/*PRINT table styles */
	/* Headings */

	h1,
	h1.NoNumber
	{
		color: var(--Black);
		font-weight: bold;
		font-size: 18pt;
		line-height: 24pt;
		margin-bottom: 14pt;
		margin-top: 10pt;
		page-break-before: auto;
		border-bottom: 2pt solid var(--Black);
	}

	h2
	{
		color: var(--Black);
		font-size: 14pt;
		font-weight: bold;
		line-height: 18pt;
		margin-bottom: 10pt;
		margin-top: 14pt;
	}

	h3
	{
		color: var(--Black);
		font-size: 12pt;
		font-weight: bold;
		line-height: 16pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	h4
	{
		color: var(--Black);
		font-size: 11pt;
		font-weight: bold;
		line-height: 15pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	h5
	{
		color: var(--Black);
		font-size: 10pt;
		font-weight: bold;
		line-height: 15pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	h6
	{
		color: var(--Black);
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
		line-height: 15pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	h1
	{
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:{chapnum}{ =0}{ =0}{ =0} ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: .35in;
	}

	h1.NoNumber
	{
		mc-auto-number-format: ' ';
	}

	h2
	{
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:{chapnum}{ }.{n+}{ =0} ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: .5in;
	}

	h3
	{
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:{chapnum}{ }.{n}.{n+} ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: .6in;
	}

	span.ChapterAutoNum
	{
		mc-hidden: hidden;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin: 0 0 0 0;
	}

	p.TOC1
	{
		font-family: var(--FontHeading);
		font-size: var(--FontSizeLarger);
		font-weight: bold;
		line-height: var(--LineHeightLarger);
		padding-bottom: 3pt;
		color: var(--Black);
		margin: 20pt 0 2pt 0in;
		page-break-after: avoid;
		mc-leader-offset: 20pt;
		mc-multiline-indent: 0.15in;
		mc-hidden: hidden;
	}

	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5,
	p.TOC6
	{
		font-family: var(--FontHeading);
		font-size: var(--FontSizeNormal);
		line-height: var(--LineHeightNormal);
		color: var(--Black);
		font-weight: normal;
		color: #000000;
		margin: 2pt 0 1pt .25in;
		mc-leader-offset: 15pt;
		mc-multiline-indent: 0.15in;
		mc-hidden: hidden;
	}

	p.TOC3
	{
		margin-left: .5in;
		mc-hidden: hidden;
	}

	p.TOC4
	{
		margin-left: .75in;
		mc-hidden: hidden;
	}

	p.TOC5
	{
		margin-left: 1in;
		mc-hidden: hidden;
	}

	p.TOC6
	{
		margin-left: 1.25in;
		mc-hidden: hidden;
	}

	/* Print Heading Levels */

	h1
	{
		mc-heading-level: 1;
	}

	h1.NoNumber
	{
		mc-heading-level: 1;
	}

	h2
	{
		mc-heading-level: 2;
	}

	h3
	{
		mc-heading-level: 3;
	}

	h4
	{
		mc-heading-level: 0;
	}

	h5
	{
		mc-heading-level: 0;
	}

	h6
	{
		mc-heading-level: 0;
	}

	/* Print cover page title and subtitle.*/

	div.CoverPageTitle h1
	{
		font-family: 'Arial Black';
		font-weight: normal;
		color: var(--Brand1);
		font-size: 30pt;
		line-height: 38pt;
		margin-bottom: 16pt;
		margin-top: 0;
		padding: 0;
		text-decoration: none;
		border-bottom: none;
		mc-auto-number-format: ' ';
		mc-heading-level: 0;
		mc-hidden: hidden;
	}

	div.CoverPageTitle h2
	{
		font-family: 'Arial Black';
		font-weight: normal;
		color: var(--Black);
		font-size: 20pt;
		line-height: 26pt;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
		mc-auto-number-format: ' ';
		mc-heading-level: 0;
		mc-hidden: hidden;
	}

	div.CoverPageTitle p
	{
		color: var(--Black);
		font-size: var(--FontSizeLarger);
		line-height: var(--LineHeightLarger);
		margin-bottom: 10pt;
		margin-top: 0;
		padding: 0;
		mc-hidden: hidden;
	}

	div.CoverPageTitle p:first-child
	{
		frame-break-before: always;
		mc-hidden: hidden;
	}

	/* Print table of contents */

	div.PrintFrontMatter
	{
		margin-left: -.6in;
	}

	div.PrintFrontMatter h1,
	div.PrintFrontMatter h2,
	div.PrintFrontMatter h3
	{
		text-align: center;
		border-bottom: none;
		font-weight: normal;
		font-family: 'Arial Black';
		mc-auto-number-format: ' ';
		mc-heading-level: 0;
	}

	div.PrintFrontMatter h4,
	div.PrintFrontMatter h5,
	div.PrintFrontMatter h6
	{
		text-align: left;
		border-bottom: none;
		font-weight: normal;
		font-family: 'Arial Black';
		mc-auto-number-format: ' ';
		mc-heading-level: 0;
	}

	h3
	{
		mc-auto-number-format: 'CH:{chapnum}{ }.{n+} ';
	}

	h4
	{
		mc-heading-level: 4;
	}

	h4
	{
		mc-auto-number-class: ChapAutoNum;
	}

	h4
	{
		mc-auto-number-format: 'CH:{chapnum}{ }.{n+} ';
	}

	h4
	{
		mc-auto-number-offset: .6in;
	}

	h4
	{
		mc-auto-number-position: outside-head;
	}

	h4
	{
		mc-auto-number-format: 'CH:{chapnum}{ }.{n}.{n+} ';
	}
}

/*<meta sourceDocument="C:\MadCap Flare\ES\20\Aras Enterprise Search 20 - Administration Guide.docx" />*/

:root
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

body
{
	color: var(--Dark);
	font-family: Arial, Avenir, Myriad;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
}

p.table-text
{
	font-size: 12pt;
}

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #cc1c1c;
}

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: 900px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	a.Landing_Link
	{
		color: #000000;
		text-decoration: none;
	}

	a:link
	{
		text-decoration: none;
		color: #000000;
	}

	h1
	{
		page-break-before: always;
		mc-heading-level: 2;
	}

	h1.second-level
	{
		
	}

	div.pdf_button
	{
		top: 15px;
	}

	h1.Title
	{
		mc-heading-level: 1;
	}
}

a.Landing_Link
{
	text-decoration: none;
	color: #cc1c1c;
}

img.tile_pdf_icon
{
	height: auto;
	width: 100px;
}

td p
{
	margin-bottom: 5px;
	margin-top: 5px;
}

div.pdf_button
{
	position: absolute;
	top: 15px;
	right: 40px;
}

p.p_1
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_1
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_1
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_1
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_1
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.NormalWeb
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Tahoma;
	font-size: 12pt;
}

p.Copyright
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 8pt;
}

a.Hyperlink
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: underline;
}

p.Procedure_Title
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: Arial;
}

p.TOC3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-family: Arial;
	font-style: italic;
}

p.Content_indented_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
	font-family: Arial;
}

p.p_2
{
	margin-left: 5pt;
	margin-right: 0pt;
}

span.span_1
{
	font-weight: bold;
	font-style: italic;
	color: #595959;
	font-size: 12pt;
}

span.span_2
{
	font-style: italic;
	color: #595959;
	font-size: 12pt;
}

div.div_1
{
	margin-top: 441.1pt;
	width: 4in;
	height: 90pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	v-text-anchor: top;
	margin-left: 0pt;
}

span.span_3
{
	font-family: 'Arial Black';
	font-size: 20pt;
}

p.p_3
{
	font-family: 'Arial Black';
	font-size: 20pt;
}

div.div_2
{
	margin-left: 0;
	margin-top: 323.5pt;
	width: 471.55pt;
	height: 117.5pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-height-percent: 0;
	mso-height-relative: margin;
	v-text-anchor: top;
}

span.span_4
{
	font-family: 'Arial Black';
	color: #CC0033;
	font-size: 30pt;
}

p.p_4
{
	font-family: 'Arial Black';
	color: #CC0033;
	font-size: 30pt;
}

div.div_3
{
	margin-left: 0;
	margin-top: 135.35pt;
	width: 471.55pt;
	height: 206.65pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-height-percent: 0;
	mso-height-relative: margin;
	v-text-anchor: bottom;
}

p.p_5
{
	font-family: 'Arial Black';
	font-size: 18pt;
}

p.p_6
{
	text-align: center;
}

p.p_7
{
	text-align: center;
	font-family: 'Arial Black';
	font-size: 18pt;
}

p.Copyright_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
}

p.Copyright_2
{
	font-family: Arial;
	font-size: 8pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

p.p_8
{
	font-size: 8pt;
}

p.Procedure_Title_1
{
	page-break-after: avoid;
	font-weight: bold;
	margin-top: 15pt;
	margin-bottom: 15pt;
	text-align: center;
	font-family: 'Arial Black';
	font-size: 18pt;
}

p.p_9
{
	font-weight: bold;
	font-size: 16pt;
}

p.p_10
{
	font-family: 'Arial Black';
	font-weight: bold;
	font-size: 18pt;
}

p.Content_body
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

p.Content_indented
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

h1.h1_1
{
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
}

ul.ul_2
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 54pt;
}

p.Content_body_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 16pt;
}

p.Table_Header
{
	margin-left: 14pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
}

span.Code_Samples
{
	font-size: 10pt;
}

span.Code_Yellow_Highlight
{
	font-size: 10pt;
}

span.Code_Red_text
{
	color: #FF0000;
	font-size: 10pt;
}

p.Note
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
}

li.Note
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
}

p.Warning
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
}

li.Warning
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
}

col.col_1
{
	width: 130pt;
}

col.col_2
{
	width: 288pt;
}

th.th_1
{
	background-color: #D9D9D9;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

th.th_2
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

td.td_2
{
	background-color: #auto;
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_3
{
	background-color: #auto;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

span.Code_Samples_1
{
	font-size: 10pt;
	font-family: 'Courier New';
}

p.Table_Body_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: 'Courier New';
}

tr.tr_1
{
	height: 24pt;
}

span.Code_Red_text_1
{
	color: #FF0000;
	font-size: 10pt;
	font-family: 'Courier New';
}

span.span_5
{
	margin-right: 0pt;
}

p.Note_1
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Note_1
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 36pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

ol.ol_2
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 0pt;
	background-color: #CCCCCC;
}

p.Warning_1
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	margin-bottom: 0pt;
}

li.Warning_1
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	margin-left: 54pt;
	margin-bottom: 0pt;
}

ol.ol_3
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-left: 0pt;
}

td.td_4
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

table.table_1
{
	border-collapse: collapse;
}

p.Bullet_list_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Bullet_list_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

MadCap|xref.ParaTextOnly
{
	mc-format: '{paratext}';
}

span.span_6
{
	margin-right: 0pt;
	font-family: 'Arial Black';
}

h1.h1_2
{
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 0pt;
}

li.Bullet_list_1_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 36pt;
}

ul.ul_3
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 18pt;
}

li.Note_2
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 36pt;
}

span.span_7
{
	font-family: 'Courier New';
}

p.Content_body_2
{
	margin-top: 3pt;
	font-family: Arial;
	margin-bottom: 8pt;
}

p.p_11
{
	margin-bottom: 0pt;
}

span.span_8
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_9
{
	font-family: Consolas;
	color: #A31515;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_12
{
	margin-bottom: 0pt;
	margin-left: 18pt;
}

span.span_10
{
	font-family: Consolas;
	color: #FF0000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_11
{
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_13
{
	margin-bottom: 0pt;
	margin-left: 36pt;
}

p.p_14
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 18pt;
}

span.span_12
{
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_15
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_16
{
	margin-bottom: 0pt;
	text-indent: 18pt;
}

p.p_17
{
	margin-bottom: 0pt;
	margin-left: 36pt;
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_18
{
	margin-bottom: 0pt;
	margin-left: 36pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_19
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_20
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
}

span.span_13
{
	font-family: Consolas;
	color: #008000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_21
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 36pt;
}

p.Content_body_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 18pt;
}

span.span_14
{
	margin-right: 0pt;
	font-family: 'Times New Roman';
}

span.span_15
{
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFF00;
}

p.Content_body_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	text-indent: 18pt;
}

p.p_22
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_23
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_16
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFF00;
}

p.p_24
{
	margin-left: 18pt;
}

span.Bold_1
{
	font-weight: bold;
	font-family: 'Courier New';
}

col.col_3
{
	width: 155pt;
}

col.col_4
{
	width: 315pt;
}

th.th_3
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

col.col_5
{
	width: 146pt;
}

col.col_6
{
	width: 333pt;
}

td.td_5
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_6
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

img.img_1
{
	left: 0;
	text-align: left;
	z-index: -12;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	margin-left: 0;
	width: 624px;
	height: 701px;
}

p.NormalWeb_1
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: center;
	font-family: Arial;
	color: #C0C0C0;
	font-size: 1pt;
}

div.div_4
{
	left: 0;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	width: 471.3pt;
	height: 188.5pt;
	rotation: -45;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: top;
}

span.span_17
{
	font-family: 'Arial Black';
	color: #FFFFFF;
	font-size: 9pt;
}

span.span_18
{
	font-family: 'Arial Black';
	color: #FFFFFF;
	font-size: 8pt;
}

p.NormalWeb_2
{
	font-family: Tahoma;
	font-size: 12pt;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: right;
}

div.div_5
{
	left: 0;
	text-align: left;
	margin-left: 218pt;
	width: 314.95pt;
	height: 28.3pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-width-relative: margin;
	v-text-anchor: top;
	margin-top: 0pt;
}

p.p_25
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: right;
}

span.span_19
{
	font-family: Symbol;
}

span.span_20
{
	color: #7F7F7F;
	font-size: 8pt;
}

p.p_26
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #D9D9D9;
}

img.img_2
{
	visibility: visible;
	mso-wrap-style: square;
	width: 60px;
	height: 33px;
}

p.p_27
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_4
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_4
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_2
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_7
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_2
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Table_Header_1
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_2
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

span.Italics
{
	font-weight: normal;
	font-style: italic;
	color: #000000;
	letter-spacing: 0pt;
	font-size: 10pt;
}

p.Table_Body_2_1
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: 'Courier New';
}

p.Content_body_5_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Calibri;
}

p.Image
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
}

p.Image_number
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
}

li.Image_number
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
}

img.img_3
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 314px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Image_number_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 0pt;
}

p.Image_number_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
	font-size: 16pt;
}

li.Image_number_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 0pt;
	font-size: 16pt;
}

ol.ol_5
{
	padding-left: 0px;
	margin-left: 36pt;
}

span.span_21
{
	margin-right: 0pt;
	font-family: Arial;
}

p.Content_body_5_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	color: #FF0000;
	font-size: 9pt;
}

span.span_22
{
	font-family: 'Courier New';
	color: #FF0000;
	font-size: 9pt;
}

span.span_23
{
	font-family: 'Courier New';
	color: #1F4E79;
	font-size: 9pt;
}

span.span_24
{
	font-family: 'Courier New';
	color: #C45911;
	font-size: 9pt;
}

p.Content_body_5_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	color: #C45911;
	font-size: 9pt;
}

p.Content_body_5_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #FF0000;
}

img.img_4
{
	visibility: visible;
	mso-wrap-style: square;
	width: 224px;
	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;
}

p.Bullet_list_1_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 0pt;
	text-indent: 18pt;
}

span.span_25
{
	font-weight: bold;
	color: #000000;
}

span.span_26
{
	color: #000000;
}

p.Bullet_list_1_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #000000;
}

li.Bullet_list_1_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #000000;
}

img.img_5
{
	visibility: visible;
	mso-wrap-style: square;
	width: 292px;
	height: 167px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Numbered_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Image_number_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
	font-family: Arial;
}

img.img_6
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 104px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_number_2_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	text-indent: 0pt;
	font-family: Arial;
	margin-left: 36pt;
	text-align: left;
}

img.img_7
{
	visibility: visible;
	mso-wrap-style: square;
	width: 196px;
	height: 155px;
}

span.Content
{
	font-size: 10pt;
}

span.span_27
{
	font-family: 'Courier New';
	color: #0000FF;
	font-size: 9pt;
}

p.Content_body_5_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	color: #0000FF;
	font-size: 9pt;
}

span.span_28
{
	font-family: 'Courier New';
	color: #0070C0;
	font-size: 9pt;
}

p.Content_body_5_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	color: #1F4E79;
	font-size: 9pt;
}

li.Warning_2
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	margin-left: 54pt;
}

span.span_29
{
	font-family: 'Courier New';
	color: #0000FF;
	font-size: 9pt;
	background-color: #FFFFFF;
}

span.span_30
{
	font-family: 'Courier New';
	color: #FF0000;
	font-size: 9pt;
	background-color: #FFFF00;
}

p.Content_body_5_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	font-size: 9pt;
}

span.span_31
{
	font-family: 'Courier New';
	color: #C00000;
	font-size: 9pt;
}

span.span_32
{
	font-family: 'Courier New';
	font-size: 9pt;
}

span.span_33
{
	font-family: 'Courier New';
	color: #C00000;
	font-size: 9pt;
	background-color: #FFFF00;
}

span.span_34
{
	font-family: 'Courier New';
	color: #2E74B5;
	font-size: 9pt;
}

p.Code
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
}

p.Note_indented
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
}

li.Note_indented
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
}

img.img_8
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 456px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_9
{
	visibility: visible;
	mso-wrap-style: square;
	width: 404px;
	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.Image_1
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	margin-left: 0pt;
}

img.img_10
{
	visibility: visible;
	mso-wrap-style: square;
	width: 166px;
	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_11
{
	visibility: visible;
	mso-wrap-style: square;
	width: 336px;
	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;
}

span.span_35
{
	color: #0070C0;
	text-decoration: underline;
}

p.p_28
{
	font-weight: bold;
	font-style: italic;
}

p.Content_indented_1_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 0pt;
}

li.Note_indented_1
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 72pt;
}

ol.ol_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;
	margin-left: 36pt;
	background-color: #CCCCCC;
}

img.img_12
{
	visibility: visible;
	mso-wrap-style: square;
	width: 335px;
	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;
}

p.Code_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	margin-left: 18pt;
}

span.span_36
{
	background-color: #FFFFFF;
}

span.span_37
{
	color: #A31515;
	background-color: #FFFFFF;
}

span.span_38
{
	color: #FF0000;
	background-color: #FFFFFF;
}

span.span_39
{
	color: #000000;
	background-color: #FFFFFF;
}

img.img_13
{
	visibility: visible;
	mso-wrap-style: square;
	width: 332px;
	height: 406px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_14
{
	visibility: visible;
	mso-wrap-style: square;
	width: 332px;
	height: 307px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Caption
{
	margin-bottom: 10pt;
	font-family: Arial;
	font-style: italic;
	color: #44546A;
	font-size: 9pt;
}

img.img_15
{
	visibility: visible;
	mso-wrap-style: square;
	width: 427px;
	height: 245px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.span_40
{
	color: #2E74B5;
	text-decoration: underline;
}

span.span_41
{
	font-size: 9pt;
}

p.Numbered_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Numbered_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_16
{
	visibility: visible;
	mso-wrap-style: square;
	width: 424px;
	height: 365px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_17
{
	visibility: visible;
	mso-wrap-style: square;
	width: 552px;
	height: 52px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Numbered_2_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 54pt;
}

ol.ol_7
{
	padding-left: 0px;
	margin-left: 59pt;
}

p.p_29
{
	margin-bottom: 0pt;
	font-weight: bold;
}

p.p_30
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	font-weight: bold;
}

p.p_31
{
	margin-bottom: 0pt;
	text-indent: 36pt;
}

img.img_18
{
	visibility: visible;
	mso-wrap-style: square;
	width: 525px;
	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_19
{
	visibility: visible;
	mso-wrap-style: square;
	width: 520px;
	height: 130px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ol.ol_8
{
	padding-left: 0px;
	margin-left: 23pt;
}

img.img_20
{
	visibility: visible;
	mso-wrap-style: square;
	width: 334px;
	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.p_32
{
	font-weight: bold;
	font-size: 12pt;
}

img.img_21
{
	visibility: visible;
	mso-wrap-style: square;
	width: 331px;
	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_22
{
	visibility: visible;
	mso-wrap-style: square;
	width: 434px;
	height: 37px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_23
{
	visibility: visible;
	mso-wrap-style: square;
	width: 431px;
	height: 36px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_24
{
	visibility: visible;
	mso-wrap-style: square;
	width: 243px;
	height: 274px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_25
{
	visibility: visible;
	mso-wrap-style: square;
	width: 248px;
	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_26
{
	visibility: visible;
	mso-wrap-style: square;
	width: 247px;
	height: 157px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_27
{
	visibility: visible;
	mso-wrap-style: square;
	width: 335px;
	height: 163px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Content_body_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

img.img_28
{
	visibility: visible;
	mso-wrap-style: square;
	width: 522px;
	height: 102px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_29
{
	visibility: visible;
	mso-wrap-style: square;
	width: 329px;
	height: 141px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Content_body_5_8
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
}

img.img_30
{
	left: 0;
	text-align: left;
	z-index: -4;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	margin-left: 0;
	width: 624px;
	height: 701px;
}

/*<meta sourceDocument="C:\MadCap Flare\ES\20\Aras Enterprise Search 20 - Release Notes.docx" />*/

p.p_37
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_14
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_8
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_4
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_16
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.BodyText
{
	margin-bottom: 6pt;
	font-family: Verdana;
}

p.TOC_Heading
{
	text-align: center;
	font-weight: bold;
	font-family: 'Arial Black';
	font-size: 14pt;
}

div.div_6
{
	margin-left: 0;
	margin-top: 135pt;
	width: 477pt;
	height: 206.6pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: bottom;
}

p.BodyText_1
{
	margin-bottom: 6pt;
	font-family: Verdana;
	margin-left: 5pt;
	margin-right: 0pt;
}

span.span_47
{
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: #595959;
	font-size: 12pt;
}

span.span_48
{
	font-family: Arial;
	font-style: italic;
	color: #595959;
	font-size: 12pt;
}

p.ListBullet
{
	margin-top: 4pt;
	margin-bottom: 2pt;
	font-family: Arial;
	letter-spacing: 0pt;
}

li.ListBullet
{
	margin-top: 4pt;
	margin-bottom: 2pt;
	font-family: Arial;
	letter-spacing: 0pt;
}

p.Table_Header_3
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_4
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

col.col_13
{
	width: 109pt;
}

col.col_14
{
	width: 318pt;
}

td.td_17
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-top: 14pt;
	padding-bottom: 14pt;
	padding-left: 6pt;
	padding-right: 6pt;
}

td.td_18
{
	background-color: #auto;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-top: 14pt;
	padding-bottom: 14pt;
	padding-left: 6pt;
	padding-right: 6pt;
}

table.table_2
{
	margin-left: 18pt;
	border-collapse: collapse;
}

p.Content_indented_3_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Arial;
}

p.Content_indented_3_1_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Arial;
	color: #000000;
}

col.col_15
{
	width: 75pt;
}

col.col_16
{
	width: 370pt;
}

th.th_4
{
	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: 14pt;
	padding-bottom: 14pt;
	padding-left: 6pt;
	padding-right: 6pt;
}

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: 14pt;
	padding-bottom: 14pt;
	padding-left: 6pt;
	padding-right: 6pt;
}

td.td_19
{
	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: 14pt;
	padding-bottom: 14pt;
	padding-left: 6pt;
	padding-right: 6pt;
}

tr.tr_3
{
	height: 13pt;
}

table.table_3
{
	margin-left: 32pt;
	border-collapse: collapse;
}

col.col_17
{
	width: 189pt;
}

col.col_18
{
	width: 180pt;
}

span.span_49
{
	font-family: 'Arial Black';
	font-weight: bold;
	color: #FFFFFF;
}

div.div_7
{
	left: 34575;
	top: 2857;
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: bottom;
	width: 2000pt;
	height: 228pt;
}

/*<meta sourceDocument="C:\MadCap Flare\ES\20\Aras Enterprise Search 20 - User Guide.docx" />*/

p.p_38
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_15
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_9
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_5
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_20
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_4
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

img.img_82
{
	visibility: visible;
	mso-wrap-style: square;
	width: 29px;
	height: 30px;
}

img.img_83
{
	visibility: visible;
	mso-wrap-style: square;
	width: 625px;
	height: 299px;
}

img.img_84
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 266px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_85
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 193px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Numbered_2_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: Arial;
}

img.img_86
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 282px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_87
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	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;
}

ol.ol_16
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 59pt;
}

img.img_88
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 278px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

li.Numbered_2_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-family: Calibri;
}

img.img_89
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 124px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_19
{
	width: 91pt;
}

col.col_20
{
	width: 210pt;
}

col.col_21
{
	width: 178pt;
}

p.Table_Header_4
{
	margin-left: 14pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	background-color: #D3D3D3;
}

th.th_6
{
	background-color: #D0CECE;
	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_7
{
	background-color: #D0CECE;
	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;
}

/*<meta sourceDocument="C:\MadCap Flare\ES\20\Aras Enterprise Search 20 - Installation Guide.docx" />*/
/*<meta sourceDocument="C:\MadCap Flare\ES\20\Aras Enterprise Search 20 - Installation Guide.docx" />*/

p.p_33
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_9
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_5
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_3
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_8
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.Procedure_Title_3
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Content_body_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

p.Table_Header_2
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_3
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

img.img_31
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 359px;
}

img.img_32
{
	visibility: visible;
	mso-wrap-style: square;
	width: 61px;
	height: 17px;
}

img.img_33
{
	visibility: visible;
	mso-wrap-style: square;
	width: 54px;
	height: 8px;
}

img.img_34
{
	visibility: visible;
	mso-wrap-style: square;
	width: 58px;
	height: 17px;
}

img.img_35
{
	visibility: visible;
	mso-wrap-style: square;
	width: 48px;
	height: 26px;
}

img.img_36
{
	visibility: visible;
	mso-wrap-style: square;
	width: 45px;
	height: 29px;
}

span.Italics_1
{
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0pt;
	font-size: 10pt;
	color: black;
}

p.Table_Body_3_1
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	color: black;
	letter-spacing: 0pt;
}

img.img_37
{
	visibility: visible;
	mso-wrap-style: square;
	width: 51px;
	height: 24px;
}

img.img_38
{
	visibility: visible;
	mso-wrap-style: square;
	width: 62px;
	height: 17px;
}

img.img_39
{
	visibility: visible;
	mso-wrap-style: square;
	width: 44px;
	height: 30px;
}

img.img_40
{
	visibility: visible;
	mso-wrap-style: square;
	width: 45px;
	height: 30px;
}

tr.tr_2
{
	height: 3pt;
}

img.img_41
{
	visibility: visible;
	mso-wrap-style: square;
	width: 252px;
	height: 29px;
}

ol.ol_10
{
	padding-left: 0px;
}

col.col_7
{
	width: 131pt;
}

col.col_8
{
	width: 198pt;
}

span.Bold_2
{
	font-weight: normal;
}

p.Table_Body_3_2
{
	margin-left: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: normal;
}

td.td_9
{
	background-color: #auto;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

col.col_9
{
	width: 152pt;
}

col.col_10
{
	width: 163pt;
}

td.td_10
{
	background-color: #C0C0C0;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_11
{
	background-color: #C0C0C0;
	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_12
{
	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_13
{
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

span.span_42
{
	font-weight: bold;
	font-size: 9pt;
}

p.p_34
{
	margin-bottom: 3pt;
	margin-left: 0pt;
	text-indent: 90pt;
}

p.p_35
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 0pt;
	text-indent: 90pt;
}

p.p_36
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 0pt;
	text-indent: 90pt;
	font-weight: bold;
}

span.span_43
{
	font-weight: bold;
	background-color: #FFFFFF;
}

p.Content_body_6_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	background-color: #FFFFFF;
}

img.img_42
{
	visibility: visible;
	mso-wrap-style: square;
	width: 37px;
	height: 35px;
}

img.img_43
{
	visibility: visible;
	mso-wrap-style: square;
	width: 271px;
	height: 117px;
}

img.img_44
{
	visibility: visible;
	mso-wrap-style: square;
	width: 245px;
	height: 157px;
}

p.Content_indented_2_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
	font-style: italic;
}

p.Content_indentend_2
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Arial;
}

p.Content_indentend_2_1
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: 'Courier New';
}

img.img_45
{
	visibility: visible;
	mso-wrap-style: square;
	width: 242px;
	height: 153px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ol.ol_11
{
	padding-left: 0px;
	list-style-type: lower-alpha;
}

p.Bullet_list_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Bullet_list_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

p.Content_indented_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 72pt;
	font-family: Arial;
}

img.img_46
{
	visibility: visible;
	mso-wrap-style: square;
	width: 366px;
	height: 322px;
}

img.img_47
{
	visibility: visible;
	mso-wrap-style: square;
	width: 258px;
	height: 118px;
}

p.Image_number_3
{
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
	margin-top: 12pt;
}

li.Image_number_3
{
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 0pt;
	margin-top: 12pt;
}

img.img_48
{
	visibility: visible;
	mso-wrap-style: square;
	width: 377px;
	height: 489px;
}

p.Bullet_list_3_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: normal;
}

li.Bullet_list_3_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 72pt;
	font-weight: normal;
}

li.Bullet_list_3_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 72pt;
}

ul.ul_6
{
	padding-left: 0px;
	margin-left: 18pt;
}

img.img_49
{
	visibility: visible;
	mso-wrap-style: square;
	width: 425px;
	height: 336px;
}

span.Code_Samples_2
{
	font-size: 10pt;
	font-family: 'Courier New';
	color: #000000;
}

p.Content_indentend_2_2
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Arial;
	color: #000000;
}

img.img_50
{
	visibility: visible;
	mso-wrap-style: square;
	width: 419px;
	height: 163px;
}

p.Image_2
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	color: #000000;
}

li.Image_number_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 0pt;
	color: #000000;
}

p.Code_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Courier New';
	color: #000000;
}

span.span_44
{
	color: #000000;
	background-color: #FFFF00;
}

span.Code_Yellow_Highlight_1
{
	font-size: 10pt;
	color: #000000;
}

span.span_45
{
	font-style: italic;
	color: #000000;
}

img.img_51
{
	visibility: visible;
	mso-wrap-style: square;
	width: 431px;
	height: 334px;
}

p.Image_3
{
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-family: Arial;
	color: #FF0000;
}

li.Bullet_list_3_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 72pt;
	color: #000000;
}

li.Bullet_list_3_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 72pt;
	font-family: 'Courier New';
	color: #000000;
}

ul.ul_7
{
	padding-left: 0px;
	margin-left: 0pt;
}

img.img_52
{
	visibility: visible;
	mso-wrap-style: square;
	width: 435px;
	height: 337px;
}

li.Image_number_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
	font-family: Arial;
	margin-left: 0pt;
	color: #FF0000;
}

img.img_53
{
	visibility: visible;
	mso-wrap-style: square;
	width: 439px;
	height: 340px;
}

img.img_54
{
	visibility: visible;
	mso-wrap-style: square;
	width: 434px;
	height: 336px;
}

img.img_55
{
	visibility: visible;
	mso-wrap-style: square;
	width: 436px;
	height: 337px;
}

p.Content_indented_4_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 72pt;
	font-family: 'Courier New';
	font-size: 9pt;
}

p.Content_indented_4_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 72pt;
	font-family: 'Courier New';
}

p.Note_2
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	color: #000000;
}

li.Note_3
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 36pt;
	color: #000000;
}

p.Table_Title
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

li.Table_Title
{
	margin-bottom: 6pt;
	margin-top: 12pt;
	font-family: Arial;
}

p.Table_Title_1
{
	margin-top: 12pt;
	font-family: Arial;
	margin-bottom: 3pt;
}

li.Table_Title_1
{
	margin-top: 12pt;
	font-family: Arial;
	margin-bottom: 3pt;
}

ol.ol_12
{
	padding-left: 0px;
	margin-left: 0pt;
}

col.col_11
{
	width: 149pt;
}

col.col_12
{
	width: 95pt;
}

td.td_14
{
	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: #BFBFBF;
}

td.td_15
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

img.img_56
{
	visibility: visible;
	mso-wrap-style: square;
	width: 434px;
	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;
}

span.span_46
{
	font-style: italic;
	color: #FF0000;
	background-color: #FFFF00;
}

img.img_57
{
	visibility: visible;
	mso-wrap-style: square;
	width: 499px;
	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_58
{
	visibility: visible;
	mso-wrap-style: square;
	width: 354px;
	height: 277px;
}

img.img_59
{
	visibility: visible;
	mso-wrap-style: square;
	width: 361px;
	height: 282px;
}

img.img_60
{
	visibility: visible;
	mso-wrap-style: square;
	width: 350px;
	height: 273px;
}

img.img_61
{
	visibility: visible;
	mso-wrap-style: square;
	width: 348px;
	height: 274px;
}

img.img_62
{
	visibility: visible;
	mso-wrap-style: square;
	width: 382px;
	height: 298px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_63
{
	visibility: visible;
	mso-wrap-style: square;
	width: 384px;
	height: 300px;
}

img.img_64
{
	visibility: visible;
	mso-wrap-style: square;
	width: 398px;
	height: 311px;
}

p.Numbered_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Numbered_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

ol.ol_13
{
	padding-left: 0px;
	margin-left: 72pt;
}

img.img_65
{
	visibility: visible;
	mso-wrap-style: square;
	width: 376px;
	height: 294px;
}

img.img_66
{
	visibility: visible;
	mso-wrap-style: square;
	width: 398px;
	height: 313px;
}

p.Content_indentend_2_3
{
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-family: Arial;
	font-style: italic;
}

img.img_67
{
	visibility: visible;
	mso-wrap-style: square;
	width: 395px;
	height: 309px;
}

img.img_68
{
	visibility: visible;
	mso-wrap-style: square;
	width: 548px;
	height: 353px;
}

span.Hyperlink
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: underline;
}

img.img_69
{
	visibility: visible;
	mso-wrap-style: square;
	width: 366px;
	height: 286px;
}

img.img_70
{
	visibility: visible;
	mso-wrap-style: square;
	width: 375px;
	height: 293px;
}

img.img_71
{
	visibility: visible;
	mso-wrap-style: square;
	width: 377px;
	height: 295px;
}

img.img_72
{
	visibility: visible;
	mso-wrap-style: square;
	width: 378px;
	height: 296px;
}

span.Hyperlink_1
{
	font-size: 10pt;
	text-decoration: underline;
	color: black;
}

p.Note_indented_1
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	color: black;
	text-decoration: none;
}

li.Note_indented_2
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 72pt;
	color: black;
	text-decoration: none;
}

img.img_73
{
	visibility: visible;
	mso-wrap-style: square;
	width: 435px;
	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_74
{
	visibility: visible;
	mso-wrap-style: square;
	width: 430px;
	height: 336px;
}

img.img_75
{
	visibility: visible;
	mso-wrap-style: square;
	width: 400px;
	height: 313px;
}

img.img_76
{
	visibility: visible;
	mso-wrap-style: square;
	width: 378px;
	height: 295px;
}

span.Code_Red_text_2
{
	color: #FF0000;
	font-size: 10pt;
	font-family: 'Courier New';
	background-color: #FFFF00;
}

span.Code_Yellow_Highlight_2
{
	font-size: 10pt;
	font-family: 'Courier New';
	background-color: #FFFF00;
}

img.img_77
{
	visibility: visible;
	mso-wrap-style: square;
	width: 360px;
	height: 282px;
}

img.img_78
{
	visibility: visible;
	mso-wrap-style: square;
	width: 364px;
	height: 285px;
}

img.img_79
{
	visibility: visible;
	mso-wrap-style: square;
	width: 362px;
	height: 283px;
}

img.img_80
{
	visibility: visible;
	mso-wrap-style: square;
	width: 386px;
	height: 302px;
}

li.Numbered_2_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	margin-left: 54pt;
	font-weight: bold;
}

img.img_81
{
	visibility: visible;
	mso-wrap-style: square;
	width: 307px;
	height: 240px;
}

/*<meta sourceDocument="C:\Aras Current Work\Aras Enterprise Search 32 - Administrator Guide NN.docx" />*/

ol
{
	list-style-type: decimal;
	margin-left: 0px;
}

MadCap|dropDownBody
{
	padding: 0px 0px 0;
}

span.Italic
{
	font-style: text;
}

MadCap|toggler
{
	color: #000000;
	font-size: 24pt;
}

@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;
	}
}

p.Invisible
{
	display: none;
}

span.mc-variable.Document\00002EModificationDate
{
	
}

h1 MadCap:xref
{
	color: #cc1c1c;
}

:root
{
	--Brand1: #030303;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

p
{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
	font-size: 10pt;
}

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #cc1c1c;
	margin-left: 0px;
}

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;
}

li.Bullet_list_1_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

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_39
{
	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_10
{
	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_21
{
	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.TOC1_1
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

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;
}

p.BodyText4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 43pt;
	font-size: 10pt;
}

p.p_40
{
	font-size: 20pt;
}

div.div_8
{
	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;
}

span.span_50
{
	color: #CC0033;
	font-size: 30pt;
}

p.p_41
{
	color: #CC0033;
	font-size: 30pt;
}

div.div_9
{
	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;
}

div.div_10
{
	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;
}

span.span_51
{
	font-size: 18pt;
}

p.p_42
{
	font-size: 18pt;
}

p.p_43
{
	text-align: center;
	font-size: 18pt;
}

span.span_52
{
	font-size: 8pt;
}

span.span_53
{
	font-weight: bold;
	font-size: 8pt;
}

p.p_44
{
	text-align: justify;
	font-weight: bold;
	font-size: 8pt;
}

p.p_45
{
	text-align: justify;
	font-size: 8pt;
}

p.Procedure_Title_5_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_8
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_6
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

h1.Heading1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 12pt;
	margin-bottom: 12pt;
	mc-heading-level: 1;
	font-weight: bold;
	font-size: 16pt;
}

p.BodyText2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 29pt;
	font-size: 10pt;
}

p.p_46
{
	font-weight: bold;
	font-size: 18pt;
}

p.BodyText_26
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

img.img_90
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 560px;
	height: 283px;
}

p.ListBullet2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

ul.ul_11
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 47pt;
}

p.Note_3
{
	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;
	font-size: 10pt;
}

li.Note_3_1
{
	margin-left: 36pt;
	color: #000000;
	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;
	font-size: 10pt;
}

li.Note_3_1_1
{
	color: #000000;
	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;
	font-size: 10pt;
	margin-left: 72pt;
}

ol.ol_18
{
	padding-left: 0px;
	margin-left: 18pt;
}

p.BodyText3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-size: 10pt;
}

p.ListBullet3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 10pt;
}

li.ListBullet3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 10pt;
}

p.Note_indented_2
{
	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;
	font-size: 10pt;
}

li.Note_indented_2_1
{
	margin-left: 72pt;
	color: black;
	text-decoration: none;
	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;
	font-size: 10pt;
}

ul.ul_12
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 54pt;
}

li.Note_indented_2_1_1
{
	color: black;
	text-decoration: none;
	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;
	font-size: 10pt;
	margin-left: 63pt;
}

p.ListNumber3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListNumber3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

ol.ol_19
{
	padding-left: 0px;
	margin-left: 54pt;
}

img.img_91
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 240px;
	height: 252px;
}

img.img_92
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 262px;
	height: 150px;
}

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: 3pt;
	margin-bottom: 3pt;
	margin-left: 47pt;
	font-size: 10pt;
}

ol.ol_20
{
	padding-left: 0px;
	margin-left: 47pt;
}

img.img_93
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 554px;
	height: 40px;
}

img.img_94
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 196px;
	height: 155px;
}

img.img_95
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 416px;
	height: 305px;
}

p.ListContinue2_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 47pt;
	font-weight: bold;
	font-size: 12pt;
}

p.ListNumber4
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.ListNumber4
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.ListContinue4
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 79pt;
	text-indent: -18pt;
}

img.img_96
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 360px;
	height: 339px;
}

li.ListNumber4_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 61pt;
}

img.img_97
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 249px;
	height: 81px;
}

img.img_98
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 181px;
	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;
}

p.ListBullet4
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.ListBullet4
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

img.img_99
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 356px;
	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;
}

p.BodyText3_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

p.BodyText4_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 43pt;
	font-size: 10pt;
	background-color: #FFFF00;
}

ul.ul_13
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 72pt;
}

img.img_100
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 352px;
	height: 328px;
}

img.img_101
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 361px;
	height: 441px;
}

p.ListBullet3_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 10pt;
	margin-left: 54pt;
	text-indent: -18pt;
}

img.img_102
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 357px;
	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;
}

p.BodyText3_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-weight: bold;
	font-size: 18pt;
}

p.ListNumber
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListNumber
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListNumber_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 40pt;
}

img.img_103
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 441px;
	height: 255px;
}

p.ListBullet4_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 61pt;
}

img.img_104
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 345px;
	height: 297px;
}

img.img_105
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 552px;
	height: 52px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.ListBullet_1
{
	margin-top: 4pt;
	font-family: Arial;
	letter-spacing: 0pt;
	margin-bottom: 8pt;
	font-size: 10pt;
}

li.ListBullet_1
{
	margin-top: 4pt;
	font-family: Arial;
	letter-spacing: 0pt;
	margin-bottom: 8pt;
	font-size: 10pt;
}

img.img_106
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 560px;
	height: 282px;
}

li.ListBullet_1_1
{
	margin-top: 4pt;
	font-family: Arial;
	letter-spacing: 0pt;
	margin-bottom: 8pt;
	font-size: 10pt;
	margin-left: 40pt;
	margin-right: 22pt;
}

img.img_107
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 485px;
	height: 265px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_108
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 404px;
	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;
}

p.ListContinue2_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 47pt;
	font-weight: bold;
	font-size: 14pt;
}

p.ListContinue2_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 47pt;
	font-size: 10pt;
	font-weight: bold;
}

img.img_109
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 337px;
	height: 175px;
}

img.img_110
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 286px;
	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_111
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 404px;
	height: 34px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_112
{
	flip: y;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 407px;
	height: 34px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_113
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 189px;
	height: 213px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_114
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 248px;
	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_115
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 247px;
	height: 157px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_116
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 251px;
	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_117
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 417px;
	height: 81px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_118
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 286px;
	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;
}

span.span_54
{
	background-color: #FFFF00;
}

img.img_119
{
	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_55
{
	color: #FFFFFF;
	font-size: 9pt;
}

span.span_56
{
	color: #FFFFFF;
	font-size: 8pt;
}

div.div_11
{
	width: 314.95pt;
	height: 28.3pt;
	margin-left: 218pt;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 0;
	v-text-anchor: top;
	background-color: this;
	margin-top: 0pt;
}

img.img_120
{
	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;
}

p.p_47
{
	margin-left: 5pt;
	margin-right: 5pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #D9D9D9;
}

/*<meta sourceDocument="C:\Aras Current Work\Aras Enterprise Search 32 - Installation Guide NN.docx" />*/

p.p_48
{
	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_21
{
	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_22
{
	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.TOC1_2
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

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_body_9
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_7
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.BodyText_27
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.ListBullet_2
{
	font-family: Arial;
	letter-spacing: 0pt;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.ListBullet_2
{
	font-family: Arial;
	letter-spacing: 0pt;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Note_4
{
	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;
	font-size: 10pt;
}

li.Note_4
{
	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;
	font-size: 10pt;
}

li.ListBullet_2_1
{
	font-family: Arial;
	letter-spacing: 0pt;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 40pt;
}

img.img_121
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 442px;
	height: 255px;
}

li.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;
	font-size: 10pt;
	margin-left: 72pt;
}

table.TableGrid
{
	border-collapse: collapse;
	margin-left: 0pt;
	margin-bottom: 0pt;
}

col.col_22
{
	width: 63pt;
}

col.col_23
{
	width: 345pt;
}

img.img_122
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 61px;
	height: 17px;
}

p.BodyText2_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 10pt;
	margin-left: 0pt;
}

td.td_23
{
	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_24
{
	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_4
{
	margin-left: 29pt;
	height: 33pt;
}

img.img_123
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 54px;
	height: 8px;
}

td.td_25
{
	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_26
{
	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_5
{
	margin-left: 29pt;
	height: 22pt;
}

img.img_124
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 58px;
	height: 17px;
}

tr.tr_6
{
	margin-left: 29pt;
	height: 24pt;
}

img.img_125
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 48px;
	height: 26px;
}

tr.tr_7
{
	margin-left: 29pt;
	height: 30pt;
}

img.img_126
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 45px;
	height: 29px;
}

tr.tr_8
{
	margin-left: 29pt;
	height: 32pt;
}

img.img_127
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 51px;
	height: 24px;
}

tr.tr_9
{
	margin-left: 29pt;
	height: 29pt;
}

img.img_128
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 62px;
	height: 17px;
}

img.img_129
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 44px;
	height: 30px;
}

img.img_130
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 45px;
	height: 30px;
}

table.TableGrid_1
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 29pt;
}

img.img_131
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 252px;
	height: 29px;
}

col.col_24
{
	width: 108pt;
}

col.col_25
{
	width: 135pt;
}

col.col_26
{
	width: 184pt;
}

p.BodyText2_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 10pt;
	margin-left: 0pt;
	font-weight: bold;
}

tr.tr_10
{
	margin-left: 40pt;
}

table.TableGrid_2
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 40pt;
}

col.col_27
{
	width: 185pt;
}

p.BodyText3_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-size: 10pt;
	font-weight: bold;
}

tr.tr_11
{
	margin-left: 36pt;
	height: 19pt;
}

tr.tr_12
{
	margin-left: 36pt;
	height: 29pt;
}

table.TableGrid_3
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 36pt;
}

col.col_28
{
	width: 139pt;
}

col.col_29
{
	width: 159pt;
}

p.BodyText4_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 0pt;
}

tr.tr_13
{
	margin-left: 43pt;
	height: 44pt;
}

tr.tr_14
{
	margin-left: 43pt;
	height: 19pt;
}

table.TableGrid_4
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 43pt;
}

col.col_30
{
	width: 119pt;
}

col.col_31
{
	width: 306pt;
}

tr.tr_15
{
	margin-left: 43pt;
}

col.col_32
{
	width: 110pt;
}

p.ListContinue3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
	font-size: 10pt;
}

p.ListContinue4_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 81pt;
	text-indent: -18pt;
}

li.ListBullet2_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 63pt;
}

img.img_132
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 91px;
	height: 227px;
}

img.img_133
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 217px;
	height: 93px;
}

img.img_134
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 179px;
	height: 115px;
}

p.BodyText_27_1
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
	font-weight: bold;
}

p.Note_indented_3
{
	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;
	font-size: 10pt;
}

li.Note_indented_3
{
	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;
	font-size: 10pt;
}

p.ListAlpha2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListAlpha2
{
	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;
}

li.Note_indented_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;
	font-size: 10pt;
	margin-left: 77pt;
}

img.img_135
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 222px;
	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;
}

ol.ol_22
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 90pt;
}

ol.ol_23
{
	padding-left: 0px;
	list-style-type: lower-roman;
	margin-left: 90pt;
}

img.img_136
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 510px;
	height: 60px;
}

p.ListBullet3_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

img.img_137
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 336px;
	height: 253px;
}

img.img_138
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 336px;
	height: 190px;
}

img.img_139
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 334px;
	height: 189px;
}

img.img_140
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 346px;
	height: 448px;
}

img.img_141
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 336px;
	height: 265px;
}

p.Note_indented3
{
	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_indented3
{
	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.ListAlpha3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListAlpha3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListAlpha4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListAlpha4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Note_indented3_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: 86pt;
}

img.img_142
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 331px;
	height: 129px;
}

p.ListContinue3_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
	font-size: 10pt;
	color: #000000;
}

ol.ol_24
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 36pt;
}

p.ListContinue4_1_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 81pt;
	text-indent: -18pt;
	background-color: #FFFF00;
}

li.ListAlpha4_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 72pt;
}

p.ListBullet3_2_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 72pt;
	background-color: #FFFF00;
}

img.img_143
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 432px;
	height: 293px;
}

li.ListBullet4_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 90pt;
}

col.col_33
{
	width: 101pt;
}

p.ListContinue2_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 0pt;
	text-align: center;
	font-weight: bold;
}

tr.tr_16
{
	margin-left: 47pt;
	height: 13pt;
}

p.ListContinue2_5
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 0pt;
	text-align: center;
}

tr.tr_17
{
	margin-left: 47pt;
	height: 14pt;
}

table.TableGrid_5
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 47pt;
}

img.img_144
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 434px;
	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;
}

col.col_34
{
	width: 133pt;
}

col.col_35
{
	width: 144pt;
}

tr.tr_18
{
	margin-left: 29pt;
}

p.ListBullet5
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.ListBullet5
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Note_indented4
{
	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_indented4
{
	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_indented2
{
	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_indented2
{
	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.ListBullet5_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 81pt;
}

img.img_145
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 380px;
	height: 109px;
}

li.Note_indented4_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: 104pt;
}

img.img_146
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 269px;
	height: 210px;
}

img.img_147
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 266px;
	height: 208px;
}

img.img_148
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 264px;
	height: 206px;
}

img.img_149
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 256px;
	height: 202px;
}

img.img_150
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 351px;
	height: 269px;
}

li.Note_indented2_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: 95pt;
}

img.img_151
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 370px;
	height: 289px;
}

img.img_152
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 224px;
	height: 175px;
}

img.img_153
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 315px;
	height: 91px;
}

img.img_154
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 291px;
	height: 227px;
}

img.img_155
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 319px;
	height: 251px;
}

img.img_156
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 376px;
	height: 294px;
}

img.img_157
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 366px;
	height: 277px;
}

img.img_158
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 273px;
	height: 214px;
}

img.img_159
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 276px;
	height: 216px;
}

img.img_160
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 505px;
	height: 348px;
}

p.ListNumber3_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 54pt;
	text-indent: -18pt;
}

col.col_36
{
	width: 68pt;
}

tr.tr_19
{
	margin-left: 29pt;
	height: 13pt;
}

tr.tr_20
{
	margin-left: 29pt;
	height: 52pt;
}

p.ListBullet2_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 63pt;
	text-indent: -16pt;
	font-size: 10pt;
}

img.img_161
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 296px;
	height: 231px;
}

img.img_162
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 297px;
	height: 232px;
}

p.ListBullet2_1_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	text-indent: -16pt;
	font-size: 10pt;
	margin-left: 65pt;
}

img.img_163
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 275px;
	height: 215px;
}

img.img_164
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 296px;
	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_165
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 297px;
	height: 233px;
}

span.Hyperlink_2
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: underline;
	background-color: #FFFF00;
}

p.NoteUnderHeading1
{
	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.NoteUnderHeading1
{
	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_166
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 321px;
	height: 251px;
}

li.NoteUnderHeading1_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: 58pt;
}

col.col_37
{
	width: 66pt;
}

col.col_38
{
	width: 99pt;
}

tr.tr_21
{
	margin-left: 29pt;
	height: 53pt;
}

img.img_167
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 344px;
	height: 99px;
}

p.ListBullet2_1_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	text-indent: -16pt;
	font-size: 10pt;
	margin-left: 66pt;
}

img.img_168
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 321px;
	height: 243px;
}

/*<meta sourceDocument="C:\Aras Current Work\Aras Enterprise Search 32 - Release Notes NN.docx" />*/

p.p_49
{
	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_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_27
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.BodyText_28
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.TOC_Heading_1
{
	font-family: 'Arial Black';
	page-break-after: avoid;
	margin-top: 15pt;
	margin-bottom: 15pt;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
}

p.TOC1_3
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

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;
}

div.div_12
{
	width: 477pt;
	height: 206.6pt;
	margin-top: 135pt;
	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.BodyText_28_1
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 5pt;
	margin-right: 0pt;
}

div.div_13
{
	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;
}

p.Copyright_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 8pt;
	text-align: justify;
}

span.span_57
{
	text-transform: uppercase;
}

p.Content_body_10
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	letter-spacing: 0pt;
}

li.ListBullet_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	letter-spacing: 0pt;
}

p.Content_indented_8
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

h1.h1_3
{
	font-size: 10pt;
}

p.Table_Header_5
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_5
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Table_Body_5
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

col.col_39
{
	width: 153pt;
}

col.col_40
{
	width: 167pt;
}

th.th_8
{
	background-color: #C0C0C0;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

th.th_9
{
	background-color: #C0C0C0;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

tr.tr_22
{
	margin-left: 0pt;
}

p.Table_Body_5_1
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	font-size: 10pt;
	margin-bottom: 0pt;
}

li.Table_Body_5_1
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	font-size: 10pt;
	margin-bottom: 0pt;
}

ul.ul_16
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 36pt;
}

table.table_4
{
	margin-left: 0pt;
	border-collapse: collapse;
}

th.th_10
{
	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;
}

th.th_11
{
	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_23
{
	margin-left: 32pt;
}

tr.tr_24
{
	margin-left: 32pt;
	height: 13pt;
}

span.span_58
{
	font-weight: bold;
	color: #FFFFFF;
}

div.div_14
{
	left: 9516;
	top: 8329;
	v-text-anchor: bottom;
	background-color: this;
	width: 551pt;
	height: 664pt;
}

img.img_169
{
	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:\Aras Current Work\Aras Enterprise Search 32 - User Guide NN.docx" />*/

p.p_50
{
	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_17
{
	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_9
{
	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_7
{
	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_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

span.span_59
{
	font-size: 20pt;
}

p.Content_body_11
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_9
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.BodyText2_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 29pt;
	font-size: 10pt;
}

p.BodyText_29
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.ListContinue2_6
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

p.ListNumber2_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

li.ListNumber2_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 45pt;
}

img.img_170
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 399px;
	height: 192px;
}

img.img_171
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 512px;
	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_172
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 464px;
	height: 143px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_173
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 461px;
	height: 209px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_174
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 463px;
	height: 124px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_175
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 462px;
	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_176
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 534px;
	height: 106px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

col.col_41
{
	width: 58pt;
}

col.col_42
{
	width: 143pt;
}

tr.tr_25
{
	margin-left: 36pt;
	height: 23pt;
}

tr.tr_26
{
	margin-left: 36pt;
	height: 24pt;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\32\Aras Office Productivity Connector 32 - Administrator Guide NN.docx" />*/

p.p_51
{
	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_27
{
	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_29
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.BodyText_30
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.Procedure_Title_8
{
	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_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

div.div_15
{
	width: 326.28pt;
	height: 90pt;
	margin-top: 441.1pt;
	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_16
{
	width: 477.75pt;
	height: 206.6pt;
	margin-top: 135pt;
	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_12
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 4pt;
	margin-bottom: 2pt;
	letter-spacing: 0pt;
}

li.ListBullet_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 4pt;
	margin-bottom: 2pt;
	letter-spacing: 0pt;
}

p.Content_indented_10
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.ListContinue
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 40pt;
}

li.ListNumber_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 41pt;
}

img.img_177
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 279px;
	height: 113px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_178
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 330px;
	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;
}

p.p_52
{
	font-weight: bold;
	font-size: 14pt;
}

p.BodyText2_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

img.img_179
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 579px;
	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.Note_indented_4
{
	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;
	font-size: 10pt;
}

li.Note_indented_4
{
	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;
	font-size: 10pt;
}

p.ListBulletembedded2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBulletembedded2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListContinue2_7
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

img.img_180
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 463px;
	height: 176px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_181
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 416px;
	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.ListBullet2_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	font-weight: normal;
}

li.ListBullet2_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 45pt;
	font-weight: normal;
}

li.Note_indented_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;
	font-size: 10pt;
	margin-left: 63pt;
}

ul.ul_19
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 47pt;
}

p.BodyText3_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-size: 12pt;
}

p.ListBullet3_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

img.img_182
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 574px;
	height: 435px;
}

p.ListContinue3_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-size: 10pt;
}

li.Note_indented3_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;
	background-color: #auto;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 72pt;
}

img.img_183
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 188px;
	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_184
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 191px;
	height: 103px;
}

img.img_185
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 408px;
	height: 139px;
}

img.img_186
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 408px;
	height: 152px;
}

img.img_187
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 191px;
	height: 75px;
}

img.img_188
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 246px;
	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_189
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 487px;
	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;
}

p.Table_Header_6
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_6
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Body1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

img.img_190
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 575px;
	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_191
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 420px;
	height: 221px;
}

li.Note_indented2_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;
	background-color: #auto;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 81pt;
}

col.col_43
{
	width: 117pt;
}

col.col_44
{
	width: 90pt;
}

th.th_12
{
	background-color: #A6A6A6;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

th.th_13
{
	background-color: #A6A6A6;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

tr.tr_27
{
	margin-left: 27pt;
}

table.TableGrid_6
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 27pt;
}

img.img_192
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 583px;
	height: 428px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_193
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 441px;
	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;
}

col.col_45
{
	width: 126pt;
}

col.col_46
{
	width: 54pt;
}

col.col_47
{
	width: 51pt;
}

col.col_48
{
	width: 71pt;
}

p.Content_body_12_1
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	font-weight: bold;
}

td.td_30
{
	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;
}

p.Content_body_12_2
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}

td.td_31
{
	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;
}

tr.tr_28
{
	margin-left: 45pt;
}

p.Content_body_12_3
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	text-align: center;
}

table.TableGrid_7
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 45pt;
}

col.col_49
{
	width: 111pt;
}

col.col_50
{
	width: 114pt;
}

col.col_51
{
	width: 73pt;
}

tr.tr_29
{
	margin-left: 36pt;
}

p.Table_Body_6_1
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-style: italic;
	font-size: 7pt;
}

p.p_53
{
	margin-left: 36pt;
}

col.col_52
{
	width: 112pt;
}

col.col_53
{
	width: 77pt;
}

p.p_54
{
	margin-bottom: 0pt;
	font-size: 10pt;
}

img.img_194
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 429px;
	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;
}

li.Note_indented4_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;
	background-color: #auto;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 90pt;
}

img.img_195
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 429px;
	height: 149px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_196
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 429px;
	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;
}

p.Table_Title_2
{
	font-family: Arial;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-top: 12pt;
}

col.col_54
{
	width: 81pt;
}

col.col_55
{
	width: 50pt;
}

col.col_56
{
	width: 59pt;
}

td.td_32
{
	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_33
{
	background-color: #E7E6E6;
	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_30
{
	margin-left: 45pt;
	height: 19pt;
}

tr.tr_31
{
	margin-left: 45pt;
	height: 21pt;
}

tr.tr_32
{
	margin-left: 45pt;
	height: 20pt;
}

p.Table_Body_6_2
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	font-style: italic;
}

col.col_57
{
	width: 86pt;
}

tr.tr_33
{
	margin-left: 63pt;
	height: 19pt;
}

tr.tr_34
{
	margin-left: 63pt;
	height: 20pt;
}

table.TableGrid_8
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 63pt;
}

th.th_14
{
	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;
}

th.th_15
{
	background-color: #E7E6E6;
	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;
}

ol.ol_28
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 18pt;
}

img.img_197
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 502px;
	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_198
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 549px;
	height: 187px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-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: 549px;
	height: 222px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_200
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 357px;
	height: 138px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_201
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 572px;
	height: 298px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_202
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 296px;
	height: 272px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_203
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 518px;
	height: 215px;
}

p.ListBullet3_3_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	font-weight: bold;
}

li.ListBullet3_3_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	font-weight: bold;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\32\Aras Office Productivity Connector 32 - Installation Guide NN.docx" />*/

p.p_55
{
	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_20
{
	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_34
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Code_3
{
	font-family: 'Courier New';
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.BodyText_31
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.Procedure_Title_9
{
	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_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;
}

div.div_17
{
	width: 475.5pt;
	height: 206.6pt;
	margin-top: 135.5pt;
	margin-left: 0pt;
	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_13
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_11
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_5
{
	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;
	font-size: 10pt;
}

li.Note_5
{
	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;
	font-size: 10pt;
}

p.BodyText2_5
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

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_7
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListNumber2_2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 45pt;
	font-weight: bold;
}

tr.tr_35
{
	margin-left: 49pt;
}

td.td_35
{
	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: 0pt;
	padding-bottom: 0pt;
	padding-left: 5pt;
	padding-right: 5pt;
}

table.table_5
{
	margin-left: 49pt;
	border-collapse: collapse;
}

p.ListBullet3_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

img.img_204
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 237px;
	height: 102px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_205
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 213px;
	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;
}

p.ListBullet_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	letter-spacing: 0pt;
}

li.ListBullet_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	letter-spacing: 0pt;
}

p.Content_indented_3_2
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

p.ListContinue2_8
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

p.ListContinue4_2
{
	text-indent: -18pt;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 63pt;
}

img.img_206
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 275px;
	height: 191px;
}

ol.ol_30
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 72pt;
}

li.ListNumber5_1
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 86pt;
}

img.img_207
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 479px;
	height: 57px;
}

p.Note_indented_5
{
	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;
	font-size: 10pt;
}

li.Note_indented_5
{
	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;
	font-size: 10pt;
}

img.img_208
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 312px;
	height: 232px;
}

img.img_209
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 312px;
	height: 193px;
}

img.img_210
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 312px;
	height: 173px;
}

img.img_211
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 311px;
	height: 328px;
}

li.ListBullet4_2
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: normal;
}

img.img_212
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 456px;
	height: 310px;
}

ul.ul_21
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 90pt;
}

img.img_213
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 480px;
	height: 325px;
}

col.col_58
{
	width: 171pt;
}

p.Table_Body_7_1
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	text-align: center;
}

img.img_214
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 537px;
	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;
}

li.ListNumber4_2
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 63pt;
	font-weight: bold;
}

img.img_215
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 273px;
	height: 53px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_216
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 548px;
	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_217
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 216px;
	height: 195px;
}

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: 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_219
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 546px;
	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_220
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 199px;
	height: 46px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\32\Aras Office Productivity Connector 32 - SaaS Installation Guide NN.docx" />*/

p.p_56
{
	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_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_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_36
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC1_7
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

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.p_57
{
	font-weight: bold;
	font-size: 8pt;
}

p.Content_body_14
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_12
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.BodyText2_6
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

p.BodyText_32
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

col.col_59
{
	width: 337pt;
}

p.BodyText_32_1
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 0pt;
	text-align: center;
	font-weight: bold;
}

td.td_37
{
	background-color: #D0CECE;
	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_38
{
	background-color: #D0CECE;
	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;
}

p.BodyText_32_2
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 0pt;
}

table.TableGrid_9
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 22pt;
}

p.ListContinue2_9
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

p.ListContinue2_9_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
	background-color: #FFFF00;
}

p.ListContinue4_3
{
	text-indent: -18pt;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 63pt;
}

img.img_221
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 525px;
	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_222
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 249px;
	height: 48px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_223
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 547px;
	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_224
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 408px;
	height: 251px;
}

img.img_225
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 549px;
	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;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\32\Aras Office Productivity Connector 32 - User Guide NN.docx" />*/

p.p_58
{
	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_32
{
	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_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_39
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Code_4
{
	font-family: 'Courier New';
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.BodyText_33
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.TOC1_8
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_8
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}

p.TOC3_8
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-style: italic;
}

div.div_18
{
	width: 471.55pt;
	height: 104.77pt;
	margin-top: 336.16pt;
	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_19
{
	width: 486pt;
	height: 206.6pt;
	margin-top: 135.5pt;
	margin-left: 0;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-top: 0;
	v-text-anchor: bottom;
	background-color: none;
}

span.span_60
{
	font-weight: bold;
	font-style: italic;
	color: #595959;
}

span.span_61
{
	font-style: italic;
	color: #595959;
}

span.span_62
{
	font-weight: bold;
	font-size: 18pt;
}

p.Content_body_15
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

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.Content_indented_13
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

ul.ul_24
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 36pt;
}

p.Note_6
{
	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;
	font-size: 10pt;
}

li.Note_6
{
	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;
	font-size: 10pt;
}

p.BodyText2_7
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

p.ListContinue2_10
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

img.img_226
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 540px;
	height: 283px;
}

img.img_227
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 565px;
	height: 296px;
}

img.img_228
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 564px;
	height: 295px;
}

p.Table_Header_8
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_8
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

img.img_229
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 537px;
	height: 87px;
}

col.col_60
{
	width: 80pt;
}

col.col_61
{
	width: 42pt;
}

col.col_62
{
	width: 224pt;
}

th.th_16
{
	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: 0pt;
	padding-right: 6pt;
}

th.th_17
{
	background-color: #E7E6E6;
	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: 0pt;
	padding-right: 6pt;
}

p.Table_Header_8_1
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
}

tr.tr_37
{
	margin-left: 31pt;
}

td.td_40
{
	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: 0pt;
	padding-right: 6pt;
}

td.td_41
{
	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: 0pt;
	padding-right: 6pt;
}

img.img_230
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 20px;
	height: 23px;
}

img.img_231
{
	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_232
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 22px;
	height: 22px;
}

img.img_233
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 23px;
	height: 21px;
}

img.img_234
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 25px;
	height: 24px;
}

img.img_235
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 19px;
	height: 19px;
}

img.img_236
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 20px;
	height: 19px;
}

img.img_237
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 18px;
	height: 21px;
}

img.img_238
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 19px;
	height: 20px;
}

img.img_239
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 19px;
	height: 21px;
}

img.img_240
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 22px;
	height: 24px;
}

img.img_241
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 25px;
	height: 23px;
}

img.img_242
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 22px;
	height: 23px;
}

img.img_243
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 24px;
	height: 23px;
}

img.img_244
{
	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_245
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 18px;
	height: 20px;
}

img.img_246
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 18px;
	height: 18px;
}

table.TableGrid_10
{
	border-collapse: collapse;
	margin-bottom: 0pt;
	margin-left: 31pt;
}

p.Note_indented_6
{
	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;
	font-size: 10pt;
}

li.Note_indented_6
{
	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;
	font-size: 10pt;
}

img.img_247
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 178px;
	height: 155px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_248
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 441px;
	height: 271px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_249
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 126px;
	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_250
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 224px;
	height: 233px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_251
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 224px;
	height: 219px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Note_indented_6_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;
	font-weight: bold;
	font-size: 16pt;
}

li.Note_indented_6_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: 63pt;
	font-weight: bold;
	font-size: 16pt;
}

img.img_252
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 201px;
	height: 366px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_253
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 202px;
	height: 104px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_254
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 560px;
	height: 123px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

span.Bold_3
{
	font-weight: normal;
	font-style: italic;
}

p.Content_indentend_2_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
}

p.ListBullet3_5
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3_5
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

img.img_255
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 213px;
	height: 69px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-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: 481px;
	height: 119px;
}

img.img_257
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 209px;
	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;
}

span.Content_indentend_2Char
{
	font-size: 10pt;
}

p.ListContinue3_3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-size: 10pt;
}

img.img_258
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 212px;
	height: 460px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-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: 382px;
	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_260
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 236px;
	height: 100px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_261
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 548px;
	height: 85px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_262
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 550px;
	height: 170px;
}

img.img_263
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 213px;
	height: 147px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_264
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 214px;
	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_265
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 551px;
	height: 170px;
}

p.Content_body_15_1
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-left: 36pt;
}

img.img_266
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 549px;
	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_267
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 433px;
	height: 127px;
}

img.img_268
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 431px;
	height: 142px;
}

img.img_269
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 213px;
	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;
}

p.ListBullet2_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 16pt;
}

li.ListBullet2_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-weight: bold;
	font-size: 16pt;
}

img.img_270
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 221px;
	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.BodyText2_7_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-weight: bold;
	font-size: 16pt;
}

p.Image_number_4
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
}

img.img_271
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 200px;
	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_272
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 222px;
	height: 152px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.Image_number_4_1
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	page-break-after: avoid;
	text-align: left;
}

img.img_273
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 228px;
	height: 309px;
}

img.img_274
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 587px;
	height: 137px;
}

img.img_275
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 272px;
	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_276
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 441px;
	height: 75px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_277
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 201px;
	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_278
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 480px;
	height: 326px;
}

col.col_63
{
	width: 136pt;
}

col.col_64
{
	width: 56pt;
}

col.col_65
{
	width: 57pt;
}

col.col_66
{
	width: 116pt;
}

col.col_67
{
	width: 104pt;
}

col.col_68
{
	width: 113pt;
}

p.Table_Header_8_2
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 10pt;
}

tr.tr_38
{
	margin-left: 27pt;
	height: 22pt;
}

img.img_279
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 176px;
	height: 209px;
}

img.img_280
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 440px;
	height: 74px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-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: 202px;
	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_282
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 564px;
	height: 298px;
}

img.img_283
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 169px;
	height: 164px;
}

img.img_284
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 215px;
	height: 244px;
}

img.img_285
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 547px;
	height: 319px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_286
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 550px;
	height: 321px;
}

img.img_287
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 551px;
	height: 321px;
}

img.img_288
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 549px;
	height: 313px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_289
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 265px;
	height: 42px;
}

img.img_290
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 189px;
	height: 94px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_291
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 549px;
	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;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\27\Aras Office Productivity Connector 27 - Administrator Guide.docx" />*/

p.p_59
{
	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_33
{
	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_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_42
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.BodyText_34
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.Procedure_Title_10
{
	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_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_16
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet_6
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 4pt;
	margin-bottom: 2pt;
	letter-spacing: 0pt;
}

li.ListBullet_6
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 4pt;
	margin-bottom: 2pt;
	letter-spacing: 0pt;
}

p.Content_indented_14
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.BodyText2_8
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

p.Note_indented_7
{
	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;
	font-size: 10pt;
}

li.Note_indented_7
{
	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;
	font-size: 10pt;
}

p.ListContinue2_11
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

p.ListBullet3_6
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3_6
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListContinue3_4
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-size: 10pt;
}

p.Table_Header_9
{
	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;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Table_Title_3
{
	font-family: Arial;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-top: 12pt;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\27\Aras Office Productivity Connector 27 - Installation Guide.docx" />*/

p.p_60
{
	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_34
{
	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_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_43
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Code_5
{
	font-family: 'Courier New';
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.BodyText_35
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.Procedure_Title_11
{
	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_10
{
	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_17
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_15
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_7
{
	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;
	font-size: 10pt;
}

li.Note_7
{
	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;
	font-size: 10pt;
}

p.BodyText2_9
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

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_10
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet3_7
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3_7
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet_7
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	letter-spacing: 0pt;
}

li.ListBullet_7
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	letter-spacing: 0pt;
}

p.Content_indented_3_3
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

p.ListContinue2_12
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

p.ListContinue4_4
{
	text-indent: -18pt;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 63pt;
}

img.img_292
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 481px;
	height: 58px;
}

p.Note_indented_8
{
	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;
	font-size: 10pt;
}

li.Note_indented_8
{
	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;
	font-size: 10pt;
}

img.img_293
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 312px;
	height: 228px;
}

img.img_294
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 312px;
	height: 188px;
}

img.img_295
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 312px;
	height: 168px;
}

img.img_296
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 312px;
	height: 329px;
}

img.img_297
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 454px;
	height: 308px;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\27\Aras Office Productivity Connector 27 - Release Notes.docx" />*/

p.p_61
{
	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_35
{
	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_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_44
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.BodyText_36
{
	font-family: Verdana;
	font-size: 10pt;
	margin-bottom: 6pt;
}

p.TOC2_11
{
	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.BodyText_36_1
{
	font-family: Verdana;
	font-size: 10pt;
	margin-bottom: 6pt;
	margin-left: 5pt;
	margin-right: 0pt;
}

div.div_20
{
	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_18
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_16
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 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_11
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Table_Body_11
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_2_2
{
	page-break-after: avoid;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 29pt;
}

p.Content_indented_3_4
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	font-size: 10pt;
}

col.col_69
{
	width: 428pt;
}

tr.tr_39
{
	margin-left: 0pt;
	height: 20pt;
}

col.col_70
{
	width: 234pt;
}

col.col_71
{
	width: 194pt;
}

p.NormalWeb_3
{
	font-family: Tahoma;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: center;
	color: #FF0000;
	font-size: 1pt;
}

div.div_21
{
	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:\Aras Current Work\OPC\27\Aras Office Productivity Connector 27 - SaaS Installation Guide.docx" />*/

p.p_62
{
	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_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_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_45
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.TOC1_11
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_12
{
	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_19
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_17
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.BodyText2_10
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

p.BodyText_37
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.ListContinue2_13
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

p.ListContinue4_5
{
	text-indent: -18pt;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 63pt;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\27\Aras Office Productivity Connector 27 - User Guide.docx" />*/

p.p_63
{
	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_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_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_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_46
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Code_6
{
	font-family: 'Courier New';
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.BodyText_38
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.TOC1_12
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_13
{
	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_20
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_18
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_8
{
	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;
	font-size: 10pt;
}

li.Note_8
{
	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;
	font-size: 10pt;
}

p.BodyText2_11
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

p.ListContinue2_14
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

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_12
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Note_indented_9
{
	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;
	font-size: 10pt;
}

li.Note_indented_9
{
	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;
	font-size: 10pt;
}

p.Listbulletembedded3
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.Listbulletembedded3
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.ListNumberembedded2
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

li.ListNumberembedded2
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
}

p.Note_indented5
{
	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_indented5
{
	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.ListContinueembedded2
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 63pt;
}

li.Note_indented5_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: 99pt;
}

img.img_298
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 536px;
	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_299
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 540px;
	height: 167px;
}

img.img_300
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 539px;
	height: 166px;
}

img.img_301
{
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	width: 537px;
	height: 308px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.ListContinue3_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-size: 10pt;
}

li.ListBullet2_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 16pt;
}

p.Image_number_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
}

p.ListBullet3_8
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3_8
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\14\Aras Office Productivity Connector 14 - Administrator Guide.docx" />*/

p.p_64
{
	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_38
{
	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_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_47
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.BodyText_39
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.Procedure_Title_12
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_13
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_14
{
	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_21
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet_8
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 4pt;
	margin-bottom: 2pt;
	letter-spacing: 0pt;
}

li.ListBullet_8
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 4pt;
	margin-bottom: 2pt;
	letter-spacing: 0pt;
}

p.Content_indented_19
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.BodyText2_12
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

p.Note_indented_10
{
	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;
	font-size: 10pt;
}

li.Note_indented_10
{
	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;
	font-size: 10pt;
}

p.ListContinue2_15
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

p.ListBullet3_9
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3_9
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListContinue3_6
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-size: 10pt;
}

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_13
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Table_Title_4
{
	font-family: Arial;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-top: 12pt;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\14\Aras Office Productivity Connector 14 - Installation Guide.docx" />*/

p.p_65
{
	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_39
{
	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_31
{
	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_48
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Code_7
{
	font-family: 'Courier New';
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.BodyText_40
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.Procedure_Title_13
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_14
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_15
{
	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_22
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_20
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_9
{
	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;
	font-size: 10pt;
}

li.Note_9
{
	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;
	font-size: 10pt;
}

p.BodyText2_13
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

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_14
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

ul.ul_32
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 72pt;
}

p.ListBullet3_10
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3_10
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet_9
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	letter-spacing: 0pt;
}

li.ListBullet_9
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	letter-spacing: 0pt;
}

p.Content_indented_3_5
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

p.ListContinue2_16
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

p.ListContinue4_6
{
	text-indent: -18pt;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 63pt;
}

p.Note_indented_11
{
	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;
	font-size: 10pt;
}

li.Note_indented_11
{
	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;
	font-size: 10pt;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\14\Aras Office Productivity Connector 14 - User Guide.docx" />*/

p.p_67
{
	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_34
{
	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_50
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Code_8
{
	font-family: 'Courier New';
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.BodyText_42
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.TOC1_15
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_17
{
	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_24
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_22
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_10
{
	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;
	font-size: 10pt;
}

li.Note_10
{
	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;
	font-size: 10pt;
}

p.BodyText2_14
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

p.ListContinue2_17
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

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_16
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Note_indented_12
{
	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;
	font-size: 10pt;
}

li.Note_indented_12
{
	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;
	font-size: 10pt;
}

p.ListContinue3_7
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-size: 10pt;
}

p.Image_number_6
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
}

p.ListBullet3_11
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3_11
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\14\Aras Office Productivity Connector 14 - Release Notes.docx" />*/

p.p_66
{
	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_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_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_49
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.BodyText_41
{
	font-family: Verdana;
	font-size: 10pt;
	margin-bottom: 6pt;
}

p.TOC2_16
{
	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_23
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_21
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

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_15
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Table_Body_15
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_2_3
{
	page-break-after: avoid;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 29pt;
}

p.BodyText3_5
{
	margin-left: 36pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-right: 58pt;
	font-weight: bold;
	font-size: 10pt;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\14\Aras Office Productivity Connector 14 - Release Notes.docx" />*/
/*<meta sourceDocument="C:\Aras Current Work\OPC\14\Aras Office Productivity Connector 14 - Release Notes.docx" />*/

p.p_68
{
	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_42
{
	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_35
{
	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_51
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.BodyText_43
{
	font-family: Verdana;
	font-size: 10pt;
	margin-bottom: 6pt;
}

p.TOC2_18
{
	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_25
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_23
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Header_17
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_17
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Table_Body_17
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_2_4
{
	page-break-after: avoid;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 29pt;
}

p.BodyText3_6
{
	margin-left: 36pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-right: 58pt;
	font-weight: bold;
	font-size: 10pt;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\22\Aras Office Productivity Connector 22 - Administrator Guide.docx" />*/

p.p_69
{
	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_43
{
	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_36
{
	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_24
{
	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.BodyText_44
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.Procedure_Title_14
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_16
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_19
{
	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_26
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet_10
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 4pt;
	margin-bottom: 2pt;
	letter-spacing: 0pt;
}

li.ListBullet_10
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 4pt;
	margin-bottom: 2pt;
	letter-spacing: 0pt;
}

p.Content_indented_24
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.BodyText2_15
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

p.Note_indented_13
{
	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;
	font-size: 10pt;
}

li.Note_indented_13
{
	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;
	font-size: 10pt;
}

p.ListContinue2_18
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

p.ListBullet3_12
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3_12
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListContinue3_8
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-size: 10pt;
}

p.Table_Header_18
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_18
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Table_Title_5
{
	font-family: Arial;
	margin-bottom: 3pt;
	font-size: 10pt;
	margin-top: 12pt;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\22\Aras Office Productivity Connector 22 - Installation Guide.docx" />*/

p.p_70
{
	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_44
{
	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_37
{
	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_25
{
	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.Code_9
{
	font-family: 'Courier New';
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.BodyText_45
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.Procedure_Title_15
{
	font-family: Arial;
	margin-bottom: 8pt;
	page-break-after: avoid;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1_17
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_20
{
	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_27
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_25
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_11
{
	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;
	font-size: 10pt;
}

li.Note_11
{
	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;
	font-size: 10pt;
}

p.BodyText2_16
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

p.Table_Header_19
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_19
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet3_13
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3_13
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.ListBullet_11
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	letter-spacing: 0pt;
}

li.ListBullet_11
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	letter-spacing: 0pt;
}

p.Content_indented_3_6
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
}

p.ListContinue2_19
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

p.ListContinue4_7
{
	text-indent: -18pt;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 63pt;
}

p.Note_indented_14
{
	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;
	font-size: 10pt;
}

li.Note_indented_14
{
	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;
	font-size: 10pt;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\22\Aras Office Productivity Connector 22 - Release Notes.docx" />*/

p.p_71
{
	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_45
{
	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_38
{
	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_54
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.BodyText_46
{
	font-family: Verdana;
	font-size: 10pt;
	margin-bottom: 6pt;
}

p.TOC2_21
{
	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_28
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_26
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Table_Header_20
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_20
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.Table_Body_20
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_2_5
{
	page-break-after: avoid;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 29pt;
}

p.BodyText3_7
{
	margin-left: 36pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-right: 58pt;
	font-weight: bold;
	font-size: 10pt;
}

/*<meta sourceDocument="C:\Aras Current Work\OPC\22\Aras Office Productivity Connector 22 - User Guide.docx" />*/

p.p_72
{
	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_46
{
	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_39
{
	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_55
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	margin-bottom: 8pt;
	font-size: 10pt;
	vertical-align: top;
}

p.Code_10
{
	font-family: 'Courier New';
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.BodyText_47
{
	font-family: Verdana;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 22pt;
	font-size: 10pt;
}

p.TOC1_18
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2_22
{
	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_29
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Content_indented_27
{
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-left: 18pt;
}

p.Note_12
{
	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;
	font-size: 10pt;
}

li.Note_12
{
	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;
	font-size: 10pt;
}

p.BodyText2_17
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 27pt;
	font-size: 10pt;
}

p.ListContinue2_20
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 45pt;
	font-size: 10pt;
}

p.Table_Header_21
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body_21
{
	margin-left: 14pt;
	font-family: Arial;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

p.Note_indented_15
{
	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;
	font-size: 10pt;
}

li.Note_indented_15
{
	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;
	font-size: 10pt;
}

p.ListContinue3_9
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 54pt;
	font-size: 10pt;
}

p.Image_number_7
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	page-break-after: avoid;
}

p.ListBullet3_14
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

li.ListBullet3_14
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
}

