/*<meta />*/

/*<meta sourceDocument="C:\Flare\Integrator - lansa093\intengb1.docx" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* 23 04 2018 - Badge added for link to feature help. */
/* 04 05 2018 - Badge changed to blue. */
/* 25 09 2018 - NoteDescription added for front page */
/* 08 10 2018 - added tablebold to align rows   */
/* 07 11 2018 - responsiveness added to body, tables and images */
/* 25 01 2019 - added CourierCharacterUnderline for code examples */
/* 13 02 2019 - reformatted character/span styles */
/* 08 04 2019 - added table-icon style to stop icons in tables being reduced for small screen display */
/* 05 07 2019 - reduced width between letters in courier fonts*/

@media screen
{
	/* next section displays screen banner and links */

	body
	{
		padding: 0px 0px 0px 20px;
		font-size: 80%;
		font-family: Verdana, Helvetica, sans-serif;
		line-height: 180%;
		font-weight: normal;
		text-decoration: none;
		color: #3B3838;
	}

	a,
	a:visited,
	a:link
	{
		color: #4169e1;
		text-indent: 0cm;
		font-size: 100%;
		text-decoration: none;
	}

	a:hover,
	a:focus
	{
		text-decoration: underline;
		color: #009b5d;
	}

	/* end of section displaying screen banner and links */
	/* beginning of screen body styles, excluding lists and tables */

	p.CoverBodyText,
	p.CoverGuideName
	{
		margin: 8px 0cm 3px 5px;
		font-family: Verdana, Helvetica, sans-serif;
		color: #2F4F4F;
		font-size: 9.5pt;
		line-height: 18px;
	}

	p.CoverGuideName
	{
		margin: 14px 0cm 0px 5px;
		font-weight: bold;
	}

	p.BodyTextBold
	{
		font-weight: bold;
	}

	p.BodyTextItalic
	{
		font-style: italic;
	}

	p.BodytextIndent
	{
		margin: 0 0 5px 30px;
	}

	p.Note,
	p.NoteIndent,
	p.NoteDescription
	{
		margin: 10pt 60px 5pt 2px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		background-color: #f0f7fb;
		border: solid 1px #3498db;
		border-radius: 6px;
		line-height: 18px;
		overflow: hidden;
		padding: 8px 12px 12px 14px;
	}

	p.NoteIndent
	{
		margin: 10pt 60px 5pt 26px;
	}

	p.NoteDescription
	{
		background-color: RGB(239,244,251);
		border: solid 1px #3062ae;
	}

	p.ScreenBitmap
	{
		margin: 10px 0 10px 30px;
		text-align: left;
		page-break-inside: avoid;
	}

	p.ScreenBitmap img,
	td img
	{
		display: block;
		max-width: 100%;
		height: auto !important;
	}

	p.Caption
	{
		font-size: 9pt;
		font-style: italic;
		margin: 0px 0 3px 30px;
	}

	p.Link
	{
		margin: 2px 0 0 0;
	}

	p.Tips
	{
		margin: 6px 0cm 0px 0px;
		font-weight: bold;
		font-size: 10pt;
		color: #ff4040;
	}

	p.Graphic
	{
		font-size: 7pt;
		font-family: Verdana, Helvetica, sans-serif;
		margin: 0px;
		text-indent: 0cm;
	}

	/* screen Links and references within Body */

	p.Alsoseebody,
	p.FurtherInformationBody
	{
		margin: 3x 0px 3px 3px;
		text-indent: 0px;
	}

	p.Alsoseeheading,
	p.FurtherInformationHeading
	{
		font-weight: bold;
		text-indent: 0cm;
		margin: 12px 0px 5px 2px;
		color: #3B3838;
	}

	p.Next
	{
		margin: 20 0 120px 10px;
		padding: 60px 0px 60px 0px;
	}

	p.Jump2TopTopic
	{
		margin: 12px 0px 5px 2px;
	}

	/* End of screen references and links */
	/* Consolas font styles within body text */

	p.Commandpara,
	p.ProgramExample,
	p.ProgramExampleComment,
	p.ProgramExampleBold,
	p.ProgramFragment,
	p.ProgramExampleBox,
	p.PseudoProgramCode,
	p.ProgramExampleRed
	{
		font-family: "Consolas";
		margin: 0px 0px 0px 26px;
		font-size: 11pt;
		letter-spacing: 0.05px;
		line-height: 140%;
	}

	p.Commandpara
	{
		text-indent: 1.5cm;
		font-weight: bold;
	}

	p.ProgramExampleComment
	{
		color: #888888;
		font-style: italic;
	}

	p.ProgramExampleRed
	{
		color: #E71821;
	}

	p.ProgramExampleBold
	{
		font-weight: bold;
	}

	p.PseudoProgramCode
	{
		margin: 0px 0px 6px 26px;
		padding-left: 22px;
		border-left-style: solid;
		border-width: 5px;
		border-color: #C4C4C4;
	}

	p.ProgramExampleBox
	{
		margin: 0 0 0 20px;
		text-indent: .25cm;
		background-repeat: repeat;
		background-color: #E2DEDE;
		width: 85%;
	}

	/* End of Consolas font styles within body text */
	/* Courier font styles within body text */

	p.Picture,
	p.ScreenText,
	p.ScreenOnly,
	p.ScreenTextOnly,
	p.ScreenTextTable,
	p.SyntaxDiagram,
	p.SyntaxDiagramVL
	{
		font-family: "Courier New";
		text-indent: 0pt;
		margin: 0;
		font-size: 9pt;
		line-height: 120%;
		letter-spacing: 0.05px;
	}

	p.ScreenText,
	p.ScreenTextTable
	{
		page-break-inside: avoid;
	}

	p.ScreenOnly
	{
		margin: 0 4px;
	}

	p.SyntaxDiagram,
	p.SyntaxDiagramVL
	{
		margin-left: 8px;
		font-style: italic;
		background-color: #ffffcc;
		width: 75%;
		min-width: 523px;
	}

	/* End of screen Courier font styles within body text */
	/* Screen numbering and bullet styles   */

	ul.BulletLeft_1 li
	{
		margin: 6px 0 0px 0x;
		text-indent: -20px;
		padding-left: 3px;
	}

	ul
	{
		margin-left: 0 !important;
		padding-left: 20px;
	}

	ul ul
	{
		margin-left: 30px;
	}

	li.BulletLeft
	{
		margin: 6px 0 0px 0px;
		padding-left: 3px;
	}

	li.BulletIndent
	{
		margin: 6px 0px 6px 20px;
	}

	ul
	{
		margin: 0;
	}

	p.NumberManual
	{
		margin: 6pt 0 6pt 20px;
		text-indent: -22px;
		padding-bottom: 4px;
		padding-left: 5px;
	}

	p.Numbermanualindent
	{
		margin: 6px 0 6px 1.27cm;
		text-indent: -22px;
		padding-left: 3px;
		padding-bottom: 4px;
	}

	/* this section displays tables on screen   */

	table
	{
		margin-left: 10px;
	}

	th
	{
		padding-left: 2px;
		text-align: left;
		vertical-align: top;
	}

	table table + p
	{
		display: none;
	}

	/* the following table entries are necessary to make the borders on table cells display when present on screens */

	td table
	{
		border: solid 1px #bfbfbf;
		border-collapse: collapse;
		color: #3B3838;
	}

	td table tr td
	{
		padding-right: 6px;
		padding-left: 7px;
		vertical-align: top;
		border: solid 1px #bfbfbf;
	}

	/* Table border styles */

	table.border-style
	{
		margin-left: 10px;
		border: 1px solid grey;
		border-spacing: 0;
		border-collapse: collapse;
	}

	table.border-style td
	{
		vertical-align: top;
		border: 1px solid #ddd;
	}

	/* Responsive table styles */

	.table-responsive
	{
		overflow-x: auto;
		min-height: 0.01%;
	}

	@media screen and (max-width: 767px)
	{
		table
		{
			margin-left: 0;
		}

		.table-responsive
		{
			width: 100%;
			margin-bottom: 15px;
			overflow-y: hidden;
			-ms-overflow-style: -ms-autohiding-scrollbar;
		}

		.table-responsive > .table
		{
			margin-bottom: 0;
		}

		.table-responsive > .table > thead > tr > th,
		.table-responsive > .table > tbody > tr > th,
		.table-responsive > .table > tfoot > tr > th,
		.table-responsive > .table > thead > tr > td,
		.table-responsive > .table > tbody > tr > td,
		.table-responsive > .table > tfoot > tr > td
		{
			white-space: nowrap;
		}
	}

	/*End 767px */

	p.tabletext,
	p.tablebold,
	p.tabletextitalic
	{
		margin: 6px 0 4px 4px;
	}

	p.tablebold
	{
		font-weight: bold;
	}

	p.tabletextitalic
	{
		font-style: italic;
	}

	.tableicon img
	{
		max-width: none;
	}

	p.tabletextheading
	{
		margin: 6px 0 4px 4px;
		font-weight: bold;
	}

	p.tabletextheadingsmall
	{
		font-size: 70%;
		font-family: Verdana, Helvetica, sans-serif;
		line-height: 180%;
		margin: 6px 0 4px 4px;
		font-weight: bold;
	}

	p.Tabletext1
	{
		font-size: 10pt;
		margin: 6px 0 4px 4px;
	}

	p.TabletextStyle
	{
		font-size: 9pt;
		margin: 2px 0 2px 0px;
	}

	td
	{
		vertical-align: top;
	}

	p.ServerSyntax
	{
		padding: 6px;
		margin: 0;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 8pt;
		background-color: #D09f65;
	}

	/* following is to use for invalid screen styles  */

	p.Red
	{
		font-size: 15pt;
		font-weight: bold;
		color: #E71821;
		background-color: #ffffcc;
		width: 75%;
		min-width: 523px;
	}

	/* end of screen body text   */
	/* Screen character styles   */

	span.Bold,
	span.BoldArial
	{
		font-weight: bold;
	}

	span.Blue
	{
		color: #1004B0;
	}

	span.BlueBold
	{
		color: #3062ae;
		font-weight: bold;
	}

	td span.Bold
	{
		margin: 6px 0 4px 4px;
		/* display:block; */
	}

	span.Button
	{
		font-style: italic;
	}

	span.CourierNewCharacter,
	span.CourierCharacterUnderline,
	span.CourierCharacterRed,
	span.CourierCharacterBold
	{
		font-family: "Consolas";
		font-size: 11pt;
		letter-spacing: 1px;
		font-weight: normal;
		text-decoration: none;
	}

	span.CourierCharacterUnderline
	{
		text-decoration: underline;
	}

	span.CourierCharacterRed
	{
		font-weight: bold;
		color: #E71821;
	}

	span.CourierCharacterBold
	{
		font-weight: bold;
	}

	span.highlight
	{
		display: inline-block;
		background-color: #ffff00;
	}

	span.Inserttext
	{
		color: #008000;
	}

	span.italics
	{
		font-style: italic;
	}

	span.ItalicUnderline
	{
		font-style: italic;
		text-decoration: underline;
	}

	span.LansaHtmlCharacter
	{
		display: none;
	}

	span.LansaHtmlCharacterDisplay
	{
		color: #0029f6;
	}

	span.PortabilityChar
	{
		font-weight: bold;
		color: #800000;
	}

	span.Red
	{
		font-weight: bold;
		color: #E71821;
	}

	span.Symbol
	{
		font-size: 9pt;
		color: #0101FF;
		padding-right: 2px;
	}

	span.Underline
	{
		text-decoration: underline;
	}

	span.VLFWAM
	{
		font-weight: bold;
		color: #0000FF;
	}

	span.VLFWebEvent
	{
		font-weight: bold;
		color: #339966;
	}

	span.VLFWindows
	{
		font-weight: bold;
		color: #FF0000;
	}

	/* End of screen character styles   */
	/* screen non-serif font for headings and title follow   */

	p.TitleCSS,
	p.CoverSubHead
	{
		font-size: 26pt;
		line-height: 110%;
		margin: 22px 0px 22px 0px;
		text-indent: 3px;
		font-style: normal;
		letter-spacing: -1px;
		color: #3062ae;
		font-family: Verdana, Helvetica, sans-serif;
		text-decoration: none;
	}

	p.CoverSubHead
	{
		margin: 12px 0px 2px 0px;
		font-size: 14pt;
		letter-spacing: -1px;
	}

	h1.heading1 a,
	h2.heading2 a,
	h3.heading3 a,
	h4.heading4 a,
	h5.heading5 a,
	h6.heading6 a
	{
		font-family: Verdana, Helvetica, sans-serif;
	}

	h7.Heading7,
	h8.Heading8
	{
		font-size: 12pt;
		font-weight: bold;
	}

	h1
	{
		display: none;
		font-size: 16pt;
		margin: 6pt 0;
		text-indent: 3px;
	}

	h2
	{
		font-size: 18pt;
		margin: 22px 0px 22px 0px;
		text-indent: 0px;
		letter-spacing: -1px;
		font-weight: normal;
		color: #3062ae;
		text-decoration: none;
		line-height: 140%;
	}

	h3,
	h4,
	h5,
	h6
	{
		font-size: 12pt;
		margin: 20pt 0 0 0;
		text-indent: 0px;
	}

	p.BoldTitle,
	p.BoldTitleGray,
	p.Step,
	p.Paramhead,
	p.BoldTitleIndent,
	.Portability
	{
		font-size: 10pt;
		font-weight: bold;
		margin: 9pt 0 3pt 0pt;
		color: #696969;
	}

	p.BoldTitle
	{
		font-size: 11pt;
		color: #1A1819;
	}

	p.BoldTitleGray
	{
		font-size: 11pt;
		color: #3B3838;
		font-weight: normal;
		p: ;
		margin: 15pt 0 1pt 0pt;
	}

	p.BoldTitleIndent
	{
		margin: 6pt 0 1pt .5cm;
	}

	p.Paramhead
	{
		background-color: #bfc2fb;
		width: 200px;
	}

	p.Portability
	{
		font-weight: bold;
		margin: 4pt;
		color: #800000;
	}

	p.ScreenHeading
	{
		margin: 6pt 0 0pt 0pt;
		font-weight: bold;
		color: #3B3838;
	}

	/* end of screen heading and title section */
	/* Hidden styles in screen body   */

	p.BookmarkLine,
	p.Pagebreak,
	p.PicturePrint,
	p.HelpId,
	p.Hidden,
	p.PrintOnly,
	p.MadcapField,
	p.TutorialName,
	p.Space
	{
		display: none;
	}

	/* The following lines are used to format the message at the top of the page */

	.MCWebHelpFramesetLinkTop
	{
		background: url('../../../skins/default/stylesheets/images/diagonal_lines_blue.png');
		margin: 0 0 0 -20px;
		padding: 3px 0 0 20px;
	}

	.MCWebHelpFramesetLinkTop a
	{
		background-image: url('../../../skins/default/stylesheets/images/logo_v15_1.png');
		background-repeat: no-repeat;
		display: block;
		padding-top: 39px;
	}

	.MCWebHelpFramesetLink.MCWebHelpFramesetLinkTop a
	{
		color: #ffffff;
		font-weight: normal;
	}

	/* End of lines formatting the top of page text */
	/* The following styles are needed to format the xrefs as we want them to be   */

	MadCap|xref
	{
		mc-format: '{paratext}';
		text-decoration: none;
		font-size: 100%;
	}

	MadCap|tocProxy
	{
		border: #8b0000;
		display: none;
	}

	.MCBreadcrumbsPrefix
	{
		display: none;
	}

	a.MCBreadcrumbsLink
	{
		font-size: 8pt;
	}

	span.MCBreadcrumbs
	{
		mc-breadcrumbs-prefix: ' ';
		mc-breadcrumbs-count: 5;
		color: #3B3838;
		font-size: 8pt;
	}

	div.MCBreadcrumbsBox_0
	{
		border-bottom-color: #e7e7e7;
		padding: 4px 0;
		font-size: 8pt;
		line-height: 1.4;
	}

	.badge
	{
		display: inline-block;
		min-width: 10px;
		padding: 3px 7px;
		font-size: 12px;
		color: #ffffff;
		line-height: 1;
		vertical-align: middle;
		white-space: nowrap;
		text-align: center;
		background-color: #777777;
		border-radius: 10px;
	}

	.badge:empty
	{
		display: none;
	}

	a.badge:hover,
	a.badge:focus
	{
		color: #4169e1;
		text-decoration: none;
		cursor: pointer;
	}

	a.badge-success
	{
		color: #ffffff;
		background-color: #3062ae;
	}
}

