/*<meta />*/

/*<meta sourceDocument="C:\Flare\Deployment Tool - lansa022\lansa022.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 +tableicon 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;
	}

        img.table-icon,
	.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;
	}
}

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;
}

ul.ul_1
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 18pt;
}

MadCap|xref.ParaTextOnly
{
	mc-format: '{paratext}';
}

img.img_1
{
	visibility: visible;
	width: 461px;
	height: 374px;
}

span.span_1
{
	color: #000000;
}

p.p_1
{
	color: #000000;
}

span.span_2
{
	font-weight: bold;
	color: #000000;
}

span.span_3
{
	font-style: italic;
}

span.span_4
{
	font-size: 12pt;
}

p.MadcapField_1
{
	font-size: 12pt;
}

li.li_1
{
	color: #000000;
}

img.img_2
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 391px;
}

span.span_5
{
	font-family: 'Courier New';
}

img.img_3
{
	width: 643px;
	height: 570px;
}

span.span_6
{
	font-family: Calibri;
	font-weight: bold;
}

span.span_7
{
	font-family: Calibri;
}

ul.ul_2
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 36pt;
}

p.p_2
{
	font-weight: bold;
}

img.img_4
{
	visibility: visible;
	width: 459px;
	height: 176px;
}

img.img_5
{
	visibility: visible;
	width: 624px;
	height: 267px;
}

p.p_3
{
	margin-left: 3pt;
}

p.p_4
{
	margin-top: 5pt;
	margin-bottom: 5pt;
}

li.li_2
{
	margin-top: 5pt;
	margin-bottom: 5pt;
}

span.span_8
{
	font-weight: bold;
}

p.p_5
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: 'Times New Roman';
	color: #000000;
	font-size: 11pt;
}

span.span_9
{
	font-family: 'Times New Roman';
	color: #000000;
	font-size: 11pt;
}

img.img_6
{
	visibility: visible;
	width: 465px;
	height: 234px;
}

img.img_7
{
	visibility: visible;
	width: 419px;
	height: 513px;
}

img.img_8
{
	width: 635px;
	height: 78px;
}

span.span_10
{
	font-family: 'Times New Roman';
	font-size: 11pt;
}

p.p_6
{
	font-family: 'Times New Roman';
	font-size: 11pt;
}

img.img_9
{
	visibility: visible;
	width: 615px;
	height: 421px;
}

span.span_11
{
	background-color: #FFFF00;
}

img.img_10
{
	width: 20px;
	height: 20px;
}

img.img_11
{
	visibility: visible;
	mso-wrap-style: square;
	width: 543px;
	height: 257px;
}

img.img_12
{
	visibility: visible;
	mso-wrap-style: square;
	width: 543px;
	height: 64px;
}

col.col_1
{
	width: 32pt;
}

col.col_2
{
	width: 140pt;
}

col.col_3
{
	width: 315pt;
}

img.img_13
{
	width: 16px;
	height: 16px;
}

table.table_1
{
	border-collapse: collapse;
}

img.img_14
{
	visibility: visible;
	mso-wrap-style: square;
	width: 227px;
	height: 108px;
}

p.p_7
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: 'Times New Roman';
	font-size: 12pt;
}

img.img_15
{
	visibility: visible;
	mso-wrap-style: square;
	width: 636px;
	height: 645px;
}

span.span_12
{
	text-decoration: underline;
}

img.img_16
{
	visibility: visible;
	mso-wrap-style: square;
	width: 609px;
	height: 62px;
}

col.col_4
{
	width: 30pt;
}

col.col_5
{
	width: 82pt;
}

col.col_6
{
	width: 296pt;
}

img.img_17
{
	visibility: visible;
	mso-wrap-style: square;
	width: 210px;
	height: 70px;
}

img.img_18
{
	visibility: visible;
	mso-wrap-style: square;
	width: 24px;
	height: 20px;
}

img.img_19
{
	visibility: visible;
	mso-wrap-style: square;
	width: 449px;
	height: 52px;
}

p.p_8
{
	text-align: center;
}

img.img_20
{
	visibility: visible;
	mso-wrap-style: square;
	width: 227px;
	height: 106px;
}

img.img_21
{
	visibility: visible;
	mso-wrap-style: square;
	width: 601px;
	height: 208px;
}

img.img_22
{
	visibility: visible;
	width: 472px;
	height: 264px;
}

img.img_23
{
	visibility: visible;
	width: 363px;
	height: 238px;
}

img.img_24
{
	visibility: visible;
	mso-wrap-style: square;
	width: 16px;
	height: 20px;
}

img.img_25
{
	visibility: visible;
	mso-wrap-style: square;
	width: 459px;
	height: 336px;
}

img.img_26
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 227px;
}

p.BodytextIndent_1
{
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
}

img.img_27
{
	visibility: visible;
	mso-wrap-style: square;
	width: 228px;
	height: 107px;
}

img.img_28
{
	visibility: visible;
	mso-wrap-style: square;
	width: 612px;
	height: 540px;
}

col.col_7
{
	width: 24pt;
}

col.col_8
{
	width: 429pt;
}

img.img_29
{
	width: 18px;
	height: 18px;
}

td.td_1
{
	vertical-align: middle;
}

table.table_2
{
	margin-left: 5pt;
	border-collapse: collapse;
}

img.img_30
{
	visibility: visible;
	mso-wrap-style: square;
	width: 603px;
	height: 210px;
}

p.ScreenBitmap_1
{
	text-align: left;
}

col.col_9
{
	width: 136pt;
}

col.col_10
{
	width: 306pt;
}

col.col_11
{
	width: 376pt;
}

img.img_31
{
	visibility: visible;
	mso-wrap-style: square;
	width: 603px;
	height: 195px;
}

col.col_12
{
	width: 127pt;
}

col.col_13
{
	width: 281pt;
}

img.img_32
{
	visibility: visible;
	mso-wrap-style: square;
	width: 237px;
	height: 165px;
}

col.col_14
{
	width: 27pt;
}

col.col_15
{
	width: 466pt;
}

img.img_33
{
	visibility: visible;
	mso-wrap-style: square;
	width: 618px;
	height: 446px;
}

img.img_34
{
	visibility: visible;
	mso-wrap-style: square;
	width: 539px;
	height: 253px;
}

col.col_16
{
	width: 90pt;
}

col.col_17
{
	width: 402pt;
}

p.tabletext_1
{
	font-family: 'Courier New';
}

col.col_18
{
	width: 28pt;
}

col.col_19
{
	width: 465pt;
}

img.img_35
{
	visibility: visible;
	mso-wrap-style: square;
	width: 18px;
	height: 18px;
}

td.td_2
{
	background-color: #auto;
}

p.p_9
{
	margin-top: 0pt;
	margin-bottom: 0pt;
}

li.li_3
{
	margin-top: 0pt;
	margin-bottom: 0pt;
}

col.col_20
{
	width: 85pt;
}

col.col_21
{
	width: 384pt;
}

col.col_22
{
	width: 98pt;
}

col.col_23
{
	width: 349pt;
}

p.tabletext_2
{
	font-size: 11pt;
}

col.col_24
{
	width: 437pt;
}

img.img_36
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 563px;
}

col.col_25
{
	width: 164pt;
}

col.col_26
{
	width: 493pt;
}

col.col_27
{
	width: 334pt;
}

td.td_3
{
	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_4
{
	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_5
{
	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;
}

img.img_37
{
	width: 433px;
	height: 174px;
}

td.td_6
{
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
}

img.img_38
{
	width: 344px;
	height: 323px;
}

p.p_10
{
	text-decoration: underline;
}

img.img_39
{
	visibility: visible;
	mso-wrap-style: square;
	width: 355px;
	height: 264px;
}

td.td_7
{
	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;
}

p.Space_1
{
	font-weight: normal;
}

img.img_40
{
	visibility: visible;
	mso-wrap-style: square;
	width: 608px;
	height: 270px;
}

img.img_41
{
	visibility: visible;
	mso-wrap-style: square;
	width: 445px;
	height: 120px;
}

col.col_28
{
	width: 38pt;
}

col.col_29
{
	width: 370pt;
}

img.img_42
{
	visibility: visible;
	mso-wrap-style: square;
	width: 238px;
	height: 166px;
}

img.img_43
{
	visibility: visible;
	mso-wrap-style: square;
	mso-position-horizontal: absolute;
	mso-position-vertical: absolute;
	width: 683px;
	height: 333px;
}

img.img_44
{
	mso-position-horizontal: absolute;
	mso-position-vertical: absolute;
	width: 690px;
	height: 445px;
}

col.col_30
{
	width: 39pt;
}

col.col_31
{
	width: 368pt;
}

span.span_13
{
	font-weight: normal;
}

col.col_32
{
	width: 48pt;
}

col.col_33
{
	width: 359pt;
}

col.col_34
{
	width: 40pt;
}

col.col_35
{
	width: 367pt;
}

img.img_45
{
	visibility: visible;
	mso-wrap-style: square;
	width: 644px;
	height: 288px;
}

col.col_36
{
	width: 147pt;
}

col.col_37
{
	width: 340pt;
}

td.td_8
{
	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_9
{
	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_10
{
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_11
{
	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_38
{
	width: 139pt;
}

col.col_39
{
	width: 348pt;
}

col.col_40
{
	width: 133pt;
}

col.col_41
{
	width: 347pt;
}

col.col_42
{
	width: 390pt;
}

img.img_46
{
	visibility: visible;
	width: 505px;
	height: 397px;
}

tr.tr_1
{
	height: 147pt;
}

col.col_43
{
	width: 369pt;
}

img.img_47
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 426px;
}

img.img_48
{
	width: 277px;
	height: 82px;
}

img.img_49
{
	width: 24px;
	height: 24px;
}

img.img_50
{
	width: 13px;
	height: 18px;
}

img.img_51
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 213px;
}

img.img_52
{
	width: 21px;
	height: 24px;
}

img.img_53
{
	visibility: visible;
	mso-wrap-style: square;
	width: 14px;
	height: 19px;
}

img.img_54
{
	visibility: visible;
	mso-wrap-style: square;
	width: 24px;
	height: 24px;
}

col.col_44
{
	width: 104pt;
}

col.col_45
{
	width: 342pt;
}

img.img_55
{
	visibility: visible;
	mso-wrap-style: square;
	width: 645px;
	height: 426px;
}

img.img_56
{
	visibility: visible;
	mso-wrap-style: square;
	width: 147px;
	height: 232px;
}

img.img_57
{
	width: 334px;
	height: 114px;
}

img.img_58
{
	width: 643px;
	height: 334px;
}

col.col_46
{
	width: 154pt;
}

col.col_47
{
	width: 338pt;
}

img.img_59
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 189px;
}

tr.tr_2
{
	height: 43pt;
}

img.img_60
{
	visibility: visible;
	mso-wrap-style: square;
	width: 434px;
	height: 242px;
}

ul.ul_3
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 54pt;
}

p.tabletext_3
{
	font-style: italic;
}

col.col_48
{
	width: 100pt;
}

col.col_49
{
	width: 393pt;
}

img.img_61
{
	visibility: visible;
	mso-wrap-style: square;
	width: 445px;
	height: 168px;
}

img.img_62
{
	visibility: visible;
	mso-wrap-style: square;
	width: 635px;
	height: 307px;
}

img.img_63
{
	visibility: visible;
	mso-wrap-style: square;
	width: 470px;
	height: 174px;
}

col.col_50
{
	width: 153pt;
}

img.img_64
{
	visibility: visible;
	mso-wrap-style: square;
	width: 587px;
	height: 445px;
}

img.img_65
{
	visibility: visible;
	mso-wrap-style: square;
	width: 19px;
	height: 19px;
}

col.col_51
{
	width: 380pt;
}

img.img_66
{
	visibility: visible;
	mso-wrap-style: square;
	width: 366px;
	height: 493px;
}

col.col_52
{
	width: 91pt;
}

col.col_53
{
	width: 383pt;
}

p.p_11
{
	margin-top: 5pt;
	margin-bottom: 3pt;
	margin-left: 3pt;
}

span.span_14
{
	font-family: Verdana;
	font-size: 10pt;
}

col.col_54
{
	width: 361pt;
}

img.img_67
{
	visibility: visible;
	mso-wrap-style: square;
	width: 526px;
	height: 133px;
}

img.img_68
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 405px;
}

col.col_55
{
	width: 47pt;
}

img.img_69
{
	visibility: visible;
	mso-wrap-style: square;
	width: 494px;
	height: 338px;
}

img.img_70
{
	width: 643px;
	height: 355px;
}

col.col_56
{
	width: 375pt;
}

img.img_71
{
	width: 19px;
	height: 19px;
}

col.col_57
{
	width: 72pt;
}

col.col_58
{
	width: 92pt;
}

col.col_59
{
	width: 108pt;
}

p.tabletext_4
{
	font-family: 'Arial Unicode MS';
	font-size: 12pt;
}

col.col_60
{
	width: 111pt;
}

col.col_61
{
	width: 189pt;
}

col.col_62
{
	width: 107pt;
}

col.col_63
{
	width: 387pt;
}

col.col_64
{
	width: 360pt;
}

span.span_15
{
	color: #844646;
}

span.span_16
{
	color: #B96464;
}

span.span_17
{
	color: #555555;
}

col.col_65
{
	width: 37pt;
}

col.col_66
{
	width: 34pt;
}

col.col_67
{
	width: 363pt;
}

img.img_72
{
	width: 643px;
	height: 325px;
}

col.col_68
{
	width: 83pt;
}

col.col_69
{
	width: 404pt;
}

col.col_70
{
	width: 105pt;
}

col.col_71
{
	width: 294pt;
}

td.td_12
{
	padding-left: 0pt;
	padding-right: 0pt;
}

img.img_73
{
	width: 631px;
	height: 420px;
}

col.col_72
{
	width: 86pt;
}

col.col_73
{
	width: 394pt;
}

td.td_13
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
}

td.td_14
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
}

td.td_15
{
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
}

img.img_74
{
	visibility: visible;
	mso-wrap-style: square;
	width: 422px;
	height: 216px;
}

td.td_16
{
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
}

img.img_75
{
	visibility: visible;
	mso-wrap-style: square;
	width: 510px;
	height: 355px;
}

td.td_17
{
	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;
	padding-left: 0pt;
	padding-right: 0pt;
}

col.col_74
{
	width: 109pt;
}

col.col_75
{
	width: 311pt;
}

p.p_12
{
	background-color: #FFFF00;
}

li.li_4
{
	background-color: #FFFF00;
}

img.img_76
{
	visibility: visible;
	mso-wrap-style: square;
	width: 616px;
	height: 654px;
}

img.img_77
{
	visibility: visible;
	mso-wrap-style: square;
	mso-position-horizontal: absolute;
	mso-position-vertical: absolute;
	width: 379px;
	height: 501px;
}

ul.ul_4
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 14pt;
}

ul.ul_5
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 32pt;
}

img.img_78
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 200px;
}

li.li_5
{
	font-size: 12pt;
}

img.img_79
{
	visibility: visible;
	mso-wrap-style: square;
	width: 642px;
	height: 310px;
}

img.img_80
{
	width: 690px;
	height: 407px;
}

img.img_81
{
	width: 626px;
	height: 482px;
}

img.img_82
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 342px;
}

img.img_83
{
	width: 641px;
	height: 310px;
}

img.img_84
{
	visibility: visible;
	mso-wrap-style: square;
	width: 642px;
	height: 474px;
}

img.img_85
{
	visibility: visible;
	mso-wrap-style: square;
	width: 543px;
	height: 319px;
}

img.img_86
{
	width: 664px;
	height: 650px;
}

img.img_87
{
	width: 656px;
	height: 361px;
}

img.img_88
{
	visibility: visible;
	mso-wrap-style: square;
	width: 642px;
	height: 290px;
}

img.img_89
{
	visibility: visible;
	mso-wrap-style: square;
	width: 621px;
	height: 435px;
}

img.img_90
{
	width: 632px;
	height: 401px;
}

img.img_91
{
	width: 684px;
	height: 270px;
}

p.p_13
{
	font-size: 10pt;
}

li.li_6
{
	font-size: 10pt;
}

p.p_14
{
	margin-left: 36pt;
	font-family: 'Courier New';
}

col.col_76
{
	width: 482pt;
}

col.col_77
{
	width: 350pt;
}

img.img_92
{
	visibility: visible;
	mso-wrap-style: square;
	width: 16px;
	height: 16px;
}

td.td_18
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-left: 0pt;
	padding-right: 0pt;
}

td.td_19
{
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-left: 0pt;
	padding-right: 0pt;
}

td.td_20
{
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-left: 0pt;
	padding-right: 0pt;
}

td.td_21
{
	vertical-align: middle;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-left: 0pt;
	padding-right: 0pt;
}

col.col_78
{
	width: 395pt;
}

img.img_93
{
	visibility: visible;
	mso-wrap-style: square;
	width: 357px;
	height: 155px;
}

img.img_94
{
	visibility: visible;
	mso-wrap-style: square;
	width: 541px;
	height: 371px;
}

div.div_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;
	margin-left: 28pt;
	margin-right: 85pt;
	background-color: #FFFF99;
}

img.img_95
{
	visibility: visible;
	mso-wrap-style: square;
	width: 641px;
	height: 417px;
}

span.span_18
{
	font-family: 'Times New Roman';
}

p.p_15
{
	font-family: 'Times New Roman';
}

img.img_96
{
	visibility: visible;
	mso-wrap-style: square;
	width: 613px;
	height: 284px;
}

img.img_97
{
	visibility: visible;
	mso-wrap-style: square;
	width: 149px;
	height: 123px;
}

img.img_98
{
	visibility: visible;
	mso-wrap-style: square;
	width: 728px;
	height: 337px;
}

col.col_79
{
	width: 65pt;
}

col.col_80
{
	width: 479pt;
}

img.img_99
{
	visibility: visible;
	mso-wrap-style: square;
	width: 144px;
	height: 133px;
}

img.img_100
{
	visibility: visible;
	mso-wrap-style: square;
	width: 169px;
	height: 104px;
}

img.img_101
{
	visibility: visible;
	mso-wrap-style: square;
	width: 625px;
	height: 165px;
}

img.img_102
{
	visibility: visible;
	mso-wrap-style: square;
	width: 644px;
	height: 675px;
}

img.img_103
{
	visibility: visible;
	mso-wrap-style: square;
	width: 395px;
	height: 129px;
}

img.img_104
{
	visibility: visible;
	mso-wrap-style: square;
	width: 387px;
	height: 308px;
}

p.ScreenHeading_1
{
	color: black;
}

img.img_105
{
	visibility: visible;
	mso-wrap-style: square;
	width: 437px;
	height: 140px;
}

col.col_81
{
	width: 366pt;
}

img.img_106
{
	visibility: visible;
	mso-wrap-style: square;
	width: 343px;
	height: 55px;
}

img.img_107
{
	visibility: visible;
	mso-wrap-style: square;
	width: 387px;
	height: 305px;
}

p.Note_2
{
	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;
	margin-left: 18pt;
}

p.Note_3
{
	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;
	margin-left: 28pt;
}

p.p_16
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: 'Times New Roman';
}

col.col_82
{
	width: 398pt;
}

img.img_108
{
	visibility: visible;
	mso-wrap-style: square;
	width: 494px;
	height: 337px;
}

span.span_19
{
	font-weight: bold;
	font-style: italic;
}

col.col_83
{
	width: 68pt;
}

col.col_84
{
	width: 420pt;
}

img.img_109
{
	visibility: visible;
	mso-wrap-style: square;
	width: 545px;
	height: 181px;
}

img.img_110
{
	visibility: visible;
	mso-wrap-style: square;
	width: 545px;
	height: 386px;
}

img.img_111
{
	visibility: visible;
	mso-wrap-style: square;
	width: 486px;
	height: 332px;
}

img.img_112
{
	width: 44px;
	height: 44px;
}

img.img_113
{
	visibility: visible;
	mso-wrap-style: square;
	width: 506px;
	height: 167px;
}

col.col_85
{
	width: 308pt;
}

img.img_114
{
	width: 150px;
	height: 79px;
}

img.img_115
{
	visibility: visible;
	mso-wrap-style: square;
	width: 592px;
	height: 164px;
}

img.img_116
{
	visibility: visible;
	mso-wrap-style: square;
	width: 642px;
	height: 292px;
}

img.img_117
{
	visibility: visible;
	width: 406px;
	height: 171px;
}

img.img_118
{
	visibility: visible;
	mso-wrap-style: square;
	mso-position-horizontal: absolute;
	mso-position-vertical: absolute;
	width: 821px;
	height: 396px;
}

img.img_119
{
	visibility: visible;
	mso-wrap-style: square;
	width: 17px;
	height: 16px;
}

span.span_20
{
	font-style: italic;
	color: #000000;
}

p.p_17
{
	page-break-after: avoid;
}

col.col_86
{
	width: 69pt;
}

col.col_87
{
	width: 409pt;
}

img.img_120
{
	visibility: visible;
	mso-wrap-style: square;
	width: 398px;
	height: 443px;
}

col.col_88
{
	width: 183pt;
}

col.col_89
{
	width: 310pt;
}

td.td_22
{
	padding-top: 4pt;
	padding-bottom: 4pt;
}

table.table_3
{
	margin-left: 36pt;
	border-collapse: collapse;
}

col.col_90
{
	width: 217pt;
}

col.col_91
{
	width: 265pt;
}

img.img_121
{
	visibility: visible;
	mso-wrap-style: square;
	width: 353px;
	height: 397px;
}

img.img_122
{
	visibility: visible;
	mso-wrap-style: square;
	width: 635px;
	height: 122px;
}

img.img_123
{
	visibility: visible;
	mso-wrap-style: square;
	width: 528px;
	height: 158px;
}

img.img_124
{
	visibility: visible;
	mso-wrap-style: square;
	width: 404px;
	height: 269px;
}

img.img_125
{
	visibility: visible;
	mso-wrap-style: square;
	width: 465px;
	height: 234px;
}

col.col_92
{
	width: 55pt;
}

col.col_93
{
	width: 354pt;
}

table.table_4
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

img.img_126
{
	visibility: visible;
	mso-wrap-style: square;
	width: 509px;
	height: 398px;
}

img.img_127
{
	visibility: visible;
	mso-wrap-style: square;
	width: 364px;
	height: 170px;
}

img.img_128
{
	visibility: visible;
	mso-wrap-style: square;
	width: 495px;
	height: 387px;
}

img.img_129
{
	visibility: visible;
	mso-wrap-style: square;
	width: 499px;
	height: 389px;
}

img.img_130
{
	visibility: visible;
	mso-wrap-style: square;
	width: 552px;
	height: 433px;
}

img.img_131
{
	visibility: visible;
	mso-wrap-style: square;
	width: 508px;
	height: 398px;
}

img.img_132
{
	visibility: visible;
	mso-wrap-style: square;
	width: 507px;
	height: 398px;
}

p.ScreenBitmap_2
{
	font-family: Cambria;
	color: #4F81BD;
	font-size: 13pt;
}

img.img_133
{
	visibility: visible;
	mso-wrap-style: square;
	width: 408px;
	height: 160px;
}

img.img_134
{
	visibility: visible;
	mso-wrap-style: square;
	width: 366px;
	height: 235px;
}

img.img_135
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 544px;
}

img.img_136
{
	visibility: visible;
	mso-wrap-style: square;
	width: 466px;
	height: 131px;
}

col.col_94
{
	width: 77pt;
}

col.col_95
{
	width: 433pt;
}

td.td_23
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

img.img_137
{
	visibility: visible;
	mso-wrap-style: square;
	width: 511px;
	height: 360px;
}

img.img_138
{
	visibility: visible;
	mso-wrap-style: square;
	width: 508px;
	height: 342px;
}

img.img_139
{
	visibility: visible;
	mso-wrap-style: square;
	width: 521px;
	height: 290px;
}

td.td_24
{
	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;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

h2.h2_1
{
	font-weight: normal;
}

span.span_21
{
	font-size: 11pt;
}

img.img_140
{
	visibility: visible;
	mso-wrap-style: square;
	width: 376px;
	height: 178px;
}

img.img_141
{
	width: 586px;
	height: 389px;
}

img.img_142
{
	width: 283px;
	height: 112px;
}

img.img_143
{
	width: 643px;
	height: 316px;
}

img.img_144
{
	width: 241px;
	height: 97px;
}

img.img_145
{
	visibility: visible;
	width: 607px;
	height: 148px;
}

col.col_96
{
	width: 88pt;
}

col.col_97
{
	width: 408pt;
}

td.td_25
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

td.td_26
{
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

td.td_27
{
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

img.img_146
{
	width: 454px;
	height: 101px;
}

img.img_147
{
	visibility: visible;
	width: 626px;
	height: 216px;
}

img.img_148
{
	width: 193px;
	height: 161px;
}

p.Commandpara_1
{
	color: #1F497D;
}

img.img_149
{
	width: 598px;
	height: 441px;
}

img.img_150
{
	visibility: visible;
	width: 415px;
	height: 535px;
}

img.img_151
{
	visibility: visible;
	width: 552px;
	height: 357px;
}

p.p_18
{
	font-family: Calibri;
}

p.ProgramExample_1
{
	margin-left: 36pt;
	margin-right: 0pt;
}

img.img_152
{
	visibility: visible;
	width: 625px;
	height: 229px;
}

img.img_153
{
	visibility: visible;
	mso-wrap-style: square;
	width: 390px;
	height: 461px;
}

img.img_154
{
	visibility: visible;
	mso-wrap-style: square;
	width: 586px;
	height: 290px;
}

img.img_155
{
	visibility: visible;
	mso-wrap-style: square;
	width: 1035px;
	height: 314px;
}

span.span_22
{
	color: #010101;
}

col.col_98
{
	width: 56pt;
}

col.col_99
{
	width: 58pt;
}

col.col_100
{
	width: 81pt;
}

col.col_101
{
	width: 46pt;
}

col.col_102
{
	width: 62pt;
}

col.col_103
{
	width: 29pt;
}

td.td_28
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #auto;
	vertical-align: middle;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

td.td_29
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: middle;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

td.td_30
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: middle;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

td.td_31
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #auto;
	vertical-align: middle;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

td.td_32
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: middle;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

tr.tr_3
{
	height: 16pt;
}

td.td_33
{
	border-top-style: none;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #auto;
	vertical-align: middle;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

td.td_34
{
	border-top-style: none;
	border-left-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;
	background-color: #auto;
	vertical-align: middle;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

td.td_35
{
	border-top-style: none;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	background-color: #auto;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

td.td_36
{
	border-top-style: none;
	border-left-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;
	background-color: #auto;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

td.td_37
{
	border-top-style: none;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: middle;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

td.td_38
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	vertical-align: middle;
	padding-top: 4pt;
	padding-bottom: 4pt;
}

tr.tr_4
{
	height: 32pt;
}

table.table_5
{
	margin-left: 6pt;
	border-collapse: collapse;
}

img.img_156
{
	visibility: visible;
	mso-wrap-style: square;
	width: 477px;
	height: 427px;
}

p.NumberManual_1
{
	text-indent: 0pt;
	margin-left: 0pt;
}

img.img_157
{
	visibility: visible;
	mso-wrap-style: square;
	width: 549px;
	height: 171px;
}

img.img_158
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 355px;
}

img.img_159
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 347px;
}

img.img_160
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 321px;
}

img.img_161
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 356px;
}

img.img_162
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 108px;
}

img.img_163
{
	visibility: visible;
	mso-wrap-style: square;
	width: 601px;
	height: 241px;
}

img.img_164
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 336px;
}

img.img_165
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 125px;
}

img.img_166
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 74px;
}

p.p_19
{
	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;
	margin-left: 35pt;
}

img.img_167
{
	visibility: visible;
	mso-wrap-style: square;
	width: 592px;
	height: 592px;
}

img.img_168
{
	visibility: visible;
	mso-wrap-style: square;
	width: 395px;
	height: 288px;
}

img.img_169
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 150px;
}

img.img_170
{
	visibility: visible;
	mso-wrap-style: square;
	width: 601px;
	height: 524px;
}

img.img_171
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 164px;
}

img.img_172
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 163px;
}

img.img_173
{
	visibility: visible;
	mso-wrap-style: square;
	width: 1030px;
	height: 172px;
}

img.img_174
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 262px;
}

img.img_175
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 455px;
}

img.img_176
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 47px;
}

p.p_20
{
	font-family: Helvetica;
	color: #000000;
	font-size: 11pt;
}

img.img_177
{
	visibility: visible;
	mso-wrap-style: square;
	width: 629px;
	height: 521px;
}

img.img_178
{
	visibility: visible;
	mso-wrap-style: square;
	width: 664px;
	height: 213px;
}

img.img_179
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 216px;
}

img.img_180
{
	visibility: visible;
	mso-wrap-style: square;
	width: 362px;
	height: 828px;
}

p.p_21
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: Arial;
	color: #000000;
}

col.col_104
{
	width: 75pt;
}

p.p_22
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: Arial;
}

td.td_39
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	padding-top: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
	padding-right: 5pt;
}

tr.tr_5
{
	height: 13pt;
}

tr.tr_6
{
	height: 26pt;
}

tr.tr_7
{
	height: 38pt;
}

span.span_23
{
	font-family: Arial;
}

span.span_24
{
	font-family: Arial;
	font-size: 10pt;
}

tr.tr_8
{
	height: 60pt;
}

tr.tr_9
{
	height: 25pt;
}

img.img_181
{
	visibility: visible;
	mso-wrap-style: square;
	width: 794px;
	height: 649px;
}

img.img_182
{
	visibility: visible;
	mso-wrap-style: square;
	width: 898px;
	height: 397px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_183
{
	visibility: visible;
	mso-wrap-style: square;
	width: 898px;
	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;
}

ul.ul_6
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 72pt;
}

img.img_184
{
	visibility: visible;
	mso-wrap-style: square;
	width: 1038px;
	height: 269px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_185
{
	visibility: visible;
	mso-wrap-style: square;
	width: 469px;
	height: 137px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_186
{
	visibility: visible;
	mso-wrap-style: square;
	width: 757px;
	height: 953px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

img.img_187
{
	visibility: visible;
	mso-wrap-style: square;
	width: 3px;
	height: 1px;
}

img.img_188
{
	visibility: visible;
	mso-wrap-style: square;
	width: 625px;
	height: 354px;
}

img.img_189
{
	visibility: visible;
	mso-wrap-style: square;
	width: 332px;
	height: 104px;
}

img.img_190
{
	visibility: visible;
	mso-wrap-style: square;
	width: 307px;
	height: 239px;
}

img.img_191
{
	visibility: visible;
	width: 643px;
	height: 318px;
}

span.span_25
{
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
}

col.col_105
{
	width: 160pt;
}

col.col_106
{
	width: 161pt;
}

td.td_40
{
	background-color: #auto;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

p.NumberManual_2
{
	font-family: Calibri;
	color: #010101;
}

p.NumberManual_3
{
	color: #010101;
}

img.img_192
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 216px;
}

img.img_193
{
	visibility: visible;
	mso-wrap-style: square;
	width: 651px;
	height: 547px;
}

img.img_194
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 112px;
}

p.p_23
{
	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;
	margin-left: 36pt;
}

img.img_195
{
	visibility: visible;
	mso-wrap-style: square;
	width: 330px;
	height: 594px;
}

img.img_196
{
	visibility: visible;
	mso-wrap-style: square;
	width: 686px;
	height: 359px;
}

img.img_197
{
	visibility: visible;
	mso-wrap-style: square;
	width: 676px;
	height: 272px;
}

img.img_198
{
	visibility: visible;
	mso-wrap-style: square;
	width: 684px;
	height: 196px;
}

img.img_199
{
	visibility: visible;
	mso-wrap-style: square;
	width: 540px;
	height: 342px;
}

img.img_200
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 285px;
}

img.img_201
{
	visibility: visible;
	mso-wrap-style: square;
	width: 612px;
	height: 90px;
}

img.img_202
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 97px;
}

img.img_203
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 203px;
}

img.img_204
{
	visibility: visible;
	mso-wrap-style: square;
	width: 623px;
	height: 541px;
}

img.img_205
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 252px;
}

p.ProgramExampleBox_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;
	margin-left: 28pt;
	margin-right: 85pt;
	background-color: #FFFF99;
}

img.img_206
{
	visibility: visible;
	mso-wrap-style: square;
	width: 499px;
	height: 161px;
}

img.img_207
{
	visibility: visible;
	mso-wrap-style: square;
	width: 432px;
	height: 280px;
}

img.img_208
{
	visibility: visible;
	mso-wrap-style: square;
	width: 682px;
	height: 154px;
}

img.img_209
{
	visibility: visible;
	mso-wrap-style: square;
	width: 511px;
	height: 461px;
}

img.img_210
{
	visibility: visible;
	mso-wrap-style: square;
	width: 624px;
	height: 153px;
}

img.img_211
{
	visibility: visible;
	mso-wrap-style: square;
	width: 675px;
	height: 606px;
}

img.img_212
{
	visibility: visible;
	mso-wrap-style: square;
	width: 572px;
	height: 308px;
}

img.img_213
{
	visibility: visible;
	mso-wrap-style: square;
	width: 642px;
	height: 508px;
}

img.img_214
{
	visibility: visible;
	mso-wrap-style: square;
	width: 608px;
	height: 237px;
}

img.img_215
{
	visibility: visible;
	mso-wrap-style: square;
	width: 596px;
	height: 226px;
}

img.img_216
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 548px;
}

img.img_217
{
	visibility: visible;
	mso-wrap-style: square;
	width: 464px;
	height: 506px;
}

img.img_218
{
	visibility: visible;
	mso-wrap-style: square;
	width: 685px;
	height: 349px;
}

img.img_219
{
	visibility: visible;
	mso-wrap-style: square;
	width: 684px;
	height: 231px;
}

img.img_220
{
	visibility: visible;
	mso-wrap-style: square;
	width: 657px;
	height: 213px;
}

img.img_221
{
	visibility: visible;
	mso-wrap-style: square;
	width: 643px;
	height: 142px;
}

col.col_107
{
	width: 119pt;
}

span.span_26
{
	color: black;
}

td.td_41
{
	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: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

td.td_42
{
	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: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

p.ScreenHeading_2
{
	page-break-after: avoid;
	color: black;
}

td.td_43
{
	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: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

td.td_44
{
	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: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

p.p_24
{
	orphans: 2;
	widows: 2;
}

li.li_7
{
	orphans: 2;
	widows: 2;
}

td.td_45
{
	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;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

span.span_27
{
	font-family: Symbol;
}

img.img_222
{
	visibility: visible;
	mso-wrap-style: square;
	width: 319px;
	height: 132px;
}

img.img_223
{
	visibility: visible;
	mso-wrap-style: square;
	width: 474px;
	height: 289px;
}

img.img_224
{
	visibility: visible;
	mso-wrap-style: square;
	width: 473px;
	height: 262px;
}

img.img_225
{
	visibility: visible;
	mso-wrap-style: square;
	width: 671px;
	height: 239px;
}

img.img_226
{
	visibility: visible;
	mso-wrap-style: square;
	width: 345px;
	height: 151px;
}

img.img_227
{
	visibility: visible;
	mso-wrap-style: square;
	width: 502px;
	height: 392px;
}

img.img_228
{
	visibility: visible;
	mso-wrap-style: square;
	width: 20px;
	height: 22px;
}

img.img_229
{
	visibility: visible;
	mso-wrap-style: square;
	width: 613px;
	height: 199px;
}

col.col_108
{
	width: 113pt;
}

col.col_109
{
	width: 106pt;
}

td.td_46
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

td.td_47
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

td.td_48
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

td.td_49
{
	background-color: #auto;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 1pt;
	padding-right: 1pt;
}

table.table_6
{
	margin-left: 41pt;
	border-collapse: collapse;
}

img.img_230
{
	visibility: visible;
	mso-wrap-style: square;
	width: 504px;
	height: 362px;
}

img.img_231
{
	visibility: visible;
	mso-wrap-style: square;
	width: 543px;
	height: 411px;
}

img.img_232
{
	visibility: visible;
	mso-wrap-style: square;
	width: 473px;
	height: 95px;
}

img.img_233
{
	visibility: visible;
	mso-wrap-style: square;
	width: 32px;
	height: 32px;
}

img.img_234
{
	visibility: visible;
	mso-wrap-style: square;
	width: 572px;
	height: 257px;
}

img.img_235
{
	visibility: visible;
	mso-wrap-style: square;
	width: 477px;
	height: 442px;
}

img.img_236
{
	visibility: visible;
	mso-wrap-style: square;
	width: 581px;
	height: 463px;
}

img.img_237
{
	visibility: visible;
	mso-wrap-style: square;
	width: 346px;
	height: 313px;
}

img.img_238
{
	visibility: visible;
	mso-wrap-style: square;
	width: 609px;
	height: 428px;
}

img.img_239
{
	visibility: visible;
	mso-wrap-style: square;
	width: 488px;
	height: 148px;
}

img.img_240
{
	visibility: visible;
	mso-wrap-style: square;
	width: 581px;
	height: 203px;
}

img.img_241
{
	visibility: visible;
	mso-wrap-style: square;
	width: 23px;
	height: 21px;
}

img.img_242
{
	visibility: visible;
	mso-wrap-style: square;
	width: 546px;
	height: 275px;
}

img.img_243
{
	visibility: visible;
	mso-wrap-style: square;
	width: 557px;
	height: 160px;
}

img.img_244
{
	visibility: visible;
	mso-wrap-style: square;
	width: 427px;
	height: 274px;
}

img.img_245
{
	visibility: visible;
	mso-wrap-style: square;
	width: 386px;
	height: 312px;
}

img.img_246
{
	visibility: visible;
	mso-wrap-style: square;
	width: 23px;
	height: 19px;
}

img.img_247
{
	visibility: visible;
	mso-wrap-style: square;
	width: 406px;
	height: 275px;
}

img.img_248
{
	visibility: visible;
	mso-wrap-style: square;
	width: 21px;
	height: 19px;
}

img.img_249
{
	visibility: visible;
	mso-wrap-style: square;
	width: 380px;
	height: 445px;
}

img.img_250
{
	visibility: visible;
	mso-wrap-style: square;
	width: 25px;
	height: 25px;
}

img.img_251
{
	visibility: visible;
	mso-wrap-style: square;
	width: 206px;
	height: 137px;
}

img.img_252
{
	visibility: visible;
	mso-wrap-style: square;
	width: 25px;
	height: 22px;
}

img.img_253
{
	visibility: visible;
	mso-wrap-style: square;
	width: 493px;
	height: 108px;
}

img.img_254
{
	visibility: visible;
	mso-wrap-style: square;
	width: 22px;
	height: 23px;
}

img.img_255
{
	visibility: visible;
	mso-wrap-style: square;
	width: 552px;
	height: 271px;
}

img.img_256
{
	visibility: visible;
	mso-wrap-style: square;
	width: 273px;
	height: 335px;
}

img.img_257
{
	visibility: visible;
	mso-wrap-style: square;
	width: 678px;
	height: 346px;
}

img.img_258
{
	visibility: visible;
	mso-wrap-style: square;
	width: 509px;
	height: 399px;
}

img.img_259
{
	visibility: visible;
	mso-wrap-style: square;
	width: 402px;
	height: 313px;
}

img.img_260
{
	visibility: visible;
	mso-wrap-style: square;
	width: 407px;
	height: 319px;
}

img.img_261
{
	visibility: visible;
	mso-wrap-style: square;
	width: 586px;
	height: 365px;
}

img.img_262
{
	visibility: visible;
	mso-wrap-style: square;
	width: 380px;
	height: 373px;
}

img.img_263
{
	visibility: visible;
	mso-wrap-style: square;
	width: 25px;
	height: 21px;
}

img.img_264
{
	visibility: visible;
	mso-wrap-style: square;
	width: 496px;
	height: 172px;
}

img.img_265
{
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 22px;
}

img.img_266
{
	visibility: visible;
	mso-wrap-style: square;
	width: 555px;
	height: 249px;
}

img.img_267
{
	visibility: visible;
	mso-wrap-style: square;
	width: 558px;
	height: 194px;
}

img.img_268
{
	visibility: visible;
	mso-wrap-style: square;
	width: 247px;
	height: 432px;
}

img.img_269
{
	visibility: visible;
	mso-wrap-style: square;
	width: 498px;
	height: 284px;
}

img.img_270
{
	visibility: visible;
	mso-wrap-style: square;
	width: 377px;
	height: 516px;
}

img.img_271
{
	visibility: visible;
	mso-wrap-style: square;
	width: 385px;
	height: 213px;
}

img.img_272
{
	visibility: visible;
	mso-wrap-style: square;
	width: 550px;
	height: 225px;
}

img.img_273
{
	visibility: visible;
	mso-wrap-style: square;
	width: 449px;
	height: 420px;
}

img.img_274
{
	visibility: visible;
	mso-wrap-style: square;
	width: 24px;
	height: 22px;
}

img.img_275
{
	visibility: visible;
	mso-wrap-style: square;
	width: 496px;
	height: 290px;
}

img.img_276
{
	visibility: visible;
	mso-wrap-style: square;
	width: 302px;
	height: 413px;
}

img.img_277
{
	visibility: visible;
	mso-wrap-style: square;
	width: 621px;
	height: 277px;
}

img.img_278
{
	visibility: visible;
	mso-wrap-style: square;
	width: 311px;
	height: 195px;
}

img.img_279
{
	visibility: visible;
	mso-wrap-style: square;
	width: 414px;
	height: 388px;
}

img.img_280
{
	visibility: visible;
	mso-wrap-style: square;
	width: 23px;
	height: 17px;
}

img.img_281
{
	visibility: visible;
	mso-wrap-style: square;
	width: 566px;
	height: 205px;
}

img.img_282
{
	visibility: visible;
	mso-wrap-style: square;
	width: 24px;
	height: 23px;
}

img.img_283
{
	visibility: visible;
	mso-wrap-style: square;
	width: 26px;
	height: 26px;
}

img.img_284
{
	visibility: visible;
	mso-wrap-style: square;
	width: 540px;
	height: 297px;
}

img.img_285
{
	visibility: visible;
	mso-wrap-style: square;
	width: 37px;
	height: 31px;
}

img.img_286
{
	visibility: visible;
	mso-wrap-style: square;
	width: 341px;
	height: 258px;
}

img.img_287
{
	visibility: visible;
	mso-wrap-style: square;
	width: 426px;
	height: 228px;
}

img.img_288
{
	visibility: visible;
	mso-wrap-style: square;
	width: 572px;
	height: 250px;
}

img.img_289
{
	visibility: visible;
	mso-wrap-style: square;
	width: 560px;
	height: 176px;
}

img.img_290
{
	visibility: visible;
	mso-wrap-style: square;
	width: 533px;
	height: 351px;
}

img.img_291
{
	visibility: visible;
	mso-wrap-style: square;
	width: 410px;
	height: 190px;
}

img.img_292
{
	visibility: visible;
	mso-wrap-style: square;
	width: 446px;
	height: 321px;
}

p.NumberManual_4
{
	page-break-before: always;
}

img.img_293
{
	visibility: visible;
	mso-wrap-style: square;
	width: 318px;
	height: 203px;
}

img.img_294
{
	visibility: visible;
	mso-wrap-style: square;
	width: 296px;
	height: 218px;
}

img.img_295
{
	visibility: visible;
	mso-wrap-style: square;
	width: 20px;
	height: 18px;
}

img.img_296
{
	visibility: visible;
	mso-wrap-style: square;
	width: 370px;
	height: 273px;
}

img.img_297
{
	visibility: visible;
	mso-wrap-style: square;
	width: 387px;
	height: 201px;
}

img.img_298
{
	visibility: visible;
	mso-wrap-style: square;
	width: 18px;
	height: 19px;
}

img.img_299
{
	visibility: visible;
	mso-wrap-style: square;
	width: 21px;
	height: 22px;
}

img.img_300
{
	visibility: visible;
	mso-wrap-style: square;
	width: 258px;
	height: 172px;
}

img.img_301
{
	visibility: visible;
	mso-wrap-style: square;
	width: 337px;
	height: 571px;
}

img.img_302
{
	visibility: visible;
	mso-wrap-style: square;
	width: 286px;
	height: 260px;
}

p.p_25
{
	font-family: 'Courier New';
	font-size: 9pt;
}

img.img_303
{
	visibility: visible;
	mso-wrap-style: square;
	width: 27px;
	height: 19px;
}

img.img_304
{
	visibility: visible;
	mso-wrap-style: square;
	width: 689px;
	height: 282px;
}

img.img_305
{
	visibility: visible;
	mso-wrap-style: square;
	width: 621px;
	height: 267px;
}

img.img_306
{
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 22px;
}

img.img_307
{
	visibility: visible;
	mso-wrap-style: square;
	width: 460px;
	height: 274px;
}

img.img_308
{
	visibility: visible;
	mso-wrap-style: square;
	width: 23px;
	height: 23px;
}

img.img_309
{
	visibility: visible;
	mso-wrap-style: square;
	width: 574px;
	height: 277px;
}

img.img_310
{
	visibility: visible;
	mso-wrap-style: square;
	width: 555px;
	height: 172px;
}

img.img_311
{
	visibility: visible;
	mso-wrap-style: square;
	width: 29px;
	height: 23px;
}

img.img_312
{
	visibility: visible;
	mso-wrap-style: square;
	width: 28px;
	height: 21px;
}

img.img_313
{
	visibility: visible;
	mso-wrap-style: square;
	width: 536px;
	height: 228px;
}

img.img_314
{
	visibility: visible;
	mso-wrap-style: square;
	width: 20px;
	height: 21px;
}

img.img_315
{
	visibility: visible;
	mso-wrap-style: square;
	width: 24px;
	height: 21px;
}

img.img_316
{
	visibility: visible;
	mso-wrap-style: square;
	width: 578px;
	height: 231px;
}

img.img_317
{
	visibility: visible;
	mso-wrap-style: square;
	width: 463px;
	height: 139px;
}

img.img_318
{
	visibility: visible;
	mso-wrap-style: square;
	width: 446px;
	height: 310px;
}

img.img_319
{
	visibility: visible;
	mso-wrap-style: square;
	width: 434px;
	height: 185px;
}

img.img_320
{
	visibility: visible;
	mso-wrap-style: square;
	width: 564px;
	height: 159px;
}

img.img_321
{
	visibility: visible;
	mso-wrap-style: square;
	width: 622px;
	height: 190px;
}

img.img_322
{
	visibility: visible;
	mso-wrap-style: square;
	width: 367px;
	height: 183px;
}

img.img_323
{
	visibility: visible;
	mso-wrap-style: square;
	width: 407px;
	height: 318px;
}

img.img_324
{
	visibility: visible;
	mso-wrap-style: square;
	width: 326px;
	height: 256px;
}

img.img_325
{
	visibility: visible;
	mso-wrap-style: square;
	width: 679px;
	height: 125px;
}

img.img_326
{
	visibility: visible;
	mso-wrap-style: square;
	width: 666px;
	height: 270px;
}

img.img_327
{
	visibility: visible;
	mso-wrap-style: square;
	width: 568px;
	height: 182px;
}

img.img_328
{
	visibility: visible;
	mso-wrap-style: square;
	width: 494px;
	height: 170px;
}

img.img_329
{
	visibility: visible;
	mso-wrap-style: square;
	width: 669px;
	height: 130px;
}

img.img_330
{
	visibility: visible;
	mso-wrap-style: square;
	width: 30px;
	height: 19px;
}

img.img_331
{
	visibility: visible;
	mso-wrap-style: square;
	width: 31px;
	height: 24px;
}

img.img_332
{
	visibility: visible;
	mso-wrap-style: square;
	width: 555px;
	height: 183px;
}

img.img_333
{
	visibility: visible;
	mso-wrap-style: square;
	width: 25px;
	height: 23px;
}

img.img_334
{
	visibility: visible;
	mso-wrap-style: square;
	width: 414px;
	height: 280px;
}

img.img_335
{
	visibility: visible;
	mso-wrap-style: square;
	width: 394px;
	height: 189px;
}

img.img_336
{
	visibility: visible;
	mso-wrap-style: square;
	width: 394px;
	height: 201px;
}

col.col_110
{
	width: 122pt;
}

col.col_111
{
	width: 234pt;
}

table.table_7
{
	margin-left: 18pt;
	border-collapse: collapse;
}

img.img_337
{
	visibility: visible;
	mso-wrap-style: square;
	width: 582px;
	height: 191px;
}

img.img_338
{
	visibility: visible;
	mso-wrap-style: square;
	width: 446px;
	height: 309px;
}

col.col_112
{
	width: 179pt;
}

col.col_113
{
	width: 297pt;
}

col.col_114
{
	width: 156pt;
}

col.col_115
{
	width: 276pt;
}

table.table_8
{
	margin-left: 27pt;
	border-collapse: collapse;
}

img.img_339
{
	visibility: visible;
	mso-wrap-style: square;
	width: 29px;
	height: 21px;
}

img.img_340
{
	visibility: visible;
	mso-wrap-style: square;
	width: 564px;
	height: 154px;
}

img.img_341
{
	visibility: visible;
	mso-wrap-style: square;
	width: 22px;
	height: 21px;
}

img.img_342
{
	visibility: visible;
	mso-wrap-style: square;
	width: 542px;
	height: 352px;
}

img.img_343
{
	visibility: visible;
	mso-wrap-style: square;
	width: 572px;
	height: 144px;
}

img.img_344
{
	visibility: visible;
	mso-wrap-style: square;
	width: 672px;
	height: 219px;
}

img.img_345
{
	visibility: visible;
	mso-wrap-style: square;
	width: 479px;
	height: 160px;
}

img.img_346
{
	visibility: visible;
	mso-wrap-style: square;
	width: 496px;
	height: 391px;
}

img.img_347
{
	visibility: visible;
	mso-wrap-style: square;
	width: 378px;
	height: 349px;
}

img.img_348
{
	visibility: visible;
	mso-wrap-style: square;
	width: 356px;
	height: 74px;
}

img.img_349
{
	visibility: visible;
	mso-wrap-style: square;
	width: 488px;
	height: 318px;
}

img.img_350
{
	visibility: visible;
	mso-wrap-style: square;
	width: 351px;
	height: 190px;
}

img.img_351
{
	visibility: visible;
	mso-wrap-style: square;
	width: 440px;
	height: 180px;
}

img.img_352
{
	visibility: visible;
	mso-wrap-style: square;
	width: 511px;
	height: 284px;
}

img.img_353
{
	visibility: visible;
	mso-wrap-style: square;
	width: 450px;
	height: 271px;
}

img.img_354
{
	visibility: visible;
	mso-wrap-style: square;
	width: 376px;
	height: 129px;
}

img.img_355
{
	visibility: visible;
	mso-wrap-style: square;
	width: 257px;
	height: 103px;
}

img.img_356
{
	visibility: visible;
	mso-wrap-style: square;
	width: 421px;
	height: 409px;
}

img.img_357
{
	visibility: visible;
	mso-wrap-style: square;
	width: 265px;
	height: 455px;
}

img.img_358
{
	visibility: visible;
	mso-wrap-style: square;
	width: 460px;
	height: 181px;
}

col.col_116
{
	width: 87pt;
}

col.col_117
{
	width: 191pt;
}

img.img_359
{
	visibility: visible;
	mso-wrap-style: square;
	width: 26px;
	height: 23px;
}

img.img_360
{
	visibility: visible;
	mso-wrap-style: square;
	width: 532px;
	height: 350px;
}

img.img_361
{
	visibility: visible;
	mso-wrap-style: square;
	width: 42px;
	height: 23px;
}

img.img_362
{
	visibility: visible;
	mso-wrap-style: square;
	width: 374px;
	height: 178px;
}

img.img_363
{
	visibility: visible;
	mso-wrap-style: square;
	width: 26px;
	height: 22px;
}

img.img_364
{
	visibility: visible;
	mso-wrap-style: square;
	width: 357px;
	height: 257px;
}

col.col_118
{
	width: 135pt;
}

img.img_365
{
	visibility: visible;
	mso-wrap-style: square;
	width: 390px;
	height: 162px;
}

img.img_366
{
	visibility: visible;
	mso-wrap-style: square;
	width: 510px;
	height: 184px;
}

img.img_367
{
	visibility: visible;
	mso-wrap-style: square;
	width: 639px;
	height: 195px;
}

img.img_368
{
	visibility: visible;
	mso-wrap-style: square;
	width: 22px;
	height: 20px;
}

img.img_369
{
	visibility: visible;
	mso-wrap-style: square;
	width: 431px;
	height: 94px;
}

img.img_370
{
	visibility: visible;
	mso-wrap-style: square;
	width: 331px;
	height: 162px;
}

img.img_371
{
	visibility: visible;
	mso-wrap-style: square;
	width: 395px;
	height: 432px;
}

img.img_372
{
	visibility: visible;
	mso-wrap-style: square;
	width: 694px;
	height: 260px;
}

img.img_373
{
	visibility: visible;
	mso-wrap-style: square;
	width: 527px;
	height: 440px;
}

img.img_374
{
	visibility: visible;
	mso-wrap-style: square;
	width: 464px;
	height: 322px;
}

img.img_375
{
	visibility: visible;
	mso-wrap-style: square;
	width: 369px;
	height: 334px;
}

img.img_376
{
	visibility: visible;
	mso-wrap-style: square;
	width: 253px;
	height: 97px;
}

img.img_377
{
	visibility: visible;
	mso-wrap-style: square;
	width: 499px;
	height: 343px;
}

img.img_378
{
	visibility: visible;
	mso-wrap-style: square;
	width: 391px;
	height: 343px;
}

img.img_379
{
	visibility: visible;
	mso-wrap-style: square;
	width: 391px;
	height: 272px;
}

img.img_380
{
	visibility: visible;
	mso-wrap-style: square;
	width: 396px;
	height: 297px;
}

span.span_28
{
	font-family: Verdana;
	color: #3B3838;
	font-size: 10pt;
}

p.p_26
{
	font-family: Verdana;
	color: #3B3838;
	font-size: 10pt;
}

img.img_381
{
	visibility: visible;
	mso-wrap-style: square;
	width: 635px;
	height: 138px;
}

img.img_382
{
	visibility: visible;
	mso-wrap-style: square;
	width: 410px;
	height: 318px;
}

img.img_383
{
	visibility: visible;
	mso-wrap-style: square;
	width: 635px;
	height: 419px;
}

img.img_384
{
	visibility: visible;
	mso-wrap-style: square;
	width: 316px;
	height: 374px;
}

img.img_385
{
	visibility: visible;
	mso-wrap-style: square;
	width: 456px;
	height: 153px;
}

img.img_386
{
	visibility: visible;
	mso-wrap-style: square;
	width: 445px;
	height: 356px;
}

img.img_387
{
	visibility: visible;
	mso-wrap-style: square;
	width: 334px;
	height: 221px;
}

img.img_388
{
	visibility: visible;
	mso-wrap-style: square;
	width: 537px;
	height: 191px;
}

img.img_389
{
	visibility: visible;
	mso-wrap-style: square;
	width: 322px;
	height: 197px;
}

img.img_390
{
	visibility: visible;
	mso-wrap-style: square;
	width: 545px;
	height: 399px;
}

img.img_391
{
	visibility: visible;
	mso-wrap-style: square;
	width: 314px;
	height: 149px;
}

img.img_392
{
	visibility: visible;
	mso-wrap-style: square;
	width: 615px;
	height: 215px;
}

img.img_393
{
	visibility: visible;
	mso-wrap-style: square;
	width: 561px;
	height: 503px;
}

img.img_394
{
	visibility: visible;
	mso-wrap-style: square;
	width: 340px;
	height: 257px;
}

img.img_395
{
	visibility: visible;
	mso-wrap-style: square;
	width: 304px;
	height: 347px;
}

img.img_396
{
	visibility: visible;
	mso-wrap-style: square;
	width: 573px;
	height: 243px;
}

img.img_397
{
	visibility: visible;
	mso-wrap-style: square;
	width: 536px;
	height: 435px;
}

img.img_398
{
	visibility: visible;
	mso-wrap-style: square;
	width: 635px;
	height: 502px;
}

img.img_399
{
	visibility: visible;
	mso-wrap-style: square;
	width: 634px;
	height: 194px;
}

img.img_400
{
	visibility: visible;
	mso-wrap-style: square;
	width: 598px;
	height: 203px;
}

img.img_401
{
	visibility: visible;
	mso-wrap-style: square;
	width: 586px;
	height: 330px;
}

img.img_402
{
	visibility: visible;
	mso-wrap-style: square;
	width: 23px;
	height: 22px;
}

img.img_403
{
	visibility: visible;
	mso-wrap-style: square;
	width: 533px;
	height: 350px;
}

img.img_404
{
	visibility: visible;
	mso-wrap-style: square;
	width: 386px;
	height: 178px;
}

img.img_405
{
	visibility: visible;
	mso-wrap-style: square;
	width: 281px;
	height: 156px;
}

img.img_406
{
	visibility: visible;
	mso-wrap-style: square;
	width: 28px;
	height: 22px;
}

img.img_407
{
	visibility: visible;
	mso-wrap-style: square;
	width: 20px;
	height: 23px;
}

img.img_408
{
	visibility: visible;
	mso-wrap-style: square;
	width: 338px;
	height: 202px;
}

img.img_409
{
	visibility: visible;
	mso-wrap-style: square;
	width: 393px;
	height: 216px;
}

col.col_119
{
	width: 121pt;
}

col.col_120
{
	width: 115pt;
}

table.table_9
{
	margin-left: 34pt;
	border-collapse: collapse;
}

img.img_410
{
	visibility: visible;
	mso-wrap-style: square;
	width: 18px;
	height: 21px;
}

img.img_411
{
	visibility: visible;
	mso-wrap-style: square;
	width: 392px;
	height: 222px;
}

img.img_412
{
	visibility: visible;
	mso-wrap-style: square;
	width: 26px;
	height: 24px;
}

img.img_413
{
	visibility: visible;
	mso-wrap-style: square;
	width: 29px;
	height: 22px;
}

img.img_414
{
	visibility: visible;
	mso-wrap-style: square;
	width: 491px;
	height: 108px;
}

img.img_415
{
	visibility: visible;
	mso-wrap-style: square;
	width: 603px;
	height: 444px;
}

img.img_416
{
	visibility: visible;
	mso-wrap-style: square;
	width: 635px;
	height: 319px;
}

span.span_29
{
	font-family: Consolas;
	font-size: 10pt;
}

img.img_417
{
	visibility: visible;
	mso-wrap-style: square;
	width: 403px;
	height: 316px;
}

img.img_418
{
	width: 662px;
	height: 183px;
}

img.img_419
{
	width: 451px;
	height: 288px;
}

img.img_420
{
	width: 499px;
	height: 155px;
}

img.img_421
{
	visibility: visible;
	mso-wrap-style: square;
	width: 432px;
	height: 250px;
}

img.img_422
{
	visibility: visible;
	mso-wrap-style: square;
	width: 74px;
	height: 77px;
}

p.Numbermanualindent_1
{
	margin-left: 18pt;
}

img.img_423
{
	width: 682px;
	height: 173px;
}

img.img_424
{
	width: 662px;
	height: 144px;
}

img.img_425
{
	width: 633px;
	height: 221px;
}

img.img_426
{
	visibility: visible;
	mso-wrap-style: square;
	width: 385px;
	height: 242px;
}

img.img_427
{
	width: 431px;
	height: 155px;
}

img.img_428
{
	visibility: visible;
	mso-wrap-style: square;
	width: 430px;
	height: 195px;
}

img.img_429
{
	width: 393px;
	height: 201px;
}

img.img_430
{
	visibility: visible;
	mso-wrap-style: square;
	width: 635px;
	height: 486px;
}

img.img_431
{
	visibility: visible;
	mso-wrap-style: square;
	width: 635px;
	height: 487px;
}

img.img_432
{
	width: 355px;
	height: 307px;
}

img.img_433
{
	visibility: visible;
	mso-wrap-style: square;
	width: 29px;
	height: 19px;
}

img.img_434
{
	visibility: visible;
	mso-wrap-style: square;
	width: 635px;
	height: 320px;
}

img.img_435
{
	visibility: visible;
	mso-wrap-style: square;
	width: 309px;
	height: 184px;
}

img.img_436
{
	width: 639px;
	height: 274px;
}

img.img_437
{
	width: 675px;
	height: 304px;
}

img.img_438
{
	width: 682px;
	height: 326px;
}

p.NumberManual_5
{
	font-family: Arial;
}

img.img_439
{
	visibility: visible;
	mso-wrap-style: square;
	width: 603px;
	height: 510px;
}

img.img_440
{
	visibility: visible;
	mso-wrap-style: square;
	width: 318px;
	height: 490px;
}

img.img_441
{
	width: 558px;
	height: 451px;
}

img.img_442
{
	visibility: visible;
	mso-wrap-style: square;
	width: 622px;
	height: 337px;
}

img.img_443
{
	visibility: visible;
	mso-wrap-style: square;
	width: 635px;
	height: 334px;
}

img.img_444
{
	visibility: visible;
	mso-wrap-style: square;
	width: 313px;
	height: 485px;
}

img.img_445
{
	visibility: visible;
	mso-wrap-style: square;
	width: 278px;
	height: 362px;
}

img.img_446
{
	visibility: visible;
	mso-wrap-style: square;
	width: 551px;
	height: 241px;
}

img.img_447
{
	visibility: visible;
	mso-wrap-style: square;
	width: 454px;
	height: 173px;
}

img.img_448
{
	visibility: visible;
	mso-wrap-style: square;
	width: 550px;
	height: 150px;
}

img.img_449
{
	visibility: visible;
	mso-wrap-style: square;
	width: 21px;
	height: 23px;
}

img.img_450
{
	visibility: visible;
	mso-wrap-style: square;
	width: 542px;
	height: 177px;
}

p.p_27
{
	margin-left: 5pt;
	margin-right: 18pt;
}