@media print
{
	body
	{
		margin: 0px 20px 0px 20px;
		overflow: none;
		color: #000000;
		font-family: "Times New Roman";
		font-size: 12pt;
		color: #3B3838;
	}

	.scrollregion
	{
		overflow: none;
		margin-left: 5pt;
		padding: 5px;
	}

	.Toolbar
	{
		display: none;
	}

	.MCBreadcrumbsPrefix
	{
		display: none;
	}

	a.MCBreadcrumbsLink
	{
		font-size: 10pt;
	}

	span.MCBreadcrumbs
	{
		mc-breadcrumbs-prefix: ' ';
		mc-breadcrumbs-count: 5;
		color: #3B3838;
		font-size: 10pt;
	}

	div.MCBreadcrumbsBox_0
	{
		border-bottom-color: #e7e7e7;
		padding: 4px 0;
		font-size: 10pt;
		line-height: 1.4;
	}

	a
	{
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
	}

	td,
	th
	{
		text-align: left;
		vertical-align: top;
	}

	/*.NsrSeparator{ display:none;}*/
	/*----------following are the print body text styles -------*/

	.xxxBodyText
	{
		margin: 4px 10px 4px 0;
		font-size: 100%;
		font-family: "Times New Roman";
		line-height: 120%;
		font-weight: normal;
		text-decoration: none;
		color: #3B3838;
	}

	.Alsoseebody
	{
		margin: 2px 0 2px 0;
	}

	.BodyTextBold
	{
		font-weight: bold;
	}

	.BodytextIndent
	{
		margin: 4px 0 4px 1cm;
	}

	.BodyTextItalic
	{
		font-style: italic;
	}

	.ScreenBitmap
	{
		margin: 8px 0 8px 30px;
		text-align: left;
	}

	p.Note,
	p.NoteIndent
	{
		margin: 10pt 60px 5pt 2px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		background-color: #f0f7fb;
		border: solid 1px #3498db;
		border-radius: 6px;
		line-height: 18px;
		overflow: hidden;
		padding: 8px 12px 12px 14px;
	}

	p.NoteIndent
	{
		margin: 10pt 60px 5pt 26px;
	}

	p.Graphic
	{
		font-size: 7pt;
		font-family: Verdana, Helvetica, sans-serif;
		margin: 0;
	}

	/*----------End of the printed body text styles -------*/
	/* Printed Consolas font styles within body text */

	p.Commandpara,
	p.ProgramExample,
	p.ProgramExampleComment,
	p.ProgramExampleBold,
	p.ProgramFragment,
	p.ProgramExampleBox,
	p.PseudoProgramCode,
	p.ProgramExampleRed
	{
		font-family: "Consolas";
		margin: 0px 0px 0px 26px;
		font-size: 11pt;
		letter-spacing: 0.05px;
		line-height: 140%;
	}

	p.Commandpara
	{
		text-indent: 1.5cm;
		font-weight: bold;
	}

	p.ProgramExampleComment
	{
		color: #888888;
		font-style: italic;
	}

	p.ProgramExampleRed
	{
		font-weight: bold;
	}

	p.ProgramExampleBold
	{
		font-weight: bold;
	}

	p.PseudoProgramCode
	{
		margin: 0px 0px 6px 26px;
		padding-left: 22px;
		border-left-style: solid;
		border-width: 5px;
		border-color: #C4C4C4;
	}

	p.ProgramExampleBox
	{
		margin: 0 0 0 20px;
		text-indent: .25cm;
		background-repeat: repeat;
		background-color: #C4C4C4;
		width: 85%;
	}

	/* End of printed Consolas font styles within body text */
	/* Printed Courier font styles within body text */

	p.Picture,
	p.ScreenText,
	p.ScreenOnly,
	p.ScreenTextOnly,
	p.ScreenTextTable,
	p.SyntaxDiagram,
	p.SyntaxDiagramVL
	{
		font-family: "Courier";
		text-indent: 0pt;
		margin: 0;
		font-size: 9pt;
		line-height: 120%;
		letter-spacing: 0.05px;
	}

	p.ScreenText,
	p.ScreenTextTable
	{
		page-break-inside: avoid;
	}

	p.ScreenOnly
	{
		margin: 0 4px;
	}

	p.SyntaxDiagram,
	p.SyntaxDiagramVL
	{
		margin-left: 8px;
		font-style: italic;
		background-color: #ffffcc;
		width: 75%;
		min-width: 523px;
	}

	/* End of printed Courier font styles within body text */
	/*----------Following are the printed List styles -------*/

	ul
	{
		padding: 0;
		margin: 0;
	}

	li.BulletIndent,
	li.BulletLeft
	{
		margin: 6px 0 6px 7px;
		padding-left: 3px;
	}

	li.BulletIndent
	{
		margin: 6px 0px 6px 20px;
	}

	p.NumberIndent,
	p.NumberManual,
	p.Numbermanualindent
	{
		margin: 3px 0 3px 0.63cm;
	}

	p.NumberIndent,
	p.NumberManualIndent
	{
		margin-left: 1.5cm;
		text-indent: -18px;
	}

	p.NumberManual
	{
		text-indent: -19px;
	}

	p.ListNumber,
	li.ListNumber,
	div.ListNumber
	{
		margin: 2px 0 2px 0.63cm;
		text-indent: -22px;
	}

	/*----------End of the printed List styles -------*/
	/*---------- following are the printed table styles --------------*/

	td table
	{
		border: solid 1px #bfbfbf;
		border-collapse: collapse;
	}

	td table tr td
	{
		padding-right: 4px;
		padding-left: 4px;
		vertical-align: top;
		border: solid 1px #bfbfbf;
	}

	p.tabletext,
	p.tablebold,
	p.tabletextitalic
	{
		margin: 6px 0 4px 4px;
	}

	p.tablebold
	{
		font-weight: bold;
	}

	p.tabletextitalic
	{
		font-style: italic;
	}

	.Tabletext1
	{
		margin: 0 0 0 4px;
		font-size: 8pt;
	}

	p.tabletextheading
	{
		margin: 6px 0 4px 4px;
		font-weight: bold;
		text-indent: 0;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 9pt;
	}

	p.ServerSyntax
	{
		padding: 6px;
		margin: 0;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		text-decoration: none;
		background-color: #D09f65;
	}

	/* -----------the following are the printed character styles---------*/

	span.Blue
	{
		color: #1004B0;
	}

	span.BlueBold
	{
		color: #3062ae;
		font-weight: bold;
	}

	span.Bold
	{
		font-weight: bold;
	}

	td span.Bold
	{
		margin: 6px 0 4px 4px;
		/* display:block; */
	}

	span.BoldArial
	{
		font-weight: bold;
	}

	span.Button
	{
		font-style: italic;
	}

	span.CourierNewCharacter,
	span.CourierCharacterUnderline,
	span.CourierCharacterRed,
	span.CourierCharacterBold
	{
		font-family: "Consolas";
		font-size: 11pt;
		letter-spacing: 1px;
		font-weight: normal;
		text-decoration: none;
	}

	span.CourierCharacterUnderline
	{
		text-decoration: underline;
	}

	span.CourierCharacterRed
	{
		font-weight: bold;
		color: #E71821;
	}

	span.CourierCharacterBold
	{
		font-weight: bold;
	}

	span.Hyperlink
	{
		font-family: Verdana, Helvetica, sans-serif;
		font-weight: normal;
		font-style: normal;
		text-decoration: underline;
		color: #0000FF;
	}

	span.highlight
	{
		display: inline-block;
		background-color: #ffff00;
	}

	span.Inserttext
	{
		color: #008000;
	}

	span.italics
	{
		font-style: italic;
	}

	span.ItalicUnderline
	{
		font-style: italic;
		text-decoration: underline;
	}

	span.LansaHtmlCharacter
	{
		display: none;
	}

	span.LansaHtmlCharacterDisplay
	{
		color: #0029f6;
	}

	span.PortabilityChar
	{
		font-weight: bold;
		color: #800000;
	}

	span.Red
	{
		font-weight: bold;
		color: #E71821;
	}

	span.Symbol
	{
		font-size: 9pt;
		color: #0101FF;
		padding-right: 2px;
	}

	span.Underline
	{
		text-decoration: underline;
	}

	span.VLFWAM
	{
		font-weight: bold;
		color: #0000FF;
	}

	span.VLFWebEvent
	{
		font-weight: bold;
		color: #339966;
	}

	span.VLFWindows
	{
		font-weight: bold;
		color: #FF0000;
	}

	/* End of printed character styles   */
	/*----------following are the printed non-serif styles -------*/

	h1
	{
		display: none;
	}

	h2,
	h3,
	h4,
	h5,
	h6,
	h7,
	h8
	{
		margin: 10px 0px 20px 0px;
		font-family: Verdana, Helvetica, sans-serif;
		font-weight: bold;
		color: #3B3838;
	}

	h2.Heading2
	{
		font-size: 16pt;
		color: #3B3838;
		font-weight: normal;
	}

	h3.Heading3
	{
		font-size: 14pt;
		font-weight: normal;
		page-break-before: none;
	}

	h4.Heading4
	{
		font-size: 12pt;
	}

	h5.Heading5,
	h6.Heading6,
	h6.Heading7,
	h6.Heading8
	{
		font-size: 11pt;
	}

	.Heading9
	{
		display: none;
	}

	p.BoldTitle,
	p.BoldTitleIndent,
	.BoldTitleRed,
	p.TutorialName,
	.Tips,
	.Step
	{
		margin: 12px 0 3px 0;
		font-weight: bold;
		font-family: Verdana, Helvetica, sans-serif;
		font-style: normal;
		text-decoration: none;
		font-size: 11pt;
		color: #778899;
	}

	p.BoldTitleIndent
	{
		margin: 8px 0 3px 1cm;
	}

	.BoldTitleRed
	{
		color: #FF0000;
	}

	p.TutorialName
	{
		margin: 0 0 3px 0;
		color: #008080;
		text-align: right;
		font-size: 9pt;
	}

	p.Pagebreak
	{
		page-break-before: always;
	}

	.Tips
	{
		font-style: italic;
		color: #FF0000;
	}

	p.Next
	{
		margin: 20 0 120px 10px;
		padding: 60px 0px 60px 0px;
	}

	p.HelpId,
	.Alsoseeheading,
	p.ParamHead,
	p.ScreenHeading,
	.Portability
	{
		margin: 8px 0 8px 0;
		font-family: Verdana, Helvetica, sans-serif;
		font-style: normal;
		text-decoration: none;
		font-size: 11pt;
		font-weight: normal;
	}

	.AlsoSeeHeading
	{
		margin: 6px 0 3px 0;
	}

	p.HelpId
	{
		margin: 3px 0 3px 0;
		color: #08843F;
		text-align: right;
	}

	p.ParamHead
	{
		color: #4518D8;
	}

	.Portability
	{
		color: #800000;
	}

	.Step
	{
		font-style: italic;
	}

	p.TitleCSS
	{
		font-weight: bold;
		font-size: 12pt;
		margin: 8px 0;
		text-indent: 3px;
		font-style: normal;
		font-family: Verdana, Helvetica, sans-serif;
		text-decoration: none;
		color: #4F81BD;
	}

	p.CoverBodyText,
	p.CoverGuideName
	{
		margin: 8px 0cm 3px 5px;
		font-family: Verdana, Helvetica, sans-serif;
		color: #2F4F4F;
		font-size: 9.5pt;
		line-height: 18px;
	}

	/*----------End of the printed Title styles -------*/
	/*---- the following are the print hidden styles -----*/

	Span.Symbol,
	.Blank,
	p.BookmarkLine,
	p.Hidden,
	.Link,
	.FurtherInformationBody,
	.FurtherInformationHeading,
	.SBNoPrint,
	.Jump2TopTopic,
	.Space
	{
		display: none;
	}

	/*---- End of the print hidden styles -----*/
	/*---- the following styles may never be needed again in print -----*/

	p.Content,
	p.tc1,
	p.tc2,
	p.Toc1,
	p.Toc2,
	p.Toc3,
	p.Toc4,
	p.Toc5,
	p.Toc6,
	p.Toc7,
	p.Toc8,
	p.Toc9
	{
		display: none;
	}

	.ExtractHeading4,
	.ExtractNumberManual,
	.ExtractNumberManualIndent,
	.ExtractBodyText,
	.ExtractProgramExample,
	.ExtractBulletIndent
	{
		display: none;
	}

	.FlashInformation
	{
		font-weight: normal;
		font-size: 10pt;
		color: #339900;
		margin: 8px 0 8px 3px;
		text-indent: 0;
		font-style: normal;
		font-family: "Times New Roman";
		text-decoration: none;
	}

	MadCap|tocProxy
	{
		display: none;
	}

	MadCap|xref.ParaTextOnly
	{
		mc-format: '{paratext}';
	}

	.MCBreadcrumbsPrefix
	{
		display: none;
	}

	a.MCBreadcrumbsLink
	{
		font-size: 8pt;
	}

	span.MCBreadcrumbs
	{
		mc-breadcrumbs-prefix: ' ';
		color: #3B3838;
		font-size: 8pt;
	}

	div.MCBreadcrumbsBox_0
	{
		border-bottom-color: #e7e7e7;
		padding: 4px 0;
	}
}

span.span_1
{
	font-size: 10pt;
}

p.Note_1
{
	border-top-style: solid;
	border-top-width: 6pt;
	border-top-color: #C0C0C0;
	border-left-style: solid;
	border-left-width: 6pt;
	border-left-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 6pt;
	border-bottom-color: #C0C0C0;
	border-right-style: solid;
	border-right-width: 6pt;
	border-right-color: #C0C0C0;
}

span.span_2
{
	font-family: Calibri;
	font-size: 12pt;
}

p.Note_2
{
	font-size: 10pt;
}

div.div_1
{
	border-top-style: solid;
	border-top-width: 6pt;
	border-top-color: #C0C0C0;
	border-left-style: solid;
	border-left-width: 6pt;
	border-left-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 6pt;
	border-bottom-color: #C0C0C0;
	border-right-style: solid;
	border-right-width: 6pt;
	border-right-color: #C0C0C0;
}

span.span_3
{
	font-family: Calibri;
}

p.p_1
{
	font-family: Verdana;
	font-style: italic;
	color: #3B3838;
	font-size: 10pt;
}

MadCap|xref.ParaTextOnly
{
	mc-format: '{paratext}';
}

ul.ul_1
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 18pt;
}

p.p_2
{
	font-family: Calibri;
}

li.li_1
{
	font-family: Calibri;
}

span.span_4
{
	font-size: 12pt;
}

span.span_5
{
	font-family: 'Courier New';
}

img.img_1
{
	visibility: visible;
	mso-wrap-style: square;
	width: 526px;
	height: 355px;
}

img.img_2
{
	visibility: visible;
	mso-wrap-style: square;
	width: 525px;
	height: 354px;
}

p.p_3
{
	font-size: 12pt;
}

span.span_6
{
	font-style: italic;
	font-size: 12pt;
}

p.ScreenHeading_1
{
	font-family: Calibri;
	font-size: 12pt;
}

h4.h4_1
{
	font-family: Calibri;
	font-size: 12pt;
}

col.col_1
{
	width: 482pt;
}

col.col_2
{
	width: 208pt;
}

col.col_3
{
	width: 199pt;
}

p.tabletext_1
{
	font-family: 'Times New Roman';
	font-size: 10pt;
}

td.td_1
{
	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;
}

span.span_7
{
	font-family: 'Times New Roman';
	font-size: 10pt;
}

td.td_2
{
	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_3
{
	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_4
{
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

table.table_1
{
	border-collapse: collapse;
}

td.td_5
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
}

li.li_2
{
	font-size: 12pt;
}

col.col_4
{
	width: 90pt;
}

col.col_5
{
	width: 85pt;
}

col.col_6
{
	width: 121pt;
}

col.col_7
{
	width: 62pt;
}

col.col_8
{
	width: 319pt;
}

td.td_6
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

td.td_7
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
}

td.td_8
{
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

td.td_9
{
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
}

table.table_2
{
	margin-left: 28pt;
	border-collapse: collapse;
}

col.col_9
{
	width: 31pt;
}

col.col_10
{
	width: 354pt;
}

td.td_10
{
	background-color: #auto;
}

p.ScreenHeading_2
{
	font-family: Calibri;
	font-weight: bold;
	font-size: 12pt;
}

col.col_11
{
	width: 100pt;
}

col.col_12
{
	width: 382pt;
}

p.p_4
{
	text-decoration: line-through;
	font-size: 12pt;
}

img.img_3
{
	visibility: visible;
	mso-wrap-style: square;
	width: 346px;
	height: 159px;
}

img.img_4
{
	visibility: visible;
	mso-wrap-style: square;
	width: 630px;
	height: 316px;
}

p.BoldTitle_1
{
	text-transform: uppercase;
}

img.img_5
{
	visibility: visible;
	mso-wrap-style: square;
	width: 455px;
	height: 258px;
}

img.img_6
{
	visibility: visible;
	mso-wrap-style: square;
	width: 462px;
	height: 532px;
}

img.img_7
{
	visibility: visible;
	mso-wrap-style: square;
	width: 244px;
	height: 165px;
}

img.img_8
{
	visibility: visible;
	mso-wrap-style: square;
	width: 398px;
	height: 548px;
}

img.img_9
{
	visibility: visible;
	mso-wrap-style: square;
	width: 622px;
	height: 299px;
}

col.col_13
{
	width: 123pt;
}

col.col_14
{
	width: 284pt;
}

span.span_8
{
	font-weight: bold;
	font-size: 12pt;
}

col.col_15
{
	width: 113pt;
}

col.col_16
{
	width: 291pt;
}

table.table_3
{
	margin-left: 13pt;
	border-collapse: collapse;
}

col.col_17
{
	width: 225pt;
}

col.col_18
{
	width: 99pt;
}

col.col_19
{
	width: 57pt;
}

col.col_20
{
	width: 95pt;
}

col.col_21
{
	width: 276pt;
}

col.col_22
{
	width: 86pt;
}

col.col_23
{
	width: 213pt;
}

table.table_4
{
	margin-left: 54pt;
	border-collapse: collapse;
}

p.tabletextheading_1
{
	font-weight: normal;
	font-size: 10pt;
}

col.col_24
{
	width: 34pt;
}

col.col_25
{
	width: 106pt;
}

col.col_26
{
	width: 299pt;
}

col.col_27
{
	width: 298pt;
}

span.span_9
{
	font-style: italic;
}

span.span_10
{
	font-weight: bold;
	font-size: 10pt;
}

col.col_28
{
	width: 98pt;
}

col.col_29
{
	width: 211pt;
}

col.col_30
{
	width: 71pt;
}

col.col_31
{
	width: 43pt;
}

col.col_32
{
	width: 64pt;
}

col.col_33
{
	width: 120pt;
}

col.col_34
{
	width: 44pt;
}

col.col_35
{
	width: 69pt;
}

col.col_36
{
	width: 56pt;
}

span.span_11
{
	font-weight: bold;
}

col.col_37
{
	width: 198pt;
}

table.table_5
{
	margin-left: 20pt;
	border-collapse: collapse;
}

col.col_38
{
	width: 214pt;
}

col.col_39
{
	width: 52pt;
}

col.col_40
{
	width: 104pt;
}

col.col_41
{
	width: 50pt;
}

tr.tr_1
{
	height: 9pt;
}

col.col_42
{
	width: 383pt;
}

span.span_12
{
	font-family: 'Courier New';
	font-size: 8pt;
}

span.span_13
{
	font-family: Arial;
	font-size: 9pt;
}

col.col_43
{
	width: 97pt;
}

col.col_44
{
	width: 89pt;
}

col.col_45
{
	width: 161pt;
}

td.td_11
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-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;
}

tr.tr_2
{
	height: 39pt;
}

col.col_46
{
	width: 140pt;
}

col.col_47
{
	width: 92pt;
}

col.col_48
{
	width: 128pt;
}

col.col_49
{
	width: 149pt;
}

col.col_50
{
	width: 76pt;
}

col.col_51
{
	width: 220pt;
}

col.col_52
{
	width: 163pt;
}

col.col_53
{
	width: 45pt;
}

col.col_54
{
	width: 288pt;
}

table.table_6
{
	margin-left: 23pt;
	border-collapse: collapse;
}

col.col_55
{
	width: 81pt;
}

col.col_56
{
	width: 252pt;
}

col.col_57
{
	width: 88pt;
}

col.col_58
{
	width: 248pt;
}

col.col_59
{
	width: 94pt;
}

col.col_60
{
	width: 246pt;
}

col.col_61
{
	width: 493pt;
}

col.col_62
{
	width: 27pt;
}

col.col_63
{
	width: 234pt;
}

col.col_64
{
	width: 173pt;
}

p.p_5
{
	page-break-after: avoid;
}

col.col_65
{
	width: 170pt;
}

col.col_66
{
	width: 23pt;
}

col.col_67
{
	width: 25pt;
}

col.col_68
{
	width: 233pt;
}

col.col_69
{
	width: 22pt;
}

col.col_70
{
	width: 206pt;
}

col.col_71
{
	width: 190pt;
}

col.col_72
{
	width: 280pt;
}

col.col_73
{
	width: 55pt;
}

col.col_74
{
	width: 326pt;
}

col.col_75
{
	width: 105pt;
}

col.col_76
{
	width: 135pt;
}

p.ProgramExample_1
{
	font-size: 11pt;
}

col.col_77
{
	width: 73pt;
}

col.col_78
{
	width: 60pt;
}

col.col_79
{
	width: 255pt;
}

col.col_80
{
	width: 66pt;
}

col.col_81
{
	width: 58pt;
}

col.col_82
{
	width: 224pt;
}

table.table_7
{
	margin-left: 5pt;
	border-collapse: collapse;
}

col.col_83
{
	width: 176pt;
}

col.col_84
{
	width: 124pt;
}

col.col_85
{
	width: 183pt;
}

img.img_10
{
	visibility: visible;
	mso-wrap-style: square;
	width: 686px;
	height: 408px;
}

img.img_11
{
	visibility: visible;
	mso-wrap-style: square;
	width: 692px;
	height: 375px;
}

col.col_86
{
	width: 139pt;
}

col.col_87
{
	width: 154pt;
}

col.col_88
{
	width: 147pt;
}

col.col_89
{
	width: 312pt;
}

col.col_90
{
	width: 93pt;
}

col.col_91
{
	width: 232pt;
}

p.p_6
{
	color: black;
	text-decoration: none;
}

col.col_92
{
	width: 279pt;
}

td.td_12
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

td.td_13
{
	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;
}

td.td_14
{
	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;
}

col.col_93
{
	width: 33pt;
}

col.col_94
{
	width: 42pt;
}

col.col_95
{
	width: 63pt;
}

col.col_96
{
	width: 116pt;
}

col.col_97
{
	width: 67pt;
}

col.col_98
{
	width: 115pt;
}

col.col_99
{
	width: 30pt;
}

col.col_100
{
	width: 39pt;
}

col.col_101
{
	width: 160pt;
}

col.col_102
{
	width: 41pt;
}

col.col_103
{
	width: 49pt;
}

col.col_104
{
	width: 118pt;
}

col.col_105
{
	width: 35pt;
}

col.col_106
{
	width: 181pt;
}

col.col_107
{
	width: 53pt;
}

col.col_108
{
	width: 29pt;
}

col.col_109
{
	width: 28pt;
}

col.col_110
{
	width: 78pt;
}

col.col_111
{
	width: 36pt;
}

col.col_112
{
	width: 142pt;
}

col.col_113
{
	width: 159pt;
}

col.col_114
{
	width: 109pt;
}

table.table_8
{
	margin-left: 41pt;
	border-collapse: collapse;
}

col.col_115
{
	width: 103pt;
}

col.col_116
{
	width: 230pt;
}

p.tabletext_2
{
	font-style: italic;
	font-size: 10pt;
}

col.col_117
{
	width: 59pt;
}

col.col_118
{
	width: 112pt;
}

col.col_119
{
	width: 191pt;
}

col.col_120
{
	width: 87pt;
}

col.col_121
{
	width: 215pt;
}

col.col_122
{
	width: 68pt;
}

col.col_123
{
	width: 184pt;
}

img.img_12
{
	visibility: visible;
	mso-wrap-style: square;
	width: 19px;
	height: 10px;
}

col.col_124
{
	width: 155pt;
}

col.col_125
{
	width: 84pt;
}

col.col_126
{
	width: 108pt;
}

col.col_127
{
	width: 82pt;
}

col.col_128
{
	width: 164pt;
}

col.col_129
{
	width: 70pt;
}

col.col_130
{
	width: 205pt;
}

span.span_14
{
	font-family: Arial;
	font-size: 6pt;
}

tr.tr_3
{
	height: 58pt;
}

col.col_131
{
	width: 200pt;
}

col.col_132
{
	width: 91pt;
}

col.col_133
{
	width: 79pt;
}

col.col_134
{
	width: 96pt;
}

col.col_135
{
	width: 83pt;
}

col.col_136
{
	width: 119pt;
}

col.col_137
{
	width: 114pt;
}

col.col_138
{
	width: 368pt;
}

p.p_7
{
	font-family: 'Times New Roman';
	font-weight: bold;
	font-size: 10pt;
}

p.p_8
{
	text-align: right;
}

col.col_139
{
	width: 74pt;
}

p.tabletextheading_2
{
	page-break-after: avoid;
	margin-top: 5pt;
}

col.col_140
{
	width: 101pt;
}

col.col_141
{
	width: 72pt;
}

col.col_142
{
	width: 182pt;
}

td.td_15
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	background-color: #auto;
}

col.col_143
{
	width: 151pt;
}

col.col_144
{
	width: 221pt;
}

col.col_145
{
	width: 102pt;
}

col.col_146
{
	width: 61pt;
}

col.col_147
{
	width: 231pt;
}

p.tabletext_3
{
	background-color: #008000;
}

td.td_16
{
	border-bottom-style: none;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

td.td_17
{
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

p.tabletext_4
{
	font-weight: normal;
}

ul.ul_2
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 54pt;
}

tr.tr_4
{
	height: 33pt;
}

tr.tr_5
{
	height: 45pt;
}

col.col_148
{
	width: 127pt;
}

tr.tr_6
{
	height: 14pt;
}

col.col_149
{
	width: 75pt;
}

col.col_150
{
	width: 204pt;
}

col.col_151
{
	width: 227pt;
}

p.tabletext_5
{
	font-family: 'Courier New';
}

col.col_152
{
	width: 117pt;
}

col.col_153
{
	width: 146pt;
}

span.span_15
{
	font-family: Verdana;
	font-size: 10pt;
}

col.col_154
{
	width: 110pt;
}

img.img_13
{
	visibility: visible;
	mso-wrap-style: square;
	width: 635px;
	height: 396px;
}

col.col_155
{
	width: 201pt;
}

p.p_9
{
	font-weight: bold;
}

col.col_156
{
	width: 48pt;
}

col.col_157
{
	width: 262pt;
}

ul.ul_3
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 54pt;
}

col.col_158
{
	width: 162pt;
}

p.tabletext_6
{
	font-style: italic;
}

col.col_159
{
	width: 177pt;
}

span.span_16
{
	font-weight: normal;
}

col.col_160
{
	width: 289pt;
}

col.col_161
{
	width: 275pt;
}

col.col_162
{
	width: 107pt;
}

col.col_163
{
	width: 133pt;
}

p.tabletext_7
{
	margin-left: 6pt;
}

p.p_10
{
	margin-left: 0pt;
	text-indent: 18pt;
}

img.img_14
{
	visibility: visible;
	mso-wrap-style: square;
	width: 525px;
	height: 176px;
}

tr.tr_7
{
	height: 198pt;
}

col.col_164
{
	width: 352pt;
}

col.col_165
{
	width: 179pt;
}

span.span_17
{
	color: black;
}

img.img_15
{
	visibility: visible;
	mso-wrap-style: square;
	width: 527px;
	height: 176px;
}

tr.tr_8
{
	height: 113pt;
}

tr.tr_9
{
	height: 34pt;
}

p.ScreenHeading_3
{
	margin-bottom: 2pt;
}

col.col_166
{
	width: 209pt;
}

col.col_167
{
	width: 77pt;
}

col.col_168
{
	width: 260pt;
}

col.col_169
{
	width: 210pt;
}

col.col_170
{
	width: 122pt;
}

col.col_171
{
	width: 239pt;
}

col.col_172
{
	width: 65pt;
}

tr.tr_10
{
	height: 135pt;
}

tr.tr_11
{
	height: 48pt;
}

col.col_173
{
	width: 287pt;
}

table.table_9
{
	margin-left: 18pt;
	border-collapse: collapse;
}

tr.tr_12
{
	height: 31pt;
}

col.col_174
{
	width: 131pt;
}

col.col_175
{
	width: 144pt;
}

table.table_10
{
	margin-left: 6pt;
	border-collapse: collapse;
}

col.col_176
{
	width: 367pt;
}

col.col_177
{
	width: 126pt;
}

p.tabletext_8
{
	font-family: Arial;
}

p.ProgramExample_2
{
	margin-left: 18pt;
}

p.ProgramExample_3
{
	margin-left: 28pt;
}

col.col_178
{
	width: 360pt;
}

td.td_18
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
}

p.p_11
{
	text-align: justify;
}

col.col_179
{
	width: 185pt;
}

table.table_11
{
	margin-left: 36pt;
	border-collapse: collapse;
}

table.table_12
{
	margin-left: 48pt;
	border-collapse: collapse;
}

col.col_180
{
	width: 80pt;
}

col.col_181
{
	width: 333pt;
}

img.img_16
{
	visibility: visible;
	mso-wrap-style: square;
	width: 633px;
	height: 510px;
}

img.img_17
{
	visibility: visible;
	mso-wrap-style: square;
	mso-position-horizontal: absolute;
	mso-position-vertical: absolute;
	width: 586px;
	height: 403px;
}

img.img_18
{
	visibility: visible;
	mso-wrap-style: square;
	mso-position-horizontal: absolute;
	mso-position-vertical: absolute;
	width: 629px;
	height: 461px;
}

img.img_19
{
	visibility: visible;
	mso-wrap-style: square;
	width: 492px;
	height: 455px;
}

img.img_20
{
	visibility: visible;
	mso-wrap-style: square;
	width: 460px;
	height: 515px;
}

img.img_21
{
	visibility: visible;
	mso-wrap-style: square;
	mso-position-horizontal: absolute;
	mso-position-vertical: absolute;
	width: 634px;
	height: 466px;
}

img.img_22
{
	visibility: visible;
	mso-wrap-style: square;
	mso-position-horizontal: absolute;
	mso-position-vertical: absolute;
	width: 604px;
	height: 556px;
}

img.img_23
{
	width: 604px;
	height: 556px;
}

img.img_24
{
	visibility: visible;
	mso-wrap-style: square;
	width: 517px;
	height: 458px;
}

img.img_25
{
	visibility: visible;
	mso-wrap-style: square;
	width: 295px;
	height: 125px;
}

img.img_26
{
	visibility: visible;
	mso-wrap-style: square;
	width: 601px;
	height: 546px;
}

img.img_27
{
	visibility: visible;
	mso-wrap-style: square;
	mso-position-horizontal: absolute;
	mso-position-vertical: absolute;
	width: 675px;
	height: 613px;
}

img.img_28
{
	visibility: visible;
	mso-wrap-style: square;
	width: 567px;
	height: 638px;
}

img.img_29
{
	visibility: visible;
	mso-wrap-style: square;
	width: 532px;
	height: 561px;
}

img.img_30
{
	mso-position-horizontal: absolute;
	width: 627px;
	height: 300px;
}

img.img_31
{
	visibility: visible;
	mso-wrap-style: square;
	width: 601px;
	height: 513px;
}

img.img_32
{
	visibility: visible;
	mso-wrap-style: square;
	mso-position-horizontal: absolute;
	mso-position-vertical: absolute;
	width: 474px;
	height: 561px;
}

img.img_33
{
	visibility: visible;
	mso-wrap-style: square;
	width: 536px;
	height: 660px;
}

img.img_34
{
	visibility: visible;
	mso-wrap-style: square;
	mso-position-horizontal: absolute;
	mso-position-vertical: absolute;
	width: 497px;
	height: 523px;
}

img.img_35
{
	visibility: visible;
	mso-wrap-style: square;
	width: 497px;
	height: 523px;
}

img.img_36
{
	width: 295px;
	height: 125px;
}

img.img_37
{
	visibility: visible;
	mso-wrap-style: square;
	width: 497px;
	height: 582px;
}

img.img_38
{
	visibility: visible;
	mso-wrap-style: square;
	width: 296px;
	height: 125px;
}

img.img_39
{
	visibility: visible;
	mso-wrap-style: square;
	width: 641px;
	height: 523px;
}

img.img_40
{
	visibility: visible;
	mso-wrap-style: square;
	width: 444px;
	height: 390px;
}

img.img_41
{
	visibility: visible;
	mso-wrap-style: square;
	width: 571px;
	height: 467px;
}

img.img_42
{
	visibility: visible;
	mso-wrap-style: square;
	width: 350px;
	height: 268px;
}

img.img_43
{
	visibility: visible;
	mso-wrap-style: square;
	width: 344px;
	height: 198px;
}

img.img_44
{
	visibility: visible;
	mso-wrap-style: square;
	width: 264px;
	height: 117px;
}

img.img_45
{
	visibility: visible;
	mso-wrap-style: square;
	width: 596px;
	height: 393px;
}

img.img_46
{
	visibility: visible;
	mso-wrap-style: square;
	width: 488px;
	height: 507px;
}

img.img_47
{
	visibility: visible;
	mso-wrap-style: square;
	width: 481px;
	height: 419px;
}

img.img_48
{
	visibility: visible;
	mso-wrap-style: square;
	width: 579px;
	height: 617px;
}

img.img_49
{
	visibility: visible;
	mso-wrap-style: square;
	width: 554px;
	height: 380px;
}

img.img_50
{
	width: 593px;
	height: 385px;
}

img.img_51
{
	width: 162px;
	height: 357px;
}

img.img_52
{
	visibility: visible;
	mso-wrap-style: square;
	width: 344px;
	height: 330px;
}

img.img_53
{
	visibility: visible;
	mso-wrap-style: square;
	width: 162px;
	height: 357px;
}

img.img_54
{
	visibility: visible;
	mso-wrap-style: square;
	width: 344px;
	height: 264px;
}

img.img_55
{
	visibility: visible;
	mso-wrap-style: square;
	width: 541px;
	height: 524px;
}

img.img_56
{
	visibility: visible;
	mso-wrap-style: square;
	width: 596px;
	height: 474px;
}

img.img_57
{
	visibility: visible;
	mso-wrap-style: square;
	width: 502px;
	height: 358px;
}

img.img_58
{
	visibility: visible;
	mso-wrap-style: square;
	width: 377px;
	height: 198px;
}

img.img_59
{
	visibility: visible;
	mso-wrap-style: square;
	width: 405px;
	height: 511px;
}

col.col_182
{
	width: 362pt;
}

img.img_60
{
	width: 56px;
	height: 44px;
}

img.img_61
{
	visibility: visible;
	mso-wrap-style: square;
	width: 544px;
	height: 357px;
}

img.img_62
{
	visibility: visible;
	mso-wrap-style: square;
	width: 544px;
	height: 143px;
}

img.img_63
{
	visibility: visible;
	mso-wrap-style: square;
	width: 559px;
	height: 143px;
}

img.img_64
{
	visibility: visible;
	mso-wrap-style: square;
	width: 549px;
	height: 357px;
}

img.img_65
{
	visibility: visible;
	mso-wrap-style: square;
	width: 596px;
	height: 394px;
}

img.img_66
{
	visibility: visible;
	mso-wrap-style: square;
	width: 616px;
	height: 466px;
}

col.col_183
{
	width: 340pt;
}

img.img_67
{
	width: 17px;
	height: 19px;
}

img.img_68
{
	visibility: visible;
	mso-wrap-style: square;
	width: 344px;
	height: 165px;
}

img.img_69
{
	visibility: visible;
	mso-wrap-style: square;
	width: 288px;
	height: 117px;
}

img.img_70
{
	visibility: visible;
	mso-wrap-style: square;
	width: 427px;
	height: 538px;
}

img.img_71
{
	visibility: visible;
	mso-wrap-style: square;
	width: 522px;
	height: 600px;
}

img.img_72
{
	visibility: visible;
	mso-wrap-style: square;
	width: 544px;
	height: 177px;
}

img.img_73
{
	width: 16px;
	height: 16px;
}

img.img_74
{
	width: 12px;
	height: 12px;
}

img.img_75
{
	visibility: visible;
	mso-wrap-style: square;
	width: 584px;
	height: 493px;
}

img.img_76
{
	visibility: visible;
	mso-wrap-style: square;
	width: 354px;
	height: 291px;
}

img.img_77
{
	width: 541px;
	height: 538px;
}

img.img_78
{
	width: 553px;
	height: 549px;
}

img.img_79
{
	visibility: visible;
	mso-wrap-style: square;
	width: 286px;
	height: 393px;
}

img.img_80
{
	visibility: visible;
	mso-wrap-style: square;
	width: 598px;
	height: 395px;
}

img.img_81
{
	visibility: visible;
	mso-wrap-style: square;
	width: 522px;
	height: 541px;
}

img.img_82
{
	width: 510px;
	height: 418px;
}

img.img_83
{
	visibility: visible;
	mso-wrap-style: square;
	width: 509px;
	height: 419px;
}

img.img_84
{
	visibility: visible;
	mso-wrap-style: square;
	width: 508px;
	height: 403px;
}

img.img_85
{
	visibility: visible;
	mso-wrap-style: square;
	width: 546px;
	height: 419px;
}

img.img_86
{
	visibility: visible;
	mso-wrap-style: square;
	width: 546px;
	height: 422px;
}

img.img_87
{
	visibility: visible;
	mso-wrap-style: square;
	width: 539px;
	height: 654px;
}

img.img_88
{
	visibility: visible;
	mso-wrap-style: square;
	width: 539px;
	height: 488px;
}

img.img_89
{
	visibility: visible;
	mso-wrap-style: square;
	width: 539px;
	height: 678px;
}

span.span_18
{
	font-family: 'Times New Roman';
}

img.img_90
{
	width: 611px;
	height: 400px;
}

img.img_91
{
	mso-position-horizontal: absolute;
	width: 611px;
	height: 400px;
}

col.col_184
{
	width: 189pt;
}

img.img_92
{
	width: 195px;
	height: 249px;
}

img.img_93
{
	width: 502px;
	height: 358px;
}

img.img_94
{
	width: 596px;
	height: 393px;
}

img.img_95
{
	width: 264px;
	height: 137px;
}

p.ScreenBitmap_1
{
	font-family: 'Times New Roman';
	font-size: 12pt;
}

img.img_96
{
	visibility: visible;
	mso-wrap-style: square;
	width: 333px;
	height: 186px;
}

p.ProgramExample_4
{
	font-family: Calibri;
	font-size: 11pt;
}

img.img_97
{
	visibility: visible;
	mso-wrap-style: square;
	mso-position-horizontal: absolute;
	mso-position-vertical: absolute;
	width: 596px;
	height: 393px;
}

col.col_185
{
	width: 178pt;
}

col.col_186
{
	width: 303pt;
}

col.col_187
{
	width: 269pt;
}

col.col_188
{
	width: 241pt;
}

col.col_189
{
	width: 327pt;
}

img.img_98
{
	width: 264px;
	height: 117px;
}

img.img_99
{
	width: 371px;
	height: 117px;
}

img.img_100
{
	visibility: visible;
	mso-wrap-style: square;
	width: 550px;
	height: 117px;
}

img.img_101
{
	visibility: visible;
	mso-wrap-style: square;
	width: 452px;
	height: 117px;
}

p.ProgramExample_5
{
	font-family: 'Times New Roman';
	font-size: 11pt;
}

table.table_13
{
	margin-left: 27pt;
	border-collapse: collapse;
}

span.span_19
{
	color: #3B3838;
	font-size: 12pt;
}

img.img_102
{
	visibility: visible;
	mso-wrap-style: square;
	width: 879px;
	height: 339px;
}

col.col_190
{
	width: 167pt;
}

img.img_103
{
	visibility: visible;
	mso-wrap-style: square;
	width: 24px;
	height: 22px;
}

col.col_191
{
	width: 193pt;
}

p.NumberManual_1
{
	page-break-after: avoid;
	text-indent: 0pt;
	margin-left: 0pt;
}

img.img_104
{
	visibility: visible;
	mso-wrap-style: square;
	width: 850px;
	height: 452px;
}

span.span_20
{
	font-family: Arial;
}

img.img_105
{
	visibility: visible;
	mso-wrap-style: square;
	width: 850px;
	height: 499px;
}

p.BoldTitle_2
{
	margin-bottom: 0pt;
}

li.li_3
{
	margin-bottom: 0pt;
}

p.p_12
{
	page-break-after: avoid;
	margin-bottom: 0pt;
}

li.li_4
{
	page-break-after: avoid;
	margin-bottom: 0pt;
}

li.li_5
{
	font-family: 'Courier New';
}

img.img_106
{
	visibility: visible;
	mso-wrap-style: square;
	width: 113px;
	height: 18px;
}

img.img_107
{
	visibility: visible;
	mso-wrap-style: square;
	width: 386px;
	height: 223px;
}

img.img_108
{
	visibility: visible;
	mso-wrap-style: square;
	width: 268px;
	height: 124px;
}

img.img_109
{
	visibility: visible;
	mso-wrap-style: square;
	width: 594px;
	height: 415px;
}

img.img_110
{
	visibility: visible;
	mso-wrap-style: square;
	width: 314px;
	height: 217px;
}

img.img_111
{
	visibility: visible;
	mso-wrap-style: square;
	width: 351px;
	height: 192px;
}

img.img_112
{
	visibility: visible;
	mso-wrap-style: square;
	width: 609px;
	height: 401px;
}

img.img_113
{
	visibility: visible;
	mso-wrap-style: square;
	width: 547px;
	height: 319px;
}

img.img_114
{
	visibility: visible;
	mso-wrap-style: square;
	width: 508px;
	height: 224px;
}

img.img_115
{
	visibility: visible;
	mso-wrap-style: square;
	width: 415px;
	height: 310px;
}

img.img_116
{
	visibility: visible;
	mso-wrap-style: square;
	width: 392px;
	height: 310px;
}

img.img_117
{
	visibility: visible;
	mso-wrap-style: square;
	width: 268px;
	height: 122px;
}

table.table_14
{
	margin-left: 46pt;
	border-collapse: collapse;
}

img.img_118
{
	visibility: visible;
	mso-wrap-style: square;
	width: 19px;
	height: 15px;
}

img.img_119
{
	visibility: visible;
	mso-wrap-style: square;
	width: 308px;
	height: 211px;
}

img.img_120
{
	visibility: visible;
	mso-wrap-style: square;
	width: 273px;
	height: 124px;
}

img.img_121
{
	visibility: visible;
	mso-wrap-style: square;
	width: 408px;
	height: 206px;
}

img.img_122
{
	visibility: visible;
	mso-wrap-style: square;
	width: 506px;
	height: 250px;
}

img.img_123
{
	visibility: visible;
	mso-wrap-style: square;
	width: 701px;
	height: 347px;
}

img.img_124
{
	visibility: visible;
	mso-wrap-style: square;
	width: 263px;
	height: 352px;
}

img.img_125
{
	visibility: visible;
	mso-wrap-style: square;
	width: 366px;
	height: 310px;
}

img.img_126
{
	visibility: visible;
	mso-wrap-style: square;
	width: 700px;
	height: 232px;
}

img.img_127
{
	visibility: visible;
	mso-wrap-style: square;
	width: 467px;
	height: 287px;
}

img.img_128
{
	visibility: visible;
	mso-wrap-style: square;
	width: 620px;
	height: 163px;
}

img.img_129
{
	visibility: visible;
	mso-wrap-style: square;
	width: 508px;
	height: 360px;
}

img.img_130
{
	visibility: visible;
	mso-wrap-style: square;
	width: 615px;
	height: 211px;
}

img.img_131
{
	visibility: visible;
	mso-wrap-style: square;
	width: 31px;
	height: 31px;
}

img.img_132
{
	visibility: visible;
	mso-wrap-style: square;
	width: 268px;
	height: 134px;
}

img.img_133
{
	visibility: visible;
	mso-wrap-style: square;
	width: 611px;
	height: 199px;
}

img.img_134
{
	visibility: visible;
	mso-wrap-style: square;
	width: 495px;
	height: 496px;
}

img.img_135
{
	visibility: visible;
	mso-wrap-style: square;
	width: 544px;
	height: 270px;
}

img.img_136
{
	visibility: visible;
	mso-wrap-style: square;
	width: 663px;
	height: 496px;
}

img.img_137
{
	visibility: visible;
	mso-wrap-style: square;
	width: 390px;
	height: 122px;
}

img.img_138
{
	visibility: visible;
	mso-wrap-style: square;
	width: 574px;
	height: 426px;
}

img.img_139
{
	visibility: visible;
	mso-wrap-style: square;
	width: 494px;
	height: 175px;
}

img.img_140
{
	visibility: visible;
	mso-wrap-style: square;
	width: 570px;
	height: 328px;
}

img.img_141
{
	visibility: visible;
	mso-wrap-style: square;
	width: 313px;
	height: 122px;
}

img.img_142
{
	visibility: visible;
	mso-wrap-style: square;
	width: 595px;
	height: 360px;
}

img.img_143
{
	visibility: visible;
	mso-wrap-style: square;
	width: 612px;
	height: 207px;
}

img.img_144
{
	visibility: visible;
	mso-wrap-style: square;
	width: 433px;
	height: 266px;
}

p.tabletext_9
{
	letter-spacing: -1pt;
}

img.img_145
{
	visibility: visible;
	mso-wrap-style: square;
	width: 449px;
	height: 281px;
}

img.img_146
{
	visibility: visible;
	mso-wrap-style: square;
	width: 435px;
	height: 261px;
}

img.img_147
{
	visibility: visible;
	mso-wrap-style: square;
	width: 421px;
	height: 333px;
}

span.span_21
{
	color: #FF0000;
}

col.col_192
{
	width: 111pt;
}

img.img_148
{
	visibility: visible;
	mso-wrap-style: square;
	width: 469px;
	height: 214px;
}

p.NumberManual_2
{
	text-indent: 0pt;
	margin-left: 0pt;
}

img.img_149
{
	visibility: visible;
	mso-wrap-style: square;
	width: 369px;
	height: 209px;
}

img.img_150
{
	visibility: visible;
	mso-wrap-style: square;
	width: 234px;
	height: 164px;
}

col.col_193
{
	width: 347pt;
}

p.tabletext_10
{
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1pt;
	font-size: 13pt;
}

table.table_15
{
	margin-left: 34pt;
	border-collapse: collapse;
}

img.img_151
{
	visibility: visible;
	mso-wrap-style: square;
	width: 236px;
	height: 209px;
}

img.img_152
{
	visibility: visible;
	mso-wrap-style: square;
	width: 588px;
	height: 171px;
}

img.img_153
{
	visibility: visible;
	mso-wrap-style: square;
	width: 609px;
	height: 348px;
}

img.img_154
{
	visibility: visible;
	mso-wrap-style: square;
	width: 360px;
	height: 281px;
}

img.img_155
{
	visibility: visible;
	mso-wrap-style: square;
	width: 362px;
	height: 184px;
}

img.img_156
{
	visibility: visible;
	mso-wrap-style: square;
	width: 571px;
	height: 219px;
}

span.span_22
{
	font-weight: normal;
	font-style: italic;
}

li.li_6
{
	font-weight: normal;
}

img.img_157
{
	visibility: visible;
	mso-wrap-style: square;
	width: 609px;
	height: 238px;
}

img.img_158
{
	visibility: visible;
	mso-wrap-style: square;
	width: 397px;
	height: 290px;
}

span.span_23
{
	font-family: 'Courier New';
	font-weight: bold;
}

p.p_13
{
	margin-top: 2pt;
	margin-bottom: 2pt;
}

li.li_7
{
	margin-top: 2pt;
	margin-bottom: 2pt;
}

p.NumberManual_3
{
	page-break-after: avoid;
	margin-left: 36pt;
}

span.span_24
{
	font-family: 'Courier New';
	color: black;
}

col.col_194
{
	width: 282pt;
}

col.col_195
{
	width: 235pt;
}

p.NumberManual_4
{
	margin-left: 36pt;
}

table.table_16
{
	margin-left: 14pt;
	border-collapse: collapse;
}

span.span_25
{
	color: #000000;
}

span.span_26
{
	font-family: 'Courier New';
	font-size: 9pt;
}

td.td_19
{
	border-bottom-style: none;
}

tr.tr_13
{
	height: 121pt;
}

tr.tr_14
{
	height: 86pt;
}

tr.tr_15
{
	height: 69pt;
}

table.table_17
{
	margin-left: 62pt;
	border-collapse: collapse;
}

p.Numbermanualindent_1
{
	font-family: 'Courier New';
	font-size: 8pt;
}

p.NumberManual_5
{
	orphans: 2;
	widows: 2;
	margin-bottom: 0pt;
}

table.table_18
{
	margin-left: 71pt;
	border-collapse: collapse;
}

table.table_19
{
	margin-left: 43pt;
	border-collapse: collapse;
}

ol.ol_1
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 36pt;
}

p.NumberManual_6
{
	page-break-before: always;
}

span.span_27
{
	font-family: 'Wingdings 2';
}

span.span_28
{
	font-family: 'Courier New';
	font-size: 10pt;
}

img.img_159
{
	visibility: visible;
	mso-wrap-style: square;
	width: 468px;
	height: 284px;
}

img.img_160
{
	visibility: visible;
	mso-wrap-style: square;
	width: 631px;
	height: 264px;
}

p.BoldTitle_3
{
	color: black;
}

col.col_196
{
	width: 145pt;
}

img.img_161
{
	width: 620px;
	height: 299px;
}

img.img_162
{
	width: 631px;
	height: 161px;
}

span.span_29
{
	font-family: Verdana;
	font-style: italic;
	color: #3B3838;
	font-size: 10pt;
}

img.img_163
{
	mso-position-horizontal: absolute;
	width: 641px;
	height: 476px;
}

img.img_164
{
	mso-position-horizontal: absolute;
	mso-position-vertical: absolute;
	width: 632px;
	height: 390px;
}

p.ProgramExample_6
{
	font-family: Consolas;
	color: #3B3838;
	letter-spacing: 1pt;
}

col.col_197
{
	width: 141pt;
}

col.col_198
{
	width: 195pt;
}

col.col_199
{
	width: 168pt;
}

col.col_200
{
	width: 156pt;
}

img.img_165
{
	width: 225px;
	height: 225px;
}

span.span_30
{
	font-family: 'Times New Roman';
	color: #FF0000;
	font-size: 11pt;
}

p.p_14
{
	font-family: 'Times New Roman';
	color: #FF0000;
	font-size: 11pt;
}

li.li_8
{
	font-family: 'Times New Roman';
	color: #FF0000;
	font-size: 11pt;
}

