/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Roboto';
	src: url(../Fonts/Roboto-Regular.ttf);
}

@font-face 
{
	font-family: 'Roboto Light';
	src: url(../Fonts/Roboto-Light.ttf);
}

@font-face 
{
	font-family: 'Roboto Light Italic';
	src: url(../Fonts/Roboto-LightItalic.ttf);
}

@font-face 
{
	font-family: 'Roboto Black';
	src: url(../Fonts/Roboto-Black.ttf);
}

@font-face 
{
	font-family: 'Roboto Black Italic';
	src: url(../Fonts/Roboto-BlackItalic.ttf);
}

@font-face 
{
	font-family: 'Roboto Thin';
	src: url(../Fonts/Roboto-Thin.ttf);
}

@font-face 
{
	font-family: 'Roboto Thin Italic';
	src: url(../Fonts/Roboto-ThinItalic.ttf);
}

@font-face 
{
	font-family: 'Roboto Medium';
	src: url(../Fonts/Roboto-Medium.ttf);
}

@font-face 
{
	font-family: 'Roboto Medium Italic';
	src: url(../Fonts/Roboto-MediumItalic.ttf);
}

@font-face 
{
	font-family: 'Roboto Italic';
	src: url(../Fonts/Roboto-Italic.ttf);
}

@font-face 
{
	font-family: 'Roboto Bold';
	src: url(../Fonts/Roboto-Bold.ttf);
}

@font-face 
{
	font-family: 'Roboto BoldItalic';
	src: url(../Fonts/Roboto-BoldItalic.ttf);
}

@font-face 
{
	font-family: 'Arial';
	src: url(../Fonts/arial.ttf);
}

#myBtn
{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	font-weight: bold;
	border-style: solid;
	border-width: 0.5px;
	border-color: red;
	outline: none;
	color: #555;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../Icons/Backtotoparrow-01.png');
}

#myBtn:hover
{
	background-color: transparent;
}

/*------------ START CSS Flexbox Layout ------------*/

div.FlexContainer
{
	display: flex;
	flex-wrap: wrap;
	border-radius: 0px;
}

div.FlexContainer > div
{
	flex-basis: 20em;
	flex-grow: 1;
}

/*------------ END CSS Flexbox Layout ------------*/
/*------------ START Tile formatting ------------*/

div.Cells6 > div,
div.FlexContainer > div
{
	background-color: gray;
	border-radius: 30px;
	color: White;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}

div.FlexContainer > div
{
	margin-left: 1em;
	margin-right: 1em;
	padding: 1em;
}

div.FlexContainer > div a
{
	display: block;
	padding: 1em;
	color: inherit;
}

div.Cells6 > div a
{
	display: block;
	padding: 1em;
	color: inherit;
}

/*------------ END Tile formatting ------------*/
/*------------ START Tile Transition and Hover Effect ------------*/

div.FlexContainer > div,
div.Cells6 > div
{
	transition: all 0.3s;
}

div.Cells6 > div:hover,
div.FlexContainer > div:hover
{
	box-shadow: 0 12px 24px rgba(0,0,0,0.5);
	background-color: red;
	color: grey;
}

/*------------ END Tile Transition and Hover Effect ------------*/

div.topic-hero
{
	padding: 5%;
	/*	background-image: url('../Images/wifiicon.png');*/
	background-color: red;
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 48pt;
	text-align: center;
}

div.topic-heroA	/*This is the first Hero/Banner on the Home Page - To replace the banner image with your own, change background-image property*/
{
	/* Create the parallax scrolling effect */
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	height: 0px;
	border-bottom: none 0px transparent;
}

div.CenterSingle2	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	border-top-color: #ff0000;
	border-top: solid 4px #ff0000;
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	border-bottom: none 0px transparent;
	margin-bottom: 20px;
	font-size: 10pt;
	padding-top: 13px;
	background: #f2f2f2;
	padding-bottom: 3px;
}

div.CenterSingle2::before
{
	content: ' ';
	display: table;
}

div.CenterSingle2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.CenterSingle2 > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border-top: solid 1px #ff0000;
	font-size: 11pt;
	font-family: Roboto;
	float: left;
}

div.CenterSingle2 > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.CenterSingle2 > div:nth-child(2)
{
	width: 18.75%;
	margin-left: 0%;
}

div.CenterSingle2 > div:nth-child(3)
{
	width: 18.75%;
	margin-left: 0%;
}

div.CenterSingle2 > div:nth-child(4)
{
	width: 18.75%;
	margin-left: 0%;
}

div.CenterSingle2 > div:nth-child(5)
{
	width: 18.75%;
	margin-left: 0%;
}

div.CenterSingle2 > div:nth-child(6)
{
	width: 18.75%;
}

div.FooterCopyright1
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0%;
	background-color: #171717;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 8pt;
	color: #a9a9a9;
	padding-bottom: 10px;
	padding-left: 17%;
}

div.contentoverflow
{
	overflow: auto;
}

body
{
	color: #000000;
	font-family: 'Roboto Light';
	font-size: 11pt;
}

/*safety MSG text and Result text common*/

p.SafetyTextMsgs
{
	font-weight: bold;
	line-height: 13px;
	padding: 1px;
	mc-hyphenate: never;
	color: #000000;
	font-size: 11pt;
	margin-bottom: 6pt;
	margin-top: 6pt;
	font-family: 'Roboto Light';
}

p.SafetyTextResult
{
	font-weight: normal;
	font-style: italic;
	line-height: 25px;
	margin-bottom: .1px;
	margin-top: 3px;
	margin-left: 10px;
	mc-hyphenate: never;
	color: #000000;
	font-size: 11pt;
	font-family: 'Roboto Light';
}

/*safety WARNING panel*/

p.WarningSignalWord
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 3px;
	margin-top: 1px;
	line-height: 30px;
	mc-auto-number-format: '{b}WARNING{/b}';
	color: #000000;
	font-family: 'Roboto Light';
}

div.WarningPanel
{
	background-position-y: center;
	background-position-x: 10px;
	background-repeat: no-repeat;
	border-radius: 0px 0px;
	padding-left: 75px;
	border-style: solid;
	border-width: 1.5px;
	border-color: #000000;
	background-color: #ff8c00;
	background-image: url('../../SolusLegend/NA/SL_Images/adds/safetyEXpoint.png');
}

/*safety CAUTION panel*/

p.CautionSignalWord
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 3px;
	margin-top: 1px;
	line-height: 30px;
	mc-auto-number-format: '{b}CAUTION{/b}';
	font-family: Roboto;
}

div.CautionPanel
{
	background-position-y: center;
	background-position-x: 10px;
	background-repeat: no-repeat;
	border-radius: 0px 0px;
	padding-left: 75px;
	border-style: solid;
	border-width: 1.5px;
	border-color: #000000;
	background-color: #f7d417;
	background-image: url('../../SolusLegend/NA/SL_Images/adds/safetyEXpoint.png');
}

/*safety DANGER panel*/

p.DangerSignalWord
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 3px;
	margin-top: 1px;
	line-height: 30px;
	mc-auto-number-format: '{b}DANGER{/b}';
	font-family: Roboto;
}

div.DangerPanel
{
	background-position-y: center;
	background-position-x: 10px;
	background-repeat: no-repeat;
	border-radius: 0px 0px;
	padding-left: 75px;
	border-style: solid;
	border-width: 1.5px;
	border-color: #000000;
	background-color: #d42e12;
	background-image: url('../../SolusLegend/NA/SL_Images/adds/safetyEXpoint.png');
}

/*safety NOTE panel*/

p.FooterHd1
{
	margin-bottom: 10px;
	margin-top: 8px;
	left: 0px;
	color: #ffffff;
	font-size: 11pt;
	line-height: 11pt;
}

div.FooterFourEqual	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	background-color: #171717;
	padding-top: 40px;
	left: 0px;
	bottom: 0px;
	padding-bottom: 35px;
}

div.FooterFourEqual::before
{
	content: ' ';
	display: table;
}

div.FooterFourEqual::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.FooterFourEqual > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 10pt;
	float: left;
}

div.FooterFourEqual > div:nth-child(1)
{
	margin-left: 17%;
	width: 16.5%;
}

div.FooterFourEqual > div:nth-child(2)
{
	margin-left: 0%;
	width: 16.5%;
}

div.FooterFourEqual > div:nth-child(3)
{
	margin-left: 0%;
	width: 16.5%;
}

div.FooterFourEqual > div:nth-child(4)
{
	margin-right: 17%;
	width: 16.5%;
	margin-left: 0%;
}

div.TempFooter2	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	background-color: #a9a9a9;
	width: 100%;
	margin-bottom: 0%;
	padding-bottom: 0%;
	margin-top: 70px;
}

div.TempFooter2::before
{
	content: ' ';
	display: table;
}

div.TempFooter2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.TempFooter2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.TempFooter2 > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
	bottom: 0px;
	left: 0px;
	position: inherit;
}

div.TempFooter2 > div:nth-child(2)
{
	margin-left: 0%;
	width: 100%;
}

div.TempFooter2 > div:nth-child(3)
{
	margin-left: 0%;
	width: 100%;
}

p.NOTESignalWord
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 3px;
	line-height: 30px;
	mc-auto-number-format: '{b}NOTE{/b}';
	color: #000000;
	font-family: 'Roboto Light';
}

p.NOTETextOLD
{
	font-weight: normal;
	font-style: italic;
	margin-bottom: 3pt;
	margin-top: 3pt;
	padding: 0px;
	mc-hyphenate: never;
	margin-left: 0px;
	text-indent: 0px;
	padding-left: 23pt;
	line-height: 16px;
	mc-multiline-indent: 0pt;
	font-size: 11pt;
	font-family: 'Roboto Light';
}

p.NOTETextOLD::before
{
	text-indent: 0px;
	content: 'NOTE:  ';
	font-size: 11pt;
	font-weight: bold;
	color: #0000cd;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 40px;
	padding-top: 40px;
}

p.NOTESSignalWord
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 3px;
	line-height: 30px;
	mc-auto-number-format: '{b}NOTES{/b}';
	color: #000000;
	font-family: 'Roboto Light';
}

p.NOTESText
{
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
	line-height: 20px;
	margin-bottom: 3px;
	margin-top: 3px;
	mc-auto-number-format: '{b}• {/b}';
	padding: 1px;
	mc-hyphenate: never;
	color: #ff0000;
	font-family: 'Roboto Light';
}

div.NOTEPanel
{
	background-position-y: center;
	background-position-x: 10px;
	background-repeat: no-repeat;
	border-radius: 0px 0px;
	padding-left: 75px;
	border-style: solid;
	border-width: 2px;
	border-color: #0057a6;
	background-image: url('../../SolusLegend/NA/SL_Images/adds/NoteIcon.png');
}

/*safety IMPORTANT panel*/

p.IMPORTANTSignalWord
{
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 3px;
	margin-top: 30px;
	line-height: 30px;
	mc-auto-number-format: '{b}!!! IMPORTANT !!!{/b}';
	font-family: Roboto;
}

p.IMPORTANTTextOLD
{
	border-top: none 2px #000000;
	line-height: 13pt;
	font-style: italic;
	padding: 1pt;
	border: solid 1px #000000;
	border-left-align: left;
	padding-left: 110pt;
	font-weight: normal;
	font-size: 11pt;
	text-indent: -101pt;
	margin-left: 1pt;
	mc-multiline-indent: -50pt;
	font-family: Roboto;
	padding-bottom: 1pt;
	margin-bottom: 1em;
	padding-top: 1pt;
	margin-top: 2em;
}

p.IMPORTANTTextOLD::before
{
	margin-left: 0px;
	padding-bottom: 40px;
	padding-top: 80px;
	border-bottom: none 2px #000000;
	border-top-style: solid;
	border-top: none 2px #000000;
	content: '***IMPORTANT***   ';
	font-size: 11pt;
	line-height: 16.0pt;
	margin-bottom: 16.0pt;
	margin-top: 16.0pt;
	padding-left: 1pt;
	text-indent: 1pt;
	font-weight: bold;
	color: #0000ff;
}

div.IMPORTANTLines
{
	border-bottom-color: #d42e12;
	border-bottom-style: Solid;
	border-bottom-width: 2px;
	border-top-color: #d42e12;
	border-top-style: Solid;
	border-top-width: 2px;
	padding-left: 75px;
}

/*safety WIFI note panel*/

p.WIFISignalWord
{
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 3px;
	line-height: 30px;
	mc-auto-number-format: '{b}Wi-Fi Required{/b}';
	color: #000000;
	font-family: 'Roboto Light';
}

p.WIFIText
{
	font-weight: bold;
	font-size: 11pt;
	line-height: 30px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 1px;
	color: #000000;
	font-family: 'Roboto Light';
}

div.WIFILines
{
	background-position-y: center;
	background-position-x: 10px;
	background-repeat: no-repeat;
	border-top-color: #0057a6;
	border-top-style: Solid;
	border-top-width: 3px;
	padding-left: 75px;
	background-image: url('../../SolusLegend/NA/SL_Images/adds/WIFIICON.png');
}

/*Heading Elements*/

p.Chapter
{
	text-align: left;
	font-size: 30.0pt;
	color: #000000;
	text-decoration: none;
	margin-bottom: 10pt;
	margin-top: 16pt;
	text-indent: 0;
	margin-right: 0;
	margin-left: 0;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
}

p.H1Heading
{
	margin-right: 0.000pt;
	text-indent: 0.000pt;
	margin-bottom: 10.000pt;
	word-spacing: 0.0em;
	font-style: normal;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	margin-top: 28.000pt;
	mc-heading-level: 1;
	font-size: 25pt;
	font-weight: normal;
	font-family: Roboto;
	margin-left: 16px;
	text-align: left;
}

p.H2Heading
{
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	margin-bottom: 10.000pt;
	word-spacing: 0.0em;
	font-style: normal;
	color: #000000;
	letter-spacing: 0.00em;
	margin-top: 28.000pt;
	mc-heading-level: 2;
	font-size: 18pt;
	font-weight: normal;
	font-family: Roboto;
	text-decoration: underline;
	margin-left: 16px;
}

p.H3Heading
{
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	margin-bottom: 10.000pt;
	word-spacing: 0.0em;
	font-style: normal;
	font-size: 14.0pt;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	margin-top: 28.000pt;
	mc-heading-level: 3;
	font-weight: normal;
	font-family: Roboto;
	margin-left: 16px;
}

p.H4Heading
{
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	margin-bottom: 10.000pt;
	word-spacing: 0.0em;
	font-style: normal;
	font-size: 12.0pt;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	margin-top: 28.000pt;
	mc-heading-level: 4;
	font-weight: normal;
	font-family: Roboto;
	margin-left: 16px;
}

p.H5Heading
{
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	margin-bottom: 10.000pt;
	word-spacing: 0.0em;
	font-style: italic;
	font-size: 12.0pt;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: underline;
	margin-top: 28.000pt;
	mc-heading-level: 5;
	font-weight: normal;
	font-family: Roboto;
	margin-left: 16px;
}

/*Static Box top of page*/

div.tab-bar
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 50px;
	background-color: #cfcfcf;
}

/*Body Para Elements*/

p.ProcdureHead
{
	mc-auto-number-format: '► ';
	margin-left: 0.000pt;
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	margin-bottom: 6.000pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12.0pt;
	margin-top: 20pt;
	font-family: 'Roboto Light';
}

p.MasterPFooter
{
	margin-left: 0.000pt;
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	word-spacing: 0.0em;
	font-style: normal;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	border-top: solid 2px #ff0000;
	padding-top: 12px;
	margin-top: 50pt;
	line-height: 10pt;
	font-family: 'Roboto Light';
	font-size: 9pt;
	margin-bottom: 0pt;
}

p.Body
{
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	line-height: 20px;
	font-style: normal;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	color: #282828;
	font-weight: normal;
	margin-bottom: 8pt;
	margin-top: 8pt;
	font-family: 'Roboto Light';
	font-size: 11pt;
	margin-left: 16px;
}

p.BodyIndent1
{
	text-align: left;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	mc-hyphenate: never;
	margin-bottom: 3pt;
	margin-top: 3pt;
	text-indent: 0;
	margin-right: 0;
	margin-left: 30pt;
	font-size: 11pt;
	font-family: 'Roboto Light';
}

p.BodyIndent2
{
	margin-left: 36.000pt;
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	line-height: 20px;
	margin-top: 3.000pt;
	margin-bottom: 3.000pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	font-size: 11pt;
	font-family: 'Roboto Light';
}

p.BodyIndent3
{
	margin-left: 52.000pt;
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	line-height: 20px;
	margin-top: 3.000pt;
	margin-bottom: 3.000pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	font-size: 11pt;
	font-family: 'Roboto Light';
}

/*Bullet Elements*/

p.BulletTopicLink
{
	mc-auto-number-format: '●';
	margin-left: 0.5in;
	margin-right: 0.5in;
	margin-top: 6pt;
	margin-bottom: 6pt;
	mc-next-class: BulletTest;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 0.2in;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
	color: #000000;
	font-size: 11pt;
	font-family: 'Roboto Light';
}

p.Bullet
{
	mc-next-class: BulletTest;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 0.2in;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	mc-hyphenate: never;
	font-size: 11pt;
	font-family: 'Roboto Light';
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 13pt;
	text-indent: -0.1in;
	margin-left: 68px;
	mc-auto-number-format: '●';
}

p.BulletIndent1
{
	mc-auto-number-format: '●';
	margin-left: 0.8in;
	margin-right: 0.5in;
	margin-top: 6pt;
	margin-bottom: 6pt;
	mc-next-class: BulletTest;
	mc-auto-number-position: outside-head;
	text-indent: 0;
	mc-auto-number-offset: 0.2in;
	text-align: left;
	text-indent: 0.000pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	font-size: 11pt;
	font-family: 'Roboto Light';
}

p.BulletIndent2
{
	mc-auto-number-format: '●';
	margin-left: 1.0in;
	margin-right: 0.5in;
	margin-top: 6pt;
	margin-bottom: 6pt;
	mc-next-class: BulletTest;
	mc-auto-number-position: outside-head;
	text-indent: 0;
	mc-auto-number-offset: 0.2in;
	text-align: left;
	text-indent: 0.000pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	font-size: 11pt;
	font-family: 'Roboto Light';
}

p.BulletIndent3
{
	mc-auto-number-format: '●';
	margin-left: 1.2in;
	margin-right: 0.5in;
	margin-top: 6pt;
	margin-bottom: 6pt;
	mc-next-class: BulletTest;
	mc-auto-number-position: outside-head;
	text-indent: 0;
	mc-auto-number-offset: 0.2in;
	text-align: left;
	text-indent: 0.000pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	font-size: 11pt;
	font-family: 'Roboto Light';
}

/*DIV elements*/

div.Indent1
{
	margin-left: 18.000pt;
}

div.Indent2
{
	margin-left: 36.000pt;
}

div.Indent3
{
	margin-left: 54.000pt;
}

/*SPAN elements*/

span.TextBold
{
	font-weight: bold;
}

span.TextNormal
{
	font-style: normal;
}

span.TextItalic
{
	font-style: italic;
}

span.TextUnderline
{
	text-decoration: underline;
}

p.FigureTitle
{
	margin-left: 0.5in;
	margin-right: 0.5in;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	font-size: 9pt;
	margin-bottom: 10pt;
	margin-top: 2pt;
	text-indent: 0;
	mc-auto-number-class: FigNum;
	mc-auto-number-format: ' {n+}';
	color: #ffffff;
	font-family: Roboto;
}

p.FigureCallout1
{
	mc-auto-number-format: '{n=1}.';
	margin-right: 0.5in;
	margin-bottom: 2pt;
	mc-next-class: FigureCalloutNext;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 0.2in;
	font-style: italic;
	font-weight: normal;
	font-size: 9pt;
	letter-spacing: 0.00em;
	text-decoration: none;
	line-height: 12px;
	mc-hyphenate: never;
	color: #000000;
	font-family: Roboto;
	margin-left: 37px;
	margin-top: 1.8pt;
}

p.FigureCalloutNext
{
	mc-auto-number-format: '{n+}.';
	mc-auto-number-position: outside-head;
	margin-right: 0.5in;
	margin-bottom: 2pt;
	mc-auto-number-offset: 0.2in;
	mc-next-class: FigureCalloutNext;
	font-style: italic;
	font-weight: normal;
	font-size: 9pt;
	letter-spacing: 0.00em;
	text-decoration: none;
	line-height: 12px;
	mc-hyphenate: never;
	color: #000000;
	font-family: Roboto;
	margin-top: 1pt;
	margin-left: 37px;
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: none;
	color: #ff0000;
	font-size: 11pt;
	font-family: 'Roboto Light';
}

MadCap|xref:hover
{
	color: #ff0000;
}

MadCap|xref.XrefFMonpage
{
	mc-format: '{para}';
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	font-family: Roboto;
	color: #ff0000;
}

p.FigureTitle::before
{
	background-position: 0px;
	background-image: none;
	content: 'Figure';
	mc-auto-number-offset: 0px;
	mc-auto-number-format: '‘F:Figure  {n+}:  ‘ ';
	mc-auto-number-position: outside-head;
	font-weight: normal;
	color: #ffffff;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: ' ';
	font-family: Roboto Light;
	font-size: 8pt;
	padding-bottom: 12px;
	margin-bottom: 12px;
	margin-right: 4px;
	mc-breadcrumbs-count: 10;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

p
{
	font-family: 'Roboto Light';
}

table
{
	margin-bottom: 31pt;
	margin-top: 33pt;
}

td
{
	margin-bottom: 30pt;
	margin-top: 30pt;
	background-color: transparent;
}

p#Figure
{
	mc-auto-number-format: '{n+}';
	color: #000000;
	font-family: Roboto;
}

MadCap|dropDownHead
{
	color: #000000;
	font-size: 13pt;
	font-family: Roboto;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #45494c;
	border-bottom: none;
	font-size: 13pt;
	font-family: Roboto;
}

a:link
{
	text-decoration: none;
	font-size: 11pt;
	color: #ff0000;
}

a:visited
{
	color: #ff0000;
}

a:focus
{
	color: #ff0000;
}

a:hover
{
	color: #ff0000;
}

a:active
{
	color: #ff0000;
}

MadCap|xref.ConceptPageNumber
{
	font-family: Roboto;
	color: #ff0000;
}

MadCap|xref.IndexPageNumber
{
	font-family: Roboto;
	color: #ff0000;
}

MadCap|xref.ListOfPageNumber
{
	font-family: Roboto;
	color: #ff0000;
}

MadCap|xref.RelLinkPageNumber
{
	font-family: Roboto;
	color: #ff0000;
}

MadCap|xref.TOCPageNumber
{
	font-family: Roboto;
	color: #ff0000;
}

span.SearchHighlight
{
	background-color: #ffff00;
}

span.SearchHighlight1
{
	background-color: #ffff00;
}

MadCap|xref:focus
{
	color: #000000;
}

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	padding: 10px 0;
	margin-top: 10px;
	mc-closed-image: url('../Icons/DropdownArrow_RedClosed-01.png');
	mc-open-image: url('../Icons/DropdownArrow_RedOpen-01.png');
}

h1
{
	font-family: Roboto;
	font-weight: normal;
	font-style: normal;
	font-size: 25;
}

MadCap|dropDownBody
{
	background: #ffffff;
}

div.MyCards1	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.MyCards1::before
{
	content: ' ';
	display: table;
}

div.MyCards1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.MyCards1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.MyCards1 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.MyCards1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.MyCards1 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Single	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding-top: 0em;
	background-color: #f2f2f2;
}

div.Single::before
{
	content: ' ';
	display: table;
}

div.Single::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Single > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Single > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 0%;
}

div.Single > div:nth-child(2)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.Tiles6	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-right: auto;
	margin-left: auto;
}

div.Tiles6::before
{
	content: ' ';
	display: table;
}

div.Tiles6::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Tiles6 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Tiles6 > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 0%;
}

div.Tiles6 > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 0%;
}

div.Tiles6 > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 0%;
}

div.Tiles6 > div:nth-child(4)
{
	width: 16.667%;
	margin-left: 0%;
}

div.Tiles6 > div:nth-child(5)
{
	width: 16.667%;
	margin-left: 0%;
}

div.Tiles6 > div:nth-child(6)
{
	width: 16.667%;
	margin-left: 0%;
}

div.Cells6	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Cells6::before
{
	content: ' ';
	display: table;
}

div.Cells6::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Cells6 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: grey;
	margin-top: 1em;
	padding: 2em;
	text-align: center;
}

div.Cells6 > div:nth-child(1)
{
	width: 15%;
	margin-left: 0%;
}

div.Cells6 > div:nth-child(2)
{
	width: 15%;
	margin-left: 2%;
}

div.Cells6 > div:nth-child(3)
{
	width: 15%;
	margin-left: 2%;
}

div.Cells6 > div:nth-child(4)
{
	width: 15%;
	margin-left: 2%;
}

div.Cells6 > div:nth-child(5)
{
	width: 15%;
	margin-left: 2%;
}

div.Cells6 > div:nth-child(6)
{
	width: 15%;
	margin-left: 2%;
}

div.NewTest6	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.NewTest6::before
{
	content: ' ';
	display: table;
}

div.NewTest6::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewTest6 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.NewTest6 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.NewTest6 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.NewTest6 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

img
{
	max-width: 100%;
	border: none;
}

MadCap|slideshowCaption
{
	font-family: 'Roboto Light';
}

MadCap|helpControlMenuItem
{
	font-family: 'Roboto Light';
}

a
{
	color: #ff0000;
}

a.Popup
{
	color: #ff0000;
}

a.MCBreadcrumbsLink
{
	color: #ff0000;
	font-size: 8pt;
}

a.GlossaryPageTerm
{
	color: #ff0000;
}

MadCap|expanding
{
	font-family: 'Roboto Light';
}

ul
{
	
}

li
{
	padding-bottom: 0.8em;
}

ol
{
	margin-bottom: 0.6em;
}

span.MobileStepText
{
	font-size: 11pt;
}

p.StepNew
{
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
	margin: 1px;
	margin-left: 62px;
	mc-auto-number-format: 'Step {n+}. ';
	mc-auto-number-offset: 62px;
	mc-auto-number-position: outside-head;
	mc-leader-indent: 0px;
	mc-auto-number-class: StepNumber;
}

ol.FBulletTopicLinkTest
{
	font-size: 11pt;
}

MadCap|dropDownHotspot:focus
{
	color: #ff0000;
}

_generic_#myBtn
{
	font-size: 18px;
}

_generic_#myBtn:hover
{
	
}

p.NavHeadOLD
{
	margin-left: 14px;
}

p.TipText::before
{
	content: 'Tip: ';
	color: #32cd32;
	font-weight: bold;
}

p.VideoText::before
{
	color: #9400d3;
	font-weight: bold;
	content: 'Video: ';
}

div.Div3Cards1	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Div3Cards1::before
{
	content: ' ';
	display: table;
}

div.Div3Cards1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Div3Cards1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.Div3Cards1 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Div3Cards1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Div3Cards1 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Div3Cards1 > div:nth-child(4)
{
	margin-left: 0%;
	width: 33.3%;
}

div.Div3Cards1 > div:nth-child(5)
{
	margin-left: 0%;
	width: 33.3%;
}

div.Div3Cards1 > div:nth-child(6)
{
	margin-left: 0%;
	width: 33.3%;
}

div.Div3Cards1_bot_bord > div:nth-child(2)
{
	width: 8.3333%;
	margin-left: 16.667%;
}

div.Div3Cards1_bot_bord > div:nth-child(1)
{
	width: 8.3333%;
	margin-left: 58.333%;
}

tr
{
	height: auto;
}

div.NOPageBreak
{
	
}

h1.TOCDisplayOnly
{
	font-size: 10pt;
	display: none;
	visibility: hidden;
	color: #ffffff;
	margin: 0;
	margin-bottom: 0;
}

p.H1HeadingTOCOnly
{
	display: none;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div.NewRowClass1	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding-top: 0em;
	background-color: #f2f2f2;
}

div.NewRowClass1::before
{
	content: ' ';
	display: table;
}

div.NewRowClass1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewRowClass1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.NewRowClass1 > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}

div.NewRowClass1 > div:nth-child(2)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.NewRowClass2	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.NewRowClass2::before
{
	content: ' ';
	display: table;
}

div.NewRowClass2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewRowClass2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.NewRowClass2 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
	padding: 30px;
}

div.NewRowClass2 > div:nth-child(2)
{
	margin-left: 0%;
	width: 50%;
	padding: 30px;
}

div.NewRowClass2 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Body-Cnt1	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-right: auto;
	box-sizing: border-box;
	max-width: 1200px;
	float: none;
	margin-left: auto;
}

div.Body-Cnt1::before
{
	content: ' ';
	display: table;
}

div.Body-Cnt1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Body-Cnt1 > div
{
	-moz-box-sizing: border-box;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
	box-sizing: border-box;
	max-width: 900px;
}

div.Body-Cnt1 > div:nth-child(1)
{
	width: 100%;
	float: none;
	margin-left: inherit;
	margin-right: inherit;
}

div.CenterSingleA	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-bottom: 0%;
	padding-bottom: 0%;
}

div.CenterSingleA::before
{
	content: ' ';
	display: table;
}

div.CenterSingleA::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.CenterSingleA > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.CenterSingleA > div:nth-child(1)
{
	margin-left: 20%;
	width: 60%;
}

div.CenterSingleA > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.CenterSingleA > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Head-Cnt1	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	box-sizing: border-box;
}

div.Head-Cnt1::before
{
	content: ' ';
}

div.Head-Cnt1::after
{
	content: ' ';
	display: table;
}

div.Head-Cnt1 > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 2px #ff0000;
	border-top-length: 100%;
	float: left;
	background-color: #f2f2f2;
	height: 100pt;
	width: 100%;
	border-top-width: 3px;
}

div.Head-Cnt1 > div:nth-child(1)
{
	background-color: #f2f2f2;
	float: left;
	border-top: solid 2px #ff0000;
	width: 100%;
	height: 100pt;
	border-top-width: 3px;
}

div.Body-Cnt2	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	box-sizing: border-box;
	float: left;
}

div.Body-Cnt2::before
{
	content: ' ';
	display: block;
}

div.Body-Cnt2::after
{
	content: ' ';
	display: block;
}

div.Body-Cnt2 > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f2f2;
	left: 0px;
	position: fixed;
	top: 70px;
	height: 35px;
}

div.Body-Cnt2 > div:nth-child(1)
{
	left: 0px;
	width: 100%;
	margin-left: 0%;
}

div.Body-Cnt2 > div:nth-child(2)
{
	margin-left: 0%;
	width: 10%;
	left: 1100px;
}

div.Body-Cnt2 > div:nth-child(3)
{
	margin-left: 0%;
	width: 10%;
	left: 1250px;
}

div.HeadBar1	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	box-sizing: border-box;
	float: left;
	font-family: Roboto;
	font-size: 9pt;
}

div.HeadBar1::before
{
	content: ' ';
	display: block;
}

div.HeadBar1::after
{
	content: ' ';
	display: block;
}

div.HeadBar1 > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f2f2;
}

div.HeadBar1 > div:nth-child(1)
{
	width: 25%;
}

div.HeadBar1 > div:nth-child(2)
{
	width: 25%;
}

div.HeadBar1 > div:nth-child(3)
{
	width: 25%;
}

div.HeadBar1 > div:nth-child(4)
{
	width: 25%;
}

div.HeadBar4cell	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.HeadBar4cell::before
{
	content: ' ';
	display: table;
}

div.HeadBar4cell::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.HeadBar4cell > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.HeadBar4cell > div:nth-child(1)
{
	margin-left: 0%;
	width: 25%;
}

div.HeadBar4cell > div:nth-child(2)
{
	margin-left: 0%;
	width: 25%;
}

div.HeadBar4cell > div:nth-child(3)
{
	margin-left: 0%;
	width: 25%;
}

div.HeadBar4cell > div:nth-child(4)
{
	margin-left: 0%;
	width: 25%;
}

ul.menu li.TOCSeparator
{
	padding-top: 4px;
}

ul.menu li.TOCSeparator a
{
	/* Note that the next two items are being over-written by Flare classes. 
       ﻿Use important to right this. */
	/* This is the Flare class: ul.menu._Skins_SideMenu.mc-component li > a  */
	font-style: italic !important;
	font-size: 8pt !important;
	color: #000000 !important;
	background: #fcfcfc !important;
	background-color: #fcfcfc !important;
	/* Set the default cursor so it doesn't look like this is a link */
	cursor: default;
}

@media print
{
	MadCap|xref.XrefFMonpage
	{
		mc-format: '“{para}” {pageref}';
	}

	p.MasterPFooter
	{
		font-family: Roboto;
	}

	p.MasterPFooter
	{
		font-weight: normal;
	}

	p.MasterPFooter
	{
		font-family: 'Roboto Light';
	}

	p.MasterPFooter
	{
		font-family: 'Roboto Thin';
	}

	p.MasterPFooter
	{
		font-family: 'Roboto Light';
	}

	p.StepSub
	{
		line-height: 10pt;
	}

	p.Step
	{
		line-height: 10pt;
	}

	p.Step1
	{
		line-height: 10pt;
	}

	p.Step
	{
		font-size: 11pt;
	}

	p.Step1
	{
		font-size: 11pt;
	}

	img.img_w_boarder
	{
		mc-thumbnail: none;
		mc-thumbnail-max-width: 0px;
		min-width: 5in;
		max-width: 4in;
	}

	img.IMG120px_Brdr
	{
		max-width: 4in;
	}

	img.img_w_boarder_med
	{
		mc-thumbnail: none;
		max-width: 4in;
	}

	MadCap|dropDownHead
	{
		page-break-after: avoid;
		color: #000000;
		font-weight: normal;
		font-size: 19pt;
		font-style: normal;
		mc-heading-level: 3;
	}

	p.TOC1
	{
		color: #000000;
		display: none;
		font-size: 11pt;
	}

	p.ChapTOCHeadPDF
	{
		mc-heading-level: 0;
		font-size: 21pt;
	}

	p.TitleTOCOffset
	{
		mc-heading-level: 0;
		font-size: 16pt;
		font-style: italic;
	}

	p.TOC2
	{
		padding-right: 10px;
		display: none;
	}

	p.TOC3
	{
		padding-right: 10px;
		display: none;
	}

	p.TOC4
	{
		padding-right: 10px;
		display: none;
	}

	p.TOC5
	{
		padding-right: 10px;
		display: none;
	}

	p.TOC6
	{
		padding-right: 10px;
	}

	p.MiniTOC2
	{
		padding-right: 16px;
	}

	p.MiniTOC3
	{
		padding-right: 16px;
		display: none;
	}

	p.MiniTOC4
	{
		padding-top: ;
		padding-right: 16px;
		display: none;
	}

	p.MiniTOC5
	{
		padding-right: 16px;
	}

	p.MiniTOC6
	{
		padding-right: 16px;
	}

	p.MiniTOC1
	{
		padding-right: 10px;
		padding-top: 2px;
		margin-bottom: 3px;
		margin-top: 3px;
		font-size: 11pt;
	}

	p.H2Heading
	{
		text-decoration: none;
		margin-left: 0px;
		page-break-after: avoid;
		font-weight: normal;
		font-size: 21pt;
	}

	p.H1Heading
	{
		mc-leader-indent: 0px;
		margin-left: 0px;
		page-break-after: avoid;
		font-weight: normal;
		font-size: 28pt;
	}

	p.H3Heading
	{
		margin-left: 0px;
		page-break-after: avoid;
		font-size: 19pt;
	}

	p.H4Heading
	{
		margin-left: 0px;
		page-break-after: avoid;
		font-size: 16pt;
		font-weight: normal;
	}

	p.H5Heading
	{
		margin-left: 0px;
		font-size: 13pt;
		font-style: normal;
	}

	MadCap|dropDownHotspot
	{
		color: #000000;
		font-size: 19pt;
	}

	p.TOC7
	{
		
	}

	p.TOC8
	{
		
	}

	p.TOC9
	{
		
	}

	h4
	{
		mc-heading-level: 0;
		font-family: Roboto;
		font-size: 16pt;
		font-style: italic;
		font-weight: bold;
	}

	h3
	{
		mc-heading-level: 0;
		font-style: normal;
		font-weight: normal;
		font-family: Roboto;
		font-size: 19pt;
	}

	h2
	{
		mc-heading-level: 2;
		font-style: normal;
		font-family: Roboto;
		font-weight: normal;
		margin-left: 0;
		font-size: 26pt;
	}

	h6
	{
		mc-heading-level: 0;
		font-family: Roboto;
		font-style: normal;
		font-size: 11pt;
	}

	h5
	{
		mc-heading-level: 0;
		font-family: Roboto;
		font-weight: normal;
		font-style: normal;
		text-decoration: underline;
		font-size: 13pt;
	}

	h2.Heading2
	{
		mc-heading-level: 2;
	}

	h2.Heading2_1
	{
		mc-heading-level: 2;
	}

	h2.Heading2_1_1
	{
		mc-heading-level: 2;
	}

	h2.Heading2_1_2
	{
		mc-heading-level: 2;
	}

	h2.Heading2_2
	{
		mc-heading-level: 2;
	}

	h2.Heading2_2_1
	{
		mc-heading-level: 2;
	}

	table.GenTOCTable2
	{
		display: none;
	}

	h1
	{
		page-break-before: always;
		font-family: Roboto;
		font-weight: normal;
		font-size: 28pt;
	}

	table.GenTOCTable3
	{
		display: none;
	}

	table.GenTOCTable4
	{
		display: none;
	}

	table.GenTOCTable5
	{
		display: none;
	}

	table.GenMiniTOCTable3
	{
		display: none;
	}

	table.GenMiniTOCTable4
	{
		display: none;
	}

	table.GenMiniTOCTable5
	{
		display: none;
	}

	p.H1HeadingChap
	{
		font-family: Roboto;
		font-style: italic;
		font-weight: bold;
		font-size: 30pt;
	}

	table.GenMiniTOCTable2
	{
		display: none;
	}

	p.BodyKeepWithNext
	{
		page-break-after: avoid;
	}

	p.BodyBoldKeepWithNext
	{
		page-break-after: avoid;
	}

	p.H1HeadingKeepWithNext
	{
		page-break-after: avoid;
		font-weight: normal;
		font-size: 28pt;
	}

	p.H2HeadingKeepWithNext
	{
		page-break-after: avoid;
		text-decoration: none;
		font-weight: normal;
		font-size: 21pt;
	}

	p.ProcdureHeadKeepWithNext
	{
		page-break-after: avoid;
	}

	img.A50PercentW
	{
		max-width: 50%;
	}

	tr
	{
		overflow: auto;
	}

	p.Bullet
	{
		font-size: 11pt;
		mc-dita-type: p;
		mc-auto-number-format: '▶';
	}

	ul.ul_1
	{
		vertical-align: middle;
		line-height: 11pt;
		display: list-item;
	}

	p.Bullet1
	{
		mc-auto-number-format: '▶';
	}

	p.BulletIndent1
	{
		mc-auto-number-format: '▶';
	}

	p.BulletIndent2
	{
		mc-auto-number-format: '▶';
	}

	p.BulletIndent3
	{
		mc-auto-number-format: '▶';
	}

	p.BulletTopicLink
	{
		mc-auto-number-format: '▶';
	}

	p.BulletTopicLink2
	{
		mc-auto-number-format: '▶';
	}

	p.BulletTopicLink3
	{
		mc-auto-number-format: '▶';
	}

	p.BulletTopicLinkBlue
	{
		mc-auto-number-format: '▶';
	}

	img.img_w_boarder390
	{
		max-width: 4in;
	}

	img.IMG120px
	{
		max-width: 4in;
	}

	img.IMG120px_Brdr2
	{
		max-width: 4in;
	}

	img.IMG90px
	{
		max-width: 4in;
	}

	div.NOPageBreak
	{
		page-break-inside: avoid;
	}

	h1._1Heading
	{
		font-weight: normal;
		font-size: 28pt;
	}

	h1._1HeadingUnnumbered
	{
		font-weight: normal;
		font-size: 28pt;
	}

	h2._2Heading
	{
		font-family: Roboto;
		font-weight: normal;
		margin-left: 0;
		font-size: 26pt;
	}

	h3._3Heading
	{
		font-family: Roboto;
		font-weight: normal;
		font-size: 19pt;
	}

	h4._4Heading
	{
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 16pt;
	}

	h1.TOCDisplayOnly
	{
		font-size: 10pt;
		display: none;
		visibility: hidden;
		mc-heading-level: 2;
		margin: 0;
		margin-bottom: 0;
	}

	p.H1HeadingTOCOnly
	{
		color: #ffffff;
		display: block;
		mc-heading-level: 2;
		font-size: 5pt;
	}

	div.CenterSingle2
	{
		display: none;
	}

	p.NonPrintingLine
	{
		display: none;
	}

	p.PrintOnlyLine
	{
		display: block;
	}
}

MadCap|xref.XrefFMFigure
{
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	mc-format: '{color blue}Figure - {paranumonly}{/color}';
	font-family: Roboto;
	color: #ff0000;
}

p.Graphic
{
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 12pt;
	margin-bottom: 5pt;
}

span.ChapterNo_
{
	font-weight: bold;
	font-style: normal;
	font-size: 20pt;
	letter-spacing: 0em;
	color: #ffffff;
	line-height: 22pt;
	text-decoration: none;
	font-family: Roboto;
}

span.Pictos
{
	font-family: Pictos;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	line-height: 20pt;
	text-decoration: none;
}

span.BulletSymbol
{
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0em;
	color: #000000;
	line-height: 13pt;
	font-family: Roboto;
	font-size: 11pt;
}

span.Link
{
	font-weight: normal;
	letter-spacing: 0em;
	text-decoration: none;
	font-family: Roboto;
	color: #ff0000;
}

span.Xref
{
	letter-spacing: 0em;
	text-decoration: none;
	font-size: 11pt;
	font-family: Roboto;
	color: #ff0000;
}

span.MODISFont
{
	font-family: Modis;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	line-height: 12pt;
	text-decoration: none;
}

p.DocumentTitleCenter
{
	text-align: center;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 150pt;
	font-weight: bold;
	font-style: normal;
	font-size: 30pt;
	letter-spacing: 0.05em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 36pt;
	text-decoration: none;
	font-family: Roboto;
}

p.Sidehead
{
	text-align: right;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 6pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	text-indent: 0px;
	line-height: 0pt;
	text-decoration: none;
	font-family: 'Roboto Light';
}

p.TableHeading1
{
	text-align: center;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: bold;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-family: 'Roboto Light';
	line-height: 12pt;
	font-size: 9pt;
}

p.TableBody1
{
	text-align: left;
	font-size: 9pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-family: 'Roboto Light';
	margin: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	mc-auto-number-position: none;
}

p.Header
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
	font-family: Roboto;
}

p.Footer
{
	text-align: center;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
	font-family: Roboto;
}

p.Step1
{
	text-align: left;
	margin-right: 0.5in;
	color: #000000;
	mc-hyphenate: never;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	text-decoration: none;
	font-family: 'Roboto Light';
	mc-auto-number-format: 'S:{n=1}. ';
	letter-spacing: inherit;
	font-size: 11pt;
	margin-left: 40px;
	margin-top: 6pt;
	margin-bottom: 6pt;
	vertical-align: text-top;
}

p.StepSub1
{
	text-align: left;
	line-height: 20px;
	line-height: 20px;
	margin-left: 0.7in;
	margin-right: 0.5in;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	mc-auto-number-format: 'A:{a=1}. ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 19.2px;
	line-height: 12pt;
	text-decoration: none;
	font-family: 'Roboto Light';
}

p.Step
{
	text-align: left;
	margin-right: 0.5in;
	margin-top: 6pt;
	margin-bottom: 6pt;
	color: #000000;
	mc-hyphenate: never;
	text-decoration: none;
	font-family: 'Roboto Light';
	letter-spacing: inherit;
	font-size: 11pt;
	mc-auto-number-position: outside-head;
	mc-dita-type: p;
	mc-auto-number-offset: 24px;
	mc-auto-number-format: 'S:{n+1}. ';
	margin-left: 40px;
	vertical-align: text-top;
}

p.StepSub
{
	text-align: left;
	line-height: 20px;
	margin-left: 0.7in;
	margin-right: 0.5in;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	mc-auto-number-format: 'A:{a+}. ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 19.2px;
	line-height: 12pt;
	text-decoration: none;
	text-decoration: none;
	font-family: 'Roboto Light';
}

p#Figure.FigureTitle::before
{
	
}

p.NavHeadOLD:before
{
	background-repeat: no-repeat;
	mc-image: none;
	text-indent: 50pt;
	font-size: 11pt;
	font-weight: bold;
	margin-left: -30px;
	background-position: 37px center;
	color: #008900;
	font-style: italic;
	mc-auto-number-offset: 0px;
	content: 'NAVIGATION -      ';
	background-image: url('../Icons/Icon_NavHand1-01.png');
	padding-left: 100px;
	padding-right: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}

cite.ChapterNo_
{
	font-weight: bold;
	font-style: normal;
	font-size: 20pt;
	letter-spacing: 0em;
	color: #ffffff;
	line-height: 22pt;
	text-decoration: none;
	font-family: 'Roboto Light';
}

big.BulletSymbol
{
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0em;
	color: #000000;
	line-height: 13pt;
	font-family: 'Roboto Light';
	font-size: 11pt;
}

b.Bold
{
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0em;
	color: #000000;
	text-decoration: none;
	font-family: 'Roboto Light';
	font-size: 11pt;
}

a.Head1
{
	color: #000000;
	vertical-align: middle;
	text-align: center;
	font-family: Roboto;
	font-size: 13pt;
}

a.BLUE
{
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0em;
	line-height: 12pt;
	text-decoration: none;
	font-family: Roboto;
	color: #ff0000;
	font-size: 11pt;
}

p.AppendixTitleTOC
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 14pt;
	margin-bottom: 0pt;
	font-weight: bold;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	text-indent: 0px;
	line-height: 14pt;
	text-decoration: none;
	font-family: 'Roboto Light';
}

h1._1Heading
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 22pt;
	margin-bottom: 3pt;
	font-style: normal;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	mc-auto-number-format: 'H: {chapnum}.{n+}{ =0}   ';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	line-height: 19pt;
	text-decoration: none;
	font-weight: 400;
	font-size: 25pt;
	font-family: Roboto;
}

p.NotePanel
{
	text-align: left;
	margin-left: 0.2in;
	margin-right: 0.2in;
	margin-top: 8pt;
	margin-bottom: 8pt;
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 12pt;
	text-decoration: none;
	font-family: 'Roboto Light';
}

p.Figure
{
	margin-right: 0in;
	font-weight: normal;
	font-style: italic;
	font-size: 8pt;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-family: Roboto;
	color: #000000;
	line-height: 2pt;
	text-align: left;
	margin-top: 10px;
	margin-left: 60px;
	margin-bottom: 20px;
}

h2._2Heading
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 16pt;
	margin-bottom: 3pt;
	font-style: normal;
	font-size: 14pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	line-height: 17pt;
	text-decoration: none;
	font-weight: 400;
	font-family: 'Roboto Light';
}

p.NavNote
{
	text-align: left;
	margin-left: 0.1in;
	margin-right: 0in;
	margin-top: 6pt;
	margin-bottom: 3pt;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	font-family: 'Roboto Light';
}

MadCap|xref.SectionXrefOut
{
	mc-format: '{Xref}{BLUE}{paratext}';
}

p.ImportantPanel
{
	text-align: left;
	margin-left: 0.2in;
	margin-right: 0.2in;
	margin-top: 8pt;
	margin-bottom: 8pt;
	font-weight: bold;
	font-style: italic;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 12pt;
	text-decoration: none;
	font-family: Roboto;
}

p.BodyIndent
{
	text-align: left;
	margin-right: 0in;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-family: 'Roboto Light';
	line-height: 14pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-size: 11pt;
	margin-left: 39px;
}

p.CallOutNameA
{
	text-align: left;
	margin-left: 0.5in;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 1pt;
	font-weight: bold;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	mc-auto-number-format: 'C:{n=1}— ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	line-height: 12pt;
	text-decoration: none;
	font-family: 'Roboto Light';
}

p.CallOutName
{
	text-align: left;
	margin-left: 0.5in;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 1pt;
	font-weight: bold;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	mc-auto-number-format: 'C:{n+}— ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	line-height: 12pt;
	text-decoration: none;
	font-family: 'Roboto Light';
}

MadCap|xref.SectionXrefOutTopics
{
	mc-format: '{Xref}{BLUE}{paratext}';
}

small.Xref
{
	letter-spacing: 0em;
	text-decoration: none;
	color: #ff0000;
	font-family: 'Roboto Light';
}

table.Default
{
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 12pt;
	margin-bottom: 12pt;
	border-spacing-x: 0;
	border-spacing-y: 0;
	border-collapse: collapse;
	border-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
}

td.CellClass_680965200
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 4pt;
	padding-bottom: 2pt;
}

td.CellClass_3505943181
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 4pt;
	padding-bottom: 2pt;
}

td.CellClass_4132158268
{
	padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 4pt;
	padding-bottom: 2pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}

MadCap|xref.SectionXrefIn
{
	mc-format: '{Xref}{BLUE}{paratext}';
}

td.CellClass_3792889577
{
	padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 4pt;
	padding-bottom: 2pt;
}

td.CellClass_2283497494
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 4pt;
	padding-bottom: 2pt;
}

h3._3Heading
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 18pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 14pt;
	text-decoration: none;
	font-family: 'Roboto Light';
}

p.BulletIndent
{
	text-align: left;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	mc-auto-number-format: 'B:– ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 19.2px;
	mc-auto-number-class: BulletSymbol;
	line-height: 12pt;
	text-decoration: none;
	font-size: 11pt;
	margin-left: 0.75in;
	font-family: 'Roboto Light';
}

p.BulletDoubleIndent
{
	text-align: left;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	mc-auto-number-format: '- ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 15.11808px;
	line-height: 12pt;
	text-decoration: none;
	font-size: 11pt;
	font-family: 'Roboto Light';
	margin-left: 0.93in;
}

h4._4Heading
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 26pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-style: italic;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	font-family: 'Roboto Light';
}

p.ProcedureHead
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 12pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	mc-auto-number-format: ' z  ';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	mc-auto-number-class: Pictos;
	text-indent: 0px;
	line-height: 12pt;
	text-decoration: none;
	font-family: 'Roboto Light';
}

code.MODISFont
{
	font-family: Modis;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	line-height: 12pt;
	text-decoration: none;
}

h1._1HeadingUnnumbered
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 22pt;
	margin-bottom: 3pt;
	font-style: normal;
	letter-spacing: -0.03em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 19pt;
	text-decoration: none;
	font-weight: 400;
	font-size: 25pt;
	font-family: Roboto;
}

p.Note_S_Panel
{
	text-align: left;
	margin-left: 0.2in;
	margin-right: 0.2in;
	margin-top: 8pt;
	margin-bottom: 8pt;
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 12pt;
	text-decoration: none;
	font-family: 'Roboto Light';
}

td.CellClass_718495140
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	padding-left: 1pt;
	padding-right: 3pt;
	padding-top: 3pt;
	padding-bottom: 1pt;
}

td.CellClass_154953687
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	padding-left: 1pt;
	padding-right: 3pt;
	padding-top: 3pt;
	padding-bottom: 1pt;
}

td.CellClass_108991391
{
	padding-left: 1pt;
	padding-right: 3pt;
	padding-top: 3pt;
	padding-bottom: 1pt;
}

td.CellClass_774395074
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	padding-left: 1pt;
	padding-right: 3pt;
	padding-top: 3pt;
	padding-bottom: 1pt;
}

MadCap|xref.SectionXrefList
{
	mc-format: '{Xref}“{paratext}';
}

td.CellClass_840341644
{
	padding-left: 2pt;
	padding-right: 1pt;
	padding-top: 1pt;
	padding-bottom: 2pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	background-color: #b2b2b2;
}

td.CellClass_3890128030
{
	padding-left: 2pt;
	padding-right: 1pt;
	padding-top: 1pt;
	padding-bottom: 2pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}

p.Footnote
{
	text-align: left;
	margin-left: 0.16667in;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: -16px;
	line-height: 11pt;
	text-decoration: none;
	font-family: Roboto;
}

p.ChapterUnnumbered
{
	text-align: left;
	margin-left: 2.15in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 195pt;
	font-style: normal;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	mc-auto-number-format: ' ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 206.4px;
	line-height: 29pt;
	text-decoration: none;
	font-family: Roboto;
	font-size: 30pt;
	font-weight: normal;
}

p.BodyBold1
{
	font-weight: bold;
	font-family: 'Roboto Light';
	margin-left: 3.5em;
}

p.BodyBold2
{
	font-weight: bold;
	font-size: 11pt;
	margin-left: 3.5em;
}

p.BodyIndent1Bold
{
	font-weight: bold;
	margin-bottom: 3pt;
	margin-left: 30pt;
	margin-top: 3pt;
}

@media Online
{
	p.Step1
	{
		
	}

	p.Step
	{
		
	}

	p.StepN
	{
		line-height: 10pt;
		font-size: 11pt;
	}

	p.StepN::before
	{
		font-size: 11pt;
	}

	span.MobileStepText
	{
		font-size: 11pt;
	}

	span.StepNumber
	{
		
	}

	ul.FBulletTopicLinkTest
	{
		list-style-type: decimal;
	}

	ol.Step1_Ind1
	{
		font-size: 11pt;
	}

	ol.StepList1
	{
		font-size: 11pt;
	}

	ol.StepListTest
	{
		font-size: 11pt;
	}

	ul.FBulletTopicLink2
	{
		font-size: 11pt;
	}

	a.BLUE
	{
		font-size: 11pt;
	}

	a.BLUE12BOLD
	{
		font-size: 11pt;
	}

	a.BLUE12Reg
	{
		font-size: 11pt;
	}

	p.MasterPFooter
	{
		line-height: 10pt;
	}

	div.CenterSingleA > div:nth-child(1)
	{
		width: 50%;
	}
}

p.Body_VertSpace
{
	margin-left: 0.000pt;
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	font-style: normal;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	font-size: 11pt;
	color: #282828;
	font-weight: normal;
	line-height: 13pt;
	margin-top: 20pt;
	margin-bottom: 10pt;
	font-family: 'Roboto Light';
}

p.Body_VertSpace1
{
	margin-left: 0.000pt;
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	font-style: normal;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	font-size: 11pt;
	color: #282828;
	font-weight: normal;
	line-height: 13pt;
	margin-bottom: 20pt;
	margin-top: 20pt;
	font-family: 'Roboto Light';
}

MadCap|xref.Body1
{
	font-weight: normal;
	font-style: italic;
}

MadCap|xref.Table1
{
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
}

tbody.Tbody1
{
	font-family: 'Roboto Light';
	font-size: 9pt;
}

tbody.TBodyXref1
{
	font-style: italic;
	color: #ff0000;
	font-family: 'Roboto Light';
	font-size: 9pt;
}

tbody.TbodyBold1
{
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
}

span.TbodyXref1
{
	font-weight: bold;
	font-style: italic;
	color: #ff0000;
}

a.TableBody11
{
	font-family: Roboto;
	font-size: 9pt;
	color: #000000;
	font-style: normal;
}

a.TableBodyXref11
{
	font-family: Roboto;
	font-size: 9pt;
	color: #ff0000;
}

td.Tbody1
{
	font-size: 9pt;
	color: #000000;
	font-family: 'Roboto Light';
}

td.TbodyXref1
{
	color: #ff0000;
	font-family: 'Roboto Light';
	border: solid 1px #000000;
	font-size: 8pt;
}

p.TBody1
{
	
}

p.Tbody1a
{
	
}

img.Inline1
{
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	float: none;
	vertical-align: middle;
}

p.BodyCenter1
{
	margin-left: 0.000pt;
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	line-height: 20px;
	font-style: normal;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	font-size: 11pt;
	color: #282828;
	font-weight: normal;
	margin-bottom: 0pt;
	margin-top: 0pt;
	vertical-align: 5pt;
	font-family: 'Roboto Light';
}

p.BulletTopicLink2
{
	font-weight: bold;
	font-style: normal;
	font-size: 13.0pt;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 0.2in;
	mc-auto-number-format: '●';
	margin-top: 6pt;
	margin-right: 0.5in;
	margin-left: 0.5in;
	margin-bottom: 6pt;
	color: #000000;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	font-family: 'Roboto Light';
}

p.BulletTopicLinkBlue
{
	font-style: normal;
	font-weight: normal;
	margin-bottom: 6pt;
	margin-left: 0.5in;
	margin-right: 0.5in;
	margin-top: 6pt;
	mc-auto-number-format: '●';
	mc-auto-number-offset: 0.2in;
	mc-auto-number-position: outside-head;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	font-family: 'Roboto Light';
	color: #ff0000;
}

p.TipRED
{
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	font-family: Roboto;
	color: #ff0000;
	margin-left: 16px;
}

a.BLUE12BOLD
{
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0em;
	line-height: 12pt;
	text-decoration: none;
	font-family: Roboto;
	color: #ff0000;
	font-size: 11pt;
}

p.HyperLink1
{
	font-weight: normal;
	font-style: italic;
	font-family: Roboto;
	mc-auto-number-format: '●';
	mc-auto-number-offset: 0.03in;
	color: #ff0000;
}

a.BLUE12Reg
{
	font-family: Roboto;
	font-weight: normal;
	line-height: 12pt;
	color: #ff0000;
	font-size: 11pt;
}

p.BookmarkHidden
{
	font-size: 8pt;
	color: #ffffff;
	line-height: 3pt;
	margin-bottom: 1pt;
	margin-top: 1pt;
}

p.SlideShowText1
{
	font-size: 11pt;
	text-align: left;
	line-height: 10pt;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Roboto Light';
}

@media only screen and (max-width: 1279px)
{
	div.FooterFourEqual > div:nth-child(1)
	{
		width: 100%;
		margin-right: 30%;
		margin-left: 10%;
	}

	div.FooterFourEqual > div:nth-child(2)
	{
		width: 100%;
		margin-left: 10%;
	}

	div.FooterFourEqual > div:nth-child(3)
	{
		width: 100%;
		margin-left: 10%;
	}

	div.FooterFourEqual > div:nth-child(4)
	{
		width: 100%;
		margin-right: 0%;
		margin-left: 10%;
	}

	div.FooterFourEqual > div
	{
		
	}

	div.FooterCopyright1
	{
		font-size: 7pt;
		padding-left: 9%;
		margin-left: 0%;
	}

	div.TempFooter2 > div:nth-child(1)
	{
		margin-left: 0%;
		width: 100%;
	}

	div.TempFooter2 > div:nth-child(2)
	{
		margin-left: 0%;
		width: 100%;
	}

	div.TempFooter2 > div:nth-child(3)
	{
		margin-left: 0%;
		width: 100%;
	}

	div.FooterCopyright2
	{
		color: #a9a9a9;
	}
}

div.MyCards1 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.MyCards1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.MyCards1 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Single > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.Single > div:nth-child(2)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.Tiles6 > div:nth-child(1)
{
	width: 14%;
	margin-left: 0%;
}

div.Tiles6 > div:nth-child(2)
{
	width: 14%;
	margin-left: 0%;
}

div.Tiles6 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Tiles6 > div:nth-child(4)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.Tiles6 > div:nth-child(5)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.Tiles6 > div:nth-child(6)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.Cells6 > div:nth-child(1)
{
	width: 45%;
	margin-left: 0%;
}

div.Cells6 > div:nth-child(2)
{
	width: 45%;
	margin-left: 5%;
}

div.Cells6 > div:nth-child(3)
{
	width: 45%;
	margin-left: 0%;
}

div.Cells6 > div:nth-child(4)
{
	width: 45%;
	margin-left: 5%;
}

div.Cells6 > div:nth-child(5)
{
	width: 45%;
	margin-left: 0%;
}

div.Cells6 > div:nth-child(6)
{
	width: 45%;
	margin-left: 5%;
}

div.NewTest6 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.NewTest6 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.NewTest6 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

p.BodyIndentImage1
{
	font-family: Roboto;
	font-size: 11pt;
}

p.TableBullet1
{
	font-size: 9pt;
}

p.TableBody1
{
	font-size: 9pt;
}

p.StepSub1
{
	font-size: 11pt;
}

p.StepSub
{
	font-size: 11pt;
	line-height: 10pt;
}

p.Step1
{
	font-size: 11pt;
}

p.Step
{
	font-size: 11pt;
}

p.SafetyTextResult
{
	font-size: 11pt;
}

p.SafetyTextMsgs
{
	font-size: 11pt;
}

p.ProcdureHead
{
	font-size: 11pt;
}

p.NOTEText
{
	font-size: 11pt;
}

p.NavHeadOLD
{
	font-size: 11pt;
}

p.IMPORTANTText
{
	font-size: 11pt;
}

p.HyperLink1
{
	font-size: 11pt;
}

p.H5Heading
{
	font-size: 11pt;
}

p.H4Heading
{
	font-size: 11pt;
}

p.H3Heading
{
	font-size: 11pt;
}

p.H2Heading
{
	font-size: 14pt;
}

p.H1Heading
{
	font-size: 20pt;
}

p.GraphicCntr
{
	font-size: 11pt;
}

p.Graphic
{
	font-size: 11pt;
}

p.FigureCalloutNext
{
	font-size: 8pt;
}

p.FigureCallout1
{
	font-size: 8pt;
}

p.ChapterUnnumbered
{
	font-size: 20pt;
}

p.Chapter
{
	font-size: 20pt;
}

p.CallOutNameA
{
	font-size: 8pt;
}

p.CallOutName
{
	font-size: 8pt;
}

p.BulletTopicLinkBlue
{
	font-size: 11pt;
}

p.BulletTopicLink3
{
	font-size: 11pt;
}

p.BulletTopicLink2
{
	font-size: 11pt;
}

p.BulletTopicLink
{
	font-size: 11pt;
}

p.BulletIndent3
{
	font-size: 11pt;
}

p.BulletIndent2
{
	font-size: 11pt;
}

p.BulletIndent1
{
	font-size: 11pt;
}

p.BulletIndent
{
	font-size: 11pt;
}

p.BulletDoubleIndent
{
	font-size: 11pt;
}

p.Bullet1
{
	font-size: 11pt;
}

p.Bullet
{
	font-size: 11pt;
}

p.BodyIndentImagecallout
{
	font-size: 11pt;
}

p.BodyIndent3
{
	font-size: 11pt;
}

p.BodyIndent2
{
	font-size: 11pt;
}

p.BodyIndent1Bold
{
	font-size: 11pt;
}

p.BodyIndent1
{
	font-size: 11pt;
}

p.BodyIndent
{
	font-size: 11pt;
}

p.BodyCenter1
{
	font-size: 11pt;
}

p.BodyBold2
{
	font-size: 11pt;
}

p.BodyBold1
{
	font-size: 11pt;
}

p.Body_VertSpace1
{
	font-size: 11pt;
}

p.Body_VertSpace
{
	font-size: 11pt;
}

p.Body
{
	font-size: 11pt;
}

p.AppendixTitleTOC
{
	font-size: 11pt;
}

p.StepN
{
	line-height: 10pt;
	font-style: inherit;
	font-size: 11pt;
}

span.Xref
{
	font-size: 11pt;
}

span.BulletSymbol
{
	font-size: 7pt;
}

td.TbodyXref1
{
	font-size: 7pt;
}

td.Tbody1
{
	font-size: 7pt;
}

a.BLUE12BOLD
{
	font-size: 11pt;
}

a.BLUE12Reg
{
	font-size: 11pt;
}

a.Xref14
{
	font-size: 11pt;
}

p.NOTEText::before
{
	font-size: 11pt;
}

p.NavHeadOLD::before
{
	font-size: 11pt;
}

p.IMPORTANTText::before
{
	font-size: 11pt;
}

p.StepN::before
{
	font-size: 11pt;
	font-style: normal;
}

ol.Step1
{
	font-size: 11pt;
}

li.Step1
{
	font-size: 11pt;
}

ul
{
	font-size: 11pt;
}

span.StepNumber
{
	font-size: 11pt;
	font-weight: bold;
}

span.MobileStepText
{
	font-size: 11pt;
}

li.LI_BulletTopic1
{
	font-size: 11pt;
}

li.BulletInd1
{
	font-size: 11pt;
}

ul.FBulletTopicLink1
{
	list-style-image: url('../Icons/bulletblk7px-01.png');
	font-size: 11pt;
}

ul.FBulletTopicLink2
{
	list-style-image: url('../Icons/bulletblk7px-01.png');
	font-size: 11pt;
}

ol.Step1_Ind1
{
	font-size: 11pt;
}

ul.FBullet1
{
	list-style-image: url('../Icons/bulletblk5px-01.png');
}

ul.FBullet2
{
	list-style-image: url('../Icons/bulletblk5px-01.png');
}

ul.FBullet3
{
	list-style-image: url('../Icons/bulletblk5px-01.png');
}

ul.FBullet4
{
	list-style-image: url('../Icons/bulletblk5px-01.png');
}

p.StepNew
{
	font-size: 11pt;
}

ol.StepListTest
{
	font-size: 11pt;
}

ul.FBulletTopicLinkTest
{
	mc-auto-number-class: StepNumber;
	font-size: 11pt;
	font: 10pt;
	list-style-type: decimal;
}

ul.Bullet_Topic1
{
	font-size: 11pt;
}

p.MasterPFooter
{
	line-height: 8pt;
	border-top-width: 1px;
	margin-right: 100px;
	border-top-length: 170px;
	margin-top: 60pt;
	font-size: 7pt;
}

p.MasterPFooter2
{
	line-height: 8pt;
	font-size: 7pt;
}

img.img_w_boarder
{
	mc-thumbnail-max-width: 110px;
}

img.IMG120px_Brdr
{
	max-width: 220px;
}

img.img_w_boarder_med
{
	mc-thumbnail-max-width: 110px;
}

p.TipText::before
{
	
}

div.Div3Cards1 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Div3Cards1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Div3Cards1 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Div3Cards1 > div:nth-child(4)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.Div3Cards1 > div:nth-child(5)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.Div3Cards1 > div:nth-child(6)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.NewRowClass1 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.NewRowClass1 > div:nth-child(2)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.NewRowClass2 > div:nth-child(1)
{
	margin-left: 0%;
	width: 50%;
}

div.NewRowClass2 > div:nth-child(2)
{
	margin-left: 0%;
	width: 50%;
}

div.NewRowClass2 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Body-Cnt1 > div:nth-child(1)
{
	width: 100%;
	margin-left: inherit;
}

div.CenterSingleA > div:nth-child(1)
{
	margin-left: 12%;
	width: 80%;
}

div.CenterSingleA > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.CenterSingleA > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

p.MasterPFooterA
{
	font-size: 7pt;
}

div.Head-Cnt1 > div:nth-child(1)
{
	width: 100%;
}

div.Body-Cnt2 > div:nth-child(1)
{
	width: 100%;
}

div.Body-Cnt2 > div:nth-child(2)
{
	margin-left: 0%;
	width: 10%;
}

div.Body-Cnt2 > div:nth-child(3)
{
	margin-left: 0%;
	width: 10%;
}

div.HeadBar1 > div:nth-child(1)
{
	width: 25%;
}

div.HeadBar1 > div:nth-child(2)
{
	margin-left: 0%;
	width: 25%;
}

div.HeadBar1 > div:nth-child(3)
{
	margin-left: 0%;
	width: 25%;
}

div.HeadBar1 > div:nth-child(4)
{
	margin-left: 0%;
	width: 25%;
}

div.HeadBar4cell > div:nth-child(1)
{
	margin-left: 0%;
	width: 25%;
}

div.HeadBar4cell > div:nth-child(2)
{
	margin-left: 0%;
	width: 25%;
}

div.HeadBar4cell > div:nth-child(3)
{
	margin-left: 0%;
	width: 25%;
}

div.HeadBar4cell > div:nth-child(4)
{
	margin-left: 0%;
	width: 25%;
}

div.CenterSingle2 > div
{
	border-top-width: 0px;
	border-top-style: none;
	border-top: none 0px transparent;
}

p.herotext1
{
	font-size: 20pt;
}

a.Head1
{
	font-size: 13pt;
}

div.Body-Cnt2 > div
{
	
}

div.CenterSingle2 > div:nth-child(1)
{
	margin-left: 0%;
	width: 25%;
}

div.CenterSingle2 > div:nth-child(2)
{
	margin-left: 0%;
	width: 18.75%;
}

div.CenterSingle2 > div:nth-child(5)
{
	margin-left: 0%;
	width: 18.75%;
}

div.CenterSingle2 > div:nth-child(6)
{
	margin-left: 0%;
	width: 18.75%;
}

div.CenterSingle2 > div
{
	margin: 0px;
	padding: 0px;
	border-top-color: transparent;
	border-top: none 0px transparent;
	background-color: transparent;
	font-size: inherit;
}

@media only screen and (max-width: 767px)
{
	.TempFooter2 > div
	{
		
	}

	div.TempFooter2 > div:nth-child(1)
	{
		width: 100%;
	}

	div.TempFooter2 > div:nth-child(2)
	{
		width: 100%;
	}

	div.TempFooter2 > div:nth-child(3)
	{
		width: 100%;
	}

	div.TempFooter2
	{
		width: 100%;
	}

	div.FooterCopyright1
	{
		font-size: 7pt;
		padding-left: 9%;
		margin-left: 0%;
	}

	div.FooterFourEqual > div:nth-child(1)
	{
		width: 100%;
		margin-right: 30%;
		margin-left: 10%;
	}

	div.FooterFourEqual > div:nth-child(2)
	{
		width: 100%;
		margin-left: 10%;
	}

	div.FooterFourEqual > div:nth-child(3)
	{
		width: 100%;
		margin-left: 10%;
	}

	div.FooterFourEqual > div:nth-child(4)
	{
		width: 100%;
		margin-right: 0%;
		margin-left: 10%;
	}

	div.FooterFourEqual > div
	{
		
	}

	div.MyCards1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.MyCards1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.MyCards1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Single > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Single > div:nth-child(2)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.Tiles6 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles6 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles6 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles6 > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.Tiles6 > div:nth-child(5)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.Tiles6 > div:nth-child(6)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.Cells6 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Cells6 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Cells6 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Cells6 > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Cells6 > div:nth-child(5)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Cells6 > div:nth-child(6)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Cells6
	{
		display: block;
	}

	div.Cells6:hover
	{
		background: #a9a9a9;
	}

	div.NewTest6 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewTest6 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewTest6 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.topic-hero
	{
		background-attachment: scroll;
		background-image: none;
		color: #ffffff;
		font-weight: bold;
	}

	div.Single
	{
		background-color: #f2f2f2;
	}

	div.CenterSingle2 > div:nth-child(1)
	{
		margin-left: 0%;
		width: 25%;
	}

	div.CenterSingle2 > div:nth-child(2)
	{
		margin-left: 0%;
		width: 18.75%;
	}

	div.CenterSingle2
	{
		padding-top: 10px;
	}

	div.CenterSingle2 > div
	{
		border-top-color: transparent;
		border-top-width: 0px;
		border-top: none 0px transparent;
	}

	div.CenterSingle2 > div:nth-child(6)
	{
		width: 18.75%;
	}

	img.IMG_POPUP_fortall
	{
		height: 100px;
		width: auto;
		mc-thumbnail-max-width: 110px;
		mc-thumbnail-max-height: auto;
	}

	img.IMG_POPUP1
	{
		width: auto;
		height: 110px;
		mc-thumbnail-max-height: 70px;
		border-left-style: solid;
		border-left-width: 1px;
		border-right-style: solid;
		border-right-width: 1px;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}

	p.H1Heading
	{
		font-size: 20pt;
	}

	p.H2Heading
	{
		font-size: 14pt;
	}

	p.H3Heading
	{
		font-size: 11pt;
	}

	p.Body
	{
		font-size: 11pt;
		color: #000000;
	}

	p.AppendixTitleTOC
	{
		font-size: 11pt;
	}

	p.Body_VertSpace
	{
		font-size: 11pt;
		color: #000000;
	}

	p.Body_VertSpace1
	{
		font-size: 11pt;
		color: #000000;
	}

	p.BodyBold1
	{
		font-size: 11pt;
	}

	p.BodyBold2
	{
		font-size: 11pt;
	}

	p
	{
		font-size: 11pt;
		color: #000000;
	}

	p.BodyCenter1
	{
		font-size: 11pt;
		color: #000000;
	}

	p.BodyIndent3
	{
		font-size: 11pt;
	}

	p.BodyIndent
	{
		font-size: 11pt;
	}

	p.BodyIndent1
	{
		font-size: 11pt;
	}

	p.BodyIndent2
	{
		font-size: 11pt;
	}

	p.BodyIndentImage1
	{
		font-size: 11pt;
	}

	p.BodyIndentImagecallout
	{
		font-size: 11pt;
	}

	p.Bullet
	{
		font-size: 11pt;
	}

	p.Bullet1
	{
		font-size: 11pt;
	}

	p.BulletDoubleIndent
	{
		font-size: 11pt;
	}

	p.BulletIndent
	{
		font-size: 11pt;
	}

	p.BulletIndent1
	{
		font-size: 11pt;
	}

	p.BulletIndent2
	{
		font-size: 11pt;
	}

	p.BulletIndent3
	{
		font-size: 11pt;
	}

	p.BulletTopicLink2
	{
		font-size: 11pt;
	}

	p.BulletTopicLink3
	{
		font-size: 11pt;
	}

	p.BulletTopicLinkBlue
	{
		font-size: 11pt;
	}

	p.H4Heading
	{
		font-size: 11pt;
	}

	p.H5Heading
	{
		font-size: 11pt;
	}

	p.Step
	{
		font-size: 11pt;
	}

	p.Step1
	{
		font-size: 11pt;
	}

	p.StepSub
	{
		font-size: 11pt;
		line-height: 10pt;
	}

	p.StepSub1
	{
		font-size: 11pt;
	}

	MadCap|breadcrumbsProxy
	{
		font-size: 8pt;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}

	p.BulletTopicLink
	{
		font-size: 11pt;
	}

	p.IMPORTANTText
	{
		font-size: 11pt;
	}

	p.NOTEText
	{
		font-size: 11pt;
	}

	p.ProcdureHead
	{
		font-size: 11pt;
	}

	p.SafetyTextMsgs
	{
		font-size: 11pt;
	}

	p.SafetyTextResult
	{
		font-size: 11pt;
	}

	p.TableBullet1
	{
		font-size: 9pt;
	}

	p.TableBody1
	{
		font-size: 9pt;
	}

	p.FigureCalloutNext
	{
		font-size: 8pt;
	}

	p.FigureCallout1
	{
		font-size: 8pt;
	}

	p.ChapterUnnumbered
	{
		font-size: 20pt;
	}

	p.Chapter
	{
		font-size: 20pt;
	}

	p.CallOutNameA
	{
		font-size: 8pt;
	}

	p.CallOutName
	{
		font-size: 8pt;
	}

	p.StepN
	{
		line-height: 10pt;
		font-style: inherit;
		font-size: inherit;
	}

	span.Xref
	{
		font-size: 11pt;
	}

	span.BulletSymbol
	{
		font-size: 7pt;
	}

	td.TbodyXref1
	{
		font-size: 7pt;
	}

	td.Tbody1
	{
		font-size: 7pt;
	}

	a.BLUE12BOLD
	{
		font-size: 11pt;
	}

	a.BLUE12Reg
	{
		font-size: 11pt;
	}

	a.Xref14
	{
		font-size: 11pt;
	}

	p.NOTEText::before
	{
		font-size: 11pt;
	}

	p.NavHeadOLD::before
	{
		font-size: 11pt;
	}

	p.IMPORTANTText::before
	{
		font-size: 11pt;
	}

	p.StepN::before
	{
		content: 'ONE';
		font-size: 11pt;
		font-style: normal;
		mc-auto-number-position: inside-head;
		margin: 17pt;
	}

	ol.Step1
	{
		font-size: 11pt;
	}

	li.Step1
	{
		font-size: 11pt;
	}

	ul
	{
		font-size: 11pt;
	}

	span.StepNumber
	{
		font-weight: bold;
		font-size: 11pt;
		content: '{n+1]';
	}

	span.MobileStepText
	{
		font-size: 11pt;
	}

	li.LI_BulletTopic1
	{
		font-size: 11pt;
	}

	li.BulletInd1
	{
		font-size: 11pt;
	}

	ul.FBulletTopicLink1
	{
		list-style-image: url('../Icons/bulletblk7px-01.png');
		font-size: 11pt;
	}

	ul.FBulletTopicLink2
	{
		list-style-image: url('../Icons/bulletblk7px-01.png');
		font-size: 11pt;
	}

	ol.Step1_Ind1
	{
		font-size: 11pt;
	}

	ul.FBullet1
	{
		list-style-image: url('../Icons/bulletblk5px-01.png');
	}

	ul.FBullet2
	{
		list-style-image: url('../Icons/bulletblk5px-01.png');
	}

	ul.FBullet3
	{
		list-style-image: url('../Icons/bulletblk5px-01.png');
	}

	ul.FBullet4
	{
		list-style-image: url('../Icons/bulletblk5px-01.png');
	}

	ol.StepListTest
	{
		font-size: 11pt;
	}

	ul.FBulletTopicLinkTest
	{
		mc-auto-number-class: StepNumber;
		font-size: 11pt;
		font: 10pt;
		list-style-type: decimal;
	}

	ul.Bullet_Topic1
	{
		font-size: 11pt;
	}

	p.MasterPFooter
	{
		line-height: 8pt;
		border-top-width: 1px;
		margin-right: 100px;
		border-top-length: 170px;
		margin-top: 60pt;
		font-size: 7pt;
	}

	p.MasterPFooter2
	{
		line-height: 8pt;
		font-size: 7pt;
	}

	img.img_w_boarder
	{
		mc-thumbnail-max-width: 110px;
	}

	img.IMG120px_Brdr
	{
		max-width: 220px;
	}

	img.img_w_boarder_med
	{
		mc-thumbnail-max-width: 110px;
	}

	p.VideoText::before
	{
		
	}

	div.Div3Cards1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Div3Cards1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Div3Cards1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Div3Cards1 > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.Div3Cards1 > div:nth-child(5)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.Div3Cards1 > div:nth-child(6)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(2)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.NewRowClass1
	{
		background-color: #f2f2f2;
	}

	div.NewRowClass2 > div:nth-child(1)
	{
		margin-left: 0%;
		width: 100%;
	}

	div.NewRowClass2 > div:nth-child(2)
	{
		margin-left: 0%;
		width: 100%;
	}

	div.NewRowClass2 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Body-Cnt1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: inherit;
	}

	div.CenterSingleA > div:nth-child(1)
	{
		margin-left: 0%;
		width: 100%;
	}

	div.CenterSingleA > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.CenterSingleA > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Head-Cnt1 > div:nth-child(1)
	{
		width: 100%;
	}

	div.Body-Cnt2 > div:nth-child(1)
	{
		width: 100%;
	}

	div.Body-Cnt2 > div:nth-child(2)
	{
		margin-left: 0%;
		width: 10%;
	}

	div.Body-Cnt2 > div:nth-child(3)
	{
		margin-left: 0%;
		width: 10%;
	}

	div.HeadBar1 > div:nth-child(1)
	{
		width: 25%;
	}

	div.HeadBar1 > div:nth-child(2)
	{
		margin-left: 0%;
		width: 25%;
	}

	div.HeadBar1 > div:nth-child(3)
	{
		margin-left: 0%;
		width: 25%;
	}

	div.HeadBar1 > div:nth-child(4)
	{
		margin-left: 0%;
		width: 25%;
	}

	div.HeadBar4cell > div:nth-child(1)
	{
		margin-left: 0%;
		width: 25%;
	}

	div.HeadBar4cell > div:nth-child(2)
	{
		margin-left: 0%;
		width: 25%;
	}

	div.HeadBar4cell > div:nth-child(3)
	{
		margin-left: 0%;
		width: 25%;
	}

	div.HeadBar4cell > div:nth-child(4)
	{
		margin-left: 0%;
		width: 25%;
	}

	p.herotext1
	{
		font-size: 18pt;
	}

	a.Head1
	{
		font-size: 10pt;
	}

	div.Body-Cnt2 > div
	{
		
	}

	div.FooterCopyright2
	{
		color: #a9a9a9;
	}
}

div.Single:link
{
	
}

div.Single:active
{
	
}

img.IMG_POPUP1	/*110px to MAX 100px High*/
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: ;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: ;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: ;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: ;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 96px;
}

img.IMG_POPUP_fortall
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: ;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: ;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: ;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: ;
	mc-thumbnail: popup;
	mc-thumbnail-max-width: auto;
	mc-thumbnail-max-height: 100px;
	height: auto;
	width: 110px;
}

img.IMG_POPUP_fortall2
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: ;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: ;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: ;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: ;
	mc-thumbnail: popup;
	mc-thumbnail-max-width: auto;
	mc-thumbnail-max-height: 100px;
	height: 100px;
	width: auto;
}

p.BodyIndentImage1
{
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	mc-hyphenate: never;
	text-indent: 0;
	margin-right: 0;
	font-size: 11pt;
	font-family: 'Roboto Light';
	line-height: 2px;
	margin-bottom: 1pt;
	margin-top: 1pt;
	margin-left: 1.5em;
}

img.img_w_boarder
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: ;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: ;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: ;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: ;
	mc-thumbnail: popup;
	border-radius: 0px;
	border-color: #000000;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 260px;
}

p.Bullet1
{
	mc-auto-number-format: '●';
	mc-next-class: BulletTest;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 0.2in;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	line-height: 20px;
	text-indent: 0;
	margin-right: 0;
	font-family: 'Roboto Light';
	margin-left: 80px;
}

p.TableBullet1
{
	mc-auto-number-format: '●';
	mc-next-class: BulletTest;
	mc-auto-number-position: outside-head;
	text-align: left;
	color: #000000;
	text-decoration: none;
	mc-hyphenate: never;
	margin-bottom: 2pt;
	font-size: 9pt;
	letter-spacing: 0em;
	text-indent: 0;
	margin-top: 2pt;
	line-height: 9pt;
	font-family: 'Roboto Light';
	margin-left: 0.1in;
	margin-right: 0.1in;
	mc-auto-number-offset: 0.1in;
}

p.BulletTopicLink3
{
	mc-auto-number-format: '●';
	margin-left: 0.5in;
	margin-right: 0.5in;
	margin-top: 6pt;
	margin-bottom: 6pt;
	mc-next-class: BulletTest;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 0.2in;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0;
	color: #000000;
	font-family: 'Roboto Light';
	font-size: 14pt;
}

a.Xref14
{
	font-family: 'Roboto Light';
	color: #ff0000;
	font-size: 11pt;
}

img.center
{
	max-width: 576px;
	margin-left: 1.8px;
	margin-top: 1.8px;
	margin-right: 1.800003px;
	margin-bottom: 1.800003px;
	width: 31px;
	height: 31px;
	text-align: center;
}

p.GraphicCntr
{
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 12pt;
	margin-bottom: 5pt;
	text-align: center;
}

p.BodyIndentImagecallout
{
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	mc-hyphenate: never;
	text-indent: 0;
	margin-right: 0;
	font-size: 11pt;
	font-family: 'Roboto Light';
	line-height: 0;
	margin-top: 1pt;
	margin-bottom: 0.5pt;
	margin-left: 13pt;
}

ol.StepList1
{
	list-style-type: decimal;
	font-size: 11pt;
}

li.Step1
{
	margin-left: -0.1 .5em;
	margin-top: 1em;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

ol.Step1
{
	margin: 0em;
	margin-left: 0em;
	margin-right: 0em;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: -2em;
	padding-bottom: 2em;
	font-size: 11pt;
}

span.StepNumber
{
	font-size: 11pt;
	font-weight: bold;
}

span.XRefLinks
{
	font-family: Arial;
	letter-spacing: 0em;
	color: #0000ff;
	text-decoration: none;
}

MadCap|xref.Page
{
	mc-format: '{BLUE}page {page}';
}

ul.Bullet_Topic1
{
	list-style-type: disc;
}

li.LI_BulletTopic1
{
	padding-bottom: 0.8em;
	color: #ff0000;
}

li.BulletInd1
{
	padding-bottom: 0.8em;
}

li.BulletInd11
{
	padding-bottom: 0.8em;
	margin-left: 20pt;
}

ul.FBullet1
{
	margin: 2px;
	margin-right: 0px;
	margin-left: -2px;
	list-style-type: none;
	list-style-image: url('../Icons/bulletblk7px-01.png');
	font-size: 11pt;
}

ul.FBullet2
{
	margin: 2px;
	margin-right: 0px;
	list-style-type: none;
	list-style-image: url('../Icons/bulletblk7px-01.png');
	margin-left: 16px;
	font-size: 11pt;
}

ul.FBullet3
{
	margin: 2px;
	margin-right: 0px;
	list-style-type: none;
	list-style-image: url('../Icons/bulletblk7px-01.png');
	margin-left: 35px;
	font-size: 11pt;
}

ul.FBullet4
{
	margin: 2px;
	margin-right: 0px;
	list-style-type: none;
	list-style-image: url('../Icons/bulletblk7px-01.png');
	margin-left: 55px;
	font-size: 11pt;
}

ul.FBulletTopicLink1
{
	margin: 2px;
	margin-right: 0px;
	list-style-type: none;
	list-style-image: url('../Icons/bulletblk8px-01.png');
	margin-left: 9px;
	font-size: 11pt;
}

ul.FBulletTopicLink2
{
	margin: 2px;
	margin-right: 0px;
	list-style-type: none;
	margin-left: 9px;
	font-weight: bold;
	list-style-image: url('../Icons/bulletblk8px-01.png');
	font-size: 11pt;
}

ol.Step1_Ind1
{
	margin: 0em;
	margin-right: 0em;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: -2em;
	padding-bottom: 2em;
	margin-left: 2em;
	font-size: 11pt;
}

ol.StepListTest
{
	mc-auto-number-offset: 62px;
	mc-auto-number-position: outside-head;
	margin-left: 62px;
	mc-auto-number-format: 'Step {n=1}.';
	mc-auto-number-class: StepNumber;
	font-size: 11pt;
}

ul.FBulletTopicLinkTest
{
	mc-auto-number-offset: 62px;
	mc-auto-number-position: outside-head;
	margin-left: 62px;
	list-style-type: decimal;
}

MadCap|dropDown:hover
{
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	mc-closed-image: url('../Icons/DropdownArrow_RedClosed-01.png');
}

p.BodyIndentImagecallout2
{
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	mc-hyphenate: never;
	text-indent: 0;
	margin-right: 0;
	font-size: 11pt;
	font-family: 'Roboto Light';
	line-height: 0;
	margin-top: 1pt;
	margin-bottom: 0.5pt;
	margin-left: 13pt;
}

td.Head1
{
	font-weight: bold;
	text-align: center;
	border: solid 1px #000000;
}

td.Tbody2
{
	font-family: 'Roboto Light';
	font-size: 9pt;
	text-align: center;
	border: solid 1px #000000;
}

td.Tbody3
{
	border: solid 1px #000000;
	font-family: 'Roboto Light';
	font-size: 9pt;
	text-align: left;
}

td.Head2
{
	text-align: left;
	font-weight: bold;
	border: solid 1px #000000;
	font-size: 9pt;
}

p.Figure2
{
	font-size: 8pt;
	font-style: italic;
	line-height: 2pt;
	margin-top: 10px;
	margin-left: 35px;
	margin-bottom: 25px;
}

p.TableHeading2
{
	font-weight: bold;
	font-family: 'Roboto Light';
	font-size: 9pt;
}

p.TableBody2
{
	font-size: 9pt;
	text-align: center;
	margin: 2px;
	margin-bottom: 2px;
}

p.TableBody3
{
	margin: 2px;
	font-size: 9pt;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
}

p.TableBody4
{
	margin: 2px;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
}

p.TableBodyImage
{
	text-align: center;
	mc-auto-number-position: none;
	margin: 0px;
	font-size: 9pt;
}

p.IMPORTANTText
{
	border-top: none 2px #000000;
	line-height: 13pt;
	font-style: italic;
	border-left-align: left;
	font-weight: normal;
	font-size: 11pt;
	margin-bottom: 1em;
	border: solid 0.6px #ff0000;
	font-family: 'Roboto Light';
	margin-top: 1em;
	margin-right: 5pt;
	text-indent: 0pt;
	margin-left: 13pt;
	padding: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}

p.IMPORTANTText::before
{
	font-weight: bold;
	color: #ff0000;
	font-size: 12pt;
	text-align: left;
	margin-bottom: 16pt;
	margin-left: 0px;
	margin-top: 16pt;
	padding-top: 20px;
	padding-bottom: 20px;
	content: 'ATTENTION !';
	text-decoration: underline;
	padding-right: 7pt;
	text-indent: 0pt;
	padding-left: 0pt;
}

p.NOTEText
{
	border-top: none 2px #000000;
	line-height: 13pt;
	font-style: italic;
	border-left-align: left;
	font-weight: normal;
	font-size: 11pt;
	margin-bottom: 1em;
	font-family: 'Roboto Light';
	border: solid 0.6px #4169e1;
	text-indent: 0pt;
	background-color: #f5f5f5;
	margin-top: 1em;
	margin-right: 5pt;
	margin-left: 13pt;
	padding: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}

p.NOTEText::before
{
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 16pt;
	margin-top: 16pt;
	color: #4169e1;
	padding-bottom: 10px;
	padding-top: 10px;
	text-indent: 0pt;
	padding: 5px;
	margin-left: -10px;
	margin-right: 1px;
	content: 'Note: ';
	padding-left: 10px;
	padding-right: 3px;
}

p.NavHead
{
	margin-left: 39px;
}

p.NavHead::before
{
	color: #008900;
	content: 'NAVIGATION -      ';
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}

p.BodyBold
{
	font-weight: bold;
	font-family: 'Roboto Light';
	margin-left: 16px;
	margin-bottom: 8pt;
	margin-top: 8pt;
}

span.GreenBold
{
	font-weight: bold;
	color: #228b22;
	text-decoration: underline;
}

object.Video390px
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: ;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: ;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: ;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: ;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 390px;
}

img.IMG_POPUP2
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: ;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: ;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: ;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: ;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 130px;
	border-radius: 0px;
	border-color: #000000;
}

img.img_w_boarder390
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	max-width: 390px;
	mc-thumbnail: none;
}

img.IMG_POPUP3
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: ;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: ;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: ;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: ;
	mc-thumbnail: popup;
	border-radius: 0px;
	border-color: #000000;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 390px;
}

img.Icon45
{
	border: none;
	max-width: 45px;
}

p.NavHeadTyp
{
	margin-left: 39px;
}

p.NavHeadTyp::before
{
	color: #008900;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	content: 'Typical Navigation    ';
}

img.IMG120px
{
	border: none;
	max-width: 220px;
}

img.IMG120px_Brdr
{
	border-radius: 4px;
	border: solid 1px #000000;
	padding: 3px;
	max-width: 220px;
}

p.TableHeading1_1
{
	text-align: center;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: bold;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-family: 'Roboto Light';
	line-height: 12pt;
	font-size: 11pt;
}

img.IMG90px
{
	border: none;
	max-width: 170px;
}

img.img_w_boarder_med
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: ;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: ;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: ;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: ;
	mc-thumbnail: popup;
	border-radius: 0px;
	border-color: #000000;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 110px;
}

p.ItalicSmBld
{
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
}

span.TextItalicSmBld
{
	font-style: italic;
	font-size: 9pt;
	font-weight: bold;
}

p.TipText
{
	border-top: none 2px #000000;
	line-height: 13pt;
	font-style: italic;
	border-left-align: left;
	font-weight: normal;
	font-size: 11pt;
	margin-bottom: 1em;
	font-family: 'Roboto Light';
	text-indent: 0pt;
	background-color: #f5f5f5;
	margin-top: 1em;
	margin-right: 5pt;
	margin-left: 13pt;
	padding: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	border: solid 0.6px #32cd32;
}

p.NavHeadTyp2
{
	
}

p.NavHeadTyp2::before
{
	content: 'Typical Navigation    ';
	color: #008900;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}

p.VideoText
{
	border-top: none 2px #000000;
	line-height: 13pt;
	font-style: italic;
	border-left-align: left;
	font-weight: normal;
	font-size: 11pt;
	margin-bottom: 1em;
	font-family: 'Roboto Light';
	text-indent: 0pt;
	background-color: #f5f5f5;
	margin-top: 1em;
	margin-right: 5pt;
	margin-left: 13pt;
	padding: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	border: solid 0.6px #9400d3;
}

img.Icon30
{
	border: none;
	max-width: 30px;
}

p.BodyIndentImagecallout3
{
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	mc-hyphenate: never;
	text-indent: 0;
	margin-right: 0;
	font-size: 11pt;
	font-family: 'Roboto Light';
	line-height: 0;
	margin-top: 1pt;
	margin-bottom: 0.5pt;
	margin-left: 80px;
}

p.TableHeading1_2
{
	text-align: center;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: bold;
	letter-spacing: 0em;
	color: #000000;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-family: 'Roboto Light';
	line-height: 12pt;
	font-size: 13pt;
}

div.Div3Cards1_bot_bord
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding: 4px;
	border: solid 0px #000000;
	border-bottom-color: #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 0px #000000;
}

div.Div3Cards1_top_bord
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding: 4px;
	border: solid 0px #000000;
	border-bottom-color: #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 0px #000000;
}

_generic_.Center2
{
	
}

p.NOTETextFR::before
{
	content: 'Remarque:';
	color: #4169e1;
	padding: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 10px;
	font-size: 12pt;
	font-weight: bold;
	margin-left: -10pt;
	margin-right: 1px;
	margin-top: 10pt;
	margin-bottom: 16pt;
}

p.VideoHead1
{
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.3em;
}

div.HdCntrA
{
	padding: 0%;
	font-size: 25pt;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	position: fixed;
	font-family: Roboto;
	background-color: #f2f2f2;
	border-top: solid 5px #ff0000;
	border-top-width: 4px;
	margin: 0px;
	margin-bottom: 0px;
	height: 70px;
	padding-top: 20px;
}

p.herotext1
{
	font-family: Roboto;
	text-align: center;
	margin: 0px;
	font-size: 23pt;
	color: #000000;
	padding-bottom: 10px;
}

div.FooterCopyright2
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0%;
	background-color: #171717;
	margin-top: 0px;
	font-size: 8pt;
	color: #a9a9a9;
	padding-bottom: 30px;
	padding-top: 10px;
	float: right;
	width: 100%;
}

div.FooterCopyright3
{
	mc-grid-row: true;
	margin-bottom: 0%;
	background-color: #171717;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 8pt;
	color: #a9a9a9;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 100%;
}

div.FooterCopyright
{
	mc-grid-row: true;
	margin-bottom: 0%;
	background-color: #171717;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 8pt;
	color: #a9a9a9;
	margin-right: auto;
	margin-left: auto;
}

/*<meta sourceDocument="C:\FLARE\Tech Articles\Automotive Communication Networks Part I LIN.docx" />*/

ol.ol_1
{
	font-weight: bold;
	line-height: 13px;
	padding: 1px;
	mc-hyphenate: never;
	color: #000000;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_1
{
	font-weight: bold;
	line-height: 13px;
	padding: 1px;
	mc-hyphenate: never;
	color: #000000;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_1
{
	padding-bottom: 0.8em;
	font-weight: bold;
	line-height: 13px;
	padding: 1px;
	mc-hyphenate: never;
	color: #000000;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

td.td_1
{
	margin-top: 30pt;
	margin-bottom: 10pt;
	font-family: Calibri;
	font-size: 11pt;
	vertical-align: top;
}

h1.Heading1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 12pt;
	margin-bottom: 0pt;
	mc-heading-level: 1;
	font-family: Cambria;
	color: #365F91;
	font-size: 16pt;
	font-weight: normal;
}

p.Subtitle
{
	font-size: 11pt;
	margin-bottom: 8pt;
	font-family: Calibri;
	color: #5A5A5A;
	letter-spacing: 1pt;
}

h2.Heading2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 2;
	font-family: Cambria;
	color: #365F91;
	font-size: 13pt;
	font-weight: normal;
}

p.ListParagraph
{
	margin-bottom: 10pt;
	font-size: 11pt;
	font-family: Calibri;
}

li.ListParagraph
{
	margin-bottom: 10pt;
	font-size: 11pt;
	font-family: Calibri;
}

ul.ul_2
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 36pt;
}

span.Heading2Char
{
	color: #365F91;
	font-size: 13pt;
}

li.NoSpacing
{
	font-family: Calibri;
	font-size: 11pt;
}

span.Heading2Char_1
{
	color: #365F91;
	font-size: 13pt;
	font-family: Cambria;
}

li.li_2
{
	font-weight: bold;
	font-style: italic;
}

ul.ul_3
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 36pt;
}

h1.Heading1_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 24pt;
	margin-bottom: 0pt;
	mc-heading-level: 1;
	font-family: Cambria;
	font-weight: bold;
	color: #365F91;
	font-size: 14pt;
}

p.Subtitle_1
{
	margin-bottom: 10pt;
	font-family: Cambria;
	font-style: italic;
	color: #4F81BD;
	letter-spacing: 1pt;
	font-size: 12pt;
}

h2.Heading2_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 10pt;
	margin-bottom: 0pt;
	mc-heading-level: 2;
	font-family: Cambria;
	font-weight: bold;
	color: #4F81BD;
	font-size: 13pt;
}

ul.ul_4
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 38pt;
}

div.div_1
{
	margin-left: 2in;
	margin-top: 147pt;
	width: 329.25pt;
	height: 24pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 3.6pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 3.6pt;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
}

div.div_2
{
	margin-left: 266.8pt;
	margin-top: 42pt;
	width: 211.5pt;
	height: 24pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 3.6pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 3.6pt;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
}

div.div_3
{
	margin-left: 0;
	margin-top: 21.05pt;
	width: 201.75pt;
	height: 27pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 3.6pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 3.6pt;
	mso-position-horizontal: left;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
}

h2.Heading2_1_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 10pt;
	margin-bottom: 0pt;
	mc-heading-level: 2;
	font-family: Cambria;
	font-weight: bold;
	font-size: 13pt;
	color: #FFC000;
}

h2.Heading2_1_2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 10pt;
	margin-bottom: 0pt;
	mc-heading-level: 2;
	font-family: Cambria;
	font-weight: bold;
	font-size: 13pt;
	color: #92D050;
}

div.div_4
{
	margin-top: 290.45pt;
	width: 518.25pt;
	height: 23.25pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 3.6pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 3.6pt;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
	margin-left: 0pt;
}

span.span_1
{
	font-weight: bold;
	font-style: italic;
	font-size: 22pt;
}

p.Subtitle_1_1
{
	margin-bottom: 10pt;
	font-style: italic;
	font-family: Calibri;
	color: black;
	letter-spacing: 0pt;
	font-size: 11pt;
}

span.Heading3Char
{
	color: #243F60;
	font-size: 12pt;
}

ol.ol_2
{
	font-weight: bold;
	line-height: 13px;
	padding: 1px;
	mc-hyphenate: never;
	color: #000000;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_5
{
	font-weight: bold;
	line-height: 13px;
	padding: 1px;
	mc-hyphenate: never;
	color: #000000;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_3
{
	padding-bottom: 0.8em;
	font-weight: bold;
	line-height: 13px;
	padding: 1px;
	mc-hyphenate: never;
	color: #000000;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

td.td_2
{
	margin-top: 30pt;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	vertical-align: top;
}

span.Strong
{
	font-weight: bold;
}

span.Emphasis
{
	font-style: italic;
}

h2.Heading2_2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	color: #365F91;
	margin-top: 5pt;
	margin-bottom: 5pt;
	mc-heading-level: 2;
	font-family: 'Times New Roman';
	font-weight: bold;
	font-size: 18pt;
}

span.Strong_1
{
	font-family: Roboto;
	font-weight: normal;
	color: #282828;
	font-size: 15pt;
}

span.span_2
{
	font-family: Roboto;
	color: #282828;
	font-size: 15pt;
}

sup.sup_1
{
	font-family: Roboto;
	color: #282828;
	font-size: 15pt;
}

sup.sup_2
{
	font-family: Roboto;
	color: #282828;
	font-size: 7pt;
}

li.li_4
{
	background-color: #FFFFFF;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Roboto;
	color: #282828;
	font-size: 15pt;
}

sub.sub_1
{
	font-family: Roboto;
	color: #282828;
	font-size: 15pt;
}

span.span_3
{
	font-family: Roboto;
	color: #FF0000;
	font-size: 15pt;
	text-decoration: underline;
}

span.TextBold_1
{
	font-weight: bold;
	color: #282828;
}

ul.ul_6
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 36pt;
}

span.Emphasis_1
{
	font-style: italic;
	font-family: Roboto;
	color: #282828;
	font-size: 15pt;
}

span.span_4
{
	font-family: Roboto;
	color: #ED1C24;
	font-size: 15pt;
}

span.TextBold_2
{
	font-family: Roboto;
	font-weight: normal;
	font-style: italic;
	color: #282828;
	font-size: 15pt;
}

span.span_5
{
	font-family: Roboto;
	text-decoration: line-through;
	color: #282828;
	font-size: 15pt;
}

span.span_6
{
	font-family: Roboto;
	color: #2ECC71;
	font-size: 15pt;
}

sup.sup_3
{
	color: #282828;
}

span.span_7
{
	color: #282828;
}

ol.ol_3
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 36pt;
}

span.TextBold_3
{
	font-weight: normal;
	color: #FFFFFF;
}

span.TextBold_4
{
	font-weight: normal;
}

h2.Heading2_2_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 5pt;
	margin-bottom: 5pt;
	mc-heading-level: 2;
	font-size: 18pt;
	font-family: Roboto;
	font-weight: normal;
	color: #282828;
}

span.span_8
{
	color: #282828;
	font-size: 15pt;
}

ol.ol_4
{
	padding-left: 0px;
	list-style-type: upper-alpha;
	margin-left: 36pt;
}

span.span_9
{
	font-weight: bold;
	font-style: italic;
}

ul.ul_7
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 41pt;
}

p.FigureCalloutIndent
{
	margin-right: 0in;
	font-weight: normal;
	font-style: italic;
	font-size: 8pt;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-family: Roboto;
	color: #000000;
	line-height: 2pt;
	text-align: left;
	margin-left: 60px;
}

span.GreenNormal
{
	color: #228b22;
}

span.GreenBold_1
{
	color: #228b22;
	font-weight: bold;
}

img.Icon45_Brd
{
	max-width: 45px;
	border: solid 1px #000000;
}

img.Icon30_Brd
{
	max-width: 30px;
	border: solid 1px #000000;
}

img.IMG120px_Brdr2
{
	border-radius: 4px;
	border: solid 1px #000000;
	max-width: 220px;
	mc-thumbnail: none;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 220px;
	padding: 20px;
	padding-bottom: 20px;
}

img.VertCent1
{
	border: none;
	max-width: 75px;
	margin-bottom: -18px;
}

p.VideoText2
{
	border-top: none 2px #000000;
	line-height: 13pt;
	font-style: italic;
	border-left-align: left;
	font-weight: normal;
	font-size: 11pt;
	font-family: 'Roboto Light';
	text-indent: 0pt;
	background-color: #f5f5f5;
	margin-right: 5pt;
	margin-left: 13pt;
	padding: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	border: solid 0.6px #9400d3;
	padding-bottom: 6px;
	margin-bottom: 1em;
	margin-top: 1em;
	vertical-align: middle;
}

img.VertCentBdr1
{
	max-width: 75px;
	margin-bottom: -18px;
	width: 50px;
	height: 41px;
	border: solid 1px #000000;
	border-radius: 2px;
	border-spacing: 6px;
}

p.ChapTOCHeadPDF
{
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	margin-bottom: 10.000pt;
	word-spacing: 0.0em;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	margin-top: 28.000pt;
	mc-heading-level: 1;
	font-size: 25pt;
	font-family: Roboto;
	margin-left: 16px;
	font-style: italic;
	font-weight: normal;
}

p.TitleTOCOffset
{
	font-weight: bold;
	font-family: 'Roboto Light';
	margin-left: 3.5em;
}

p.H1HeadingChap
{
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	margin-bottom: 10.000pt;
	word-spacing: 0.0em;
	font-style: normal;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	margin-top: 28.000pt;
	mc-heading-level: 1;
	font-size: 25pt;
	font-weight: normal;
	font-family: Roboto;
	margin-left: 16px;
}

p.Print1
{
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	margin-bottom: 10.000pt;
	word-spacing: 0.0em;
	font-style: normal;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	margin-top: 28.000pt;
	mc-heading-level: 1;
	font-size: 25pt;
	font-weight: normal;
	font-family: Roboto;
	margin-left: 16px;
}

p.FigureCalloutIndent1
{
	margin-right: 0in;
	font-weight: normal;
	font-style: italic;
	font-size: 8pt;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-family: Roboto;
	color: #000000;
	line-height: 2pt;
	text-align: left;
	margin-top: 10px;
	margin-left: 60px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 1px;
}

p.BodyKeepWithNext
{
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	line-height: 20px;
	font-style: normal;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	color: #282828;
	font-weight: normal;
	margin-bottom: 8pt;
	margin-top: 8pt;
	font-family: 'Roboto Light';
	font-size: 11pt;
	margin-left: 16px;
}

p.BodyBoldKeepWithNext
{
	font-weight: bold;
	font-family: 'Roboto Light';
	margin-left: 16px;
	margin-bottom: 8pt;
	margin-top: 8pt;
}

p.H1HeadingKeepWithNext
{
	margin-right: 0.000pt;
	text-indent: 0.000pt;
	margin-bottom: 10.000pt;
	word-spacing: 0.0em;
	font-style: normal;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	margin-top: 28.000pt;
	mc-heading-level: 1;
	font-size: 25pt;
	font-weight: normal;
	font-family: Roboto;
	margin-left: 16px;
	text-align: left;
}

p.H2HeadingKeepWithNext
{
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	margin-bottom: 10.000pt;
	word-spacing: 0.0em;
	font-style: normal;
	color: #000000;
	letter-spacing: 0.00em;
	margin-top: 28.000pt;
	mc-heading-level: 2;
	font-size: 18pt;
	font-weight: normal;
	font-family: Roboto;
	text-decoration: underline;
	margin-left: 16px;
}

p.ProcdureHeadKeepWithNext
{
	mc-auto-number-format: '► ';
	margin-left: 0.000pt;
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	margin-bottom: 6.000pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12.0pt;
	margin-top: 20pt;
	font-family: 'Roboto Light';
}

img.A50PercentW
{
	max-width: 50%;
	border: solid 1px #000000;
}

p.NOTETextFR
{
	border-top: none 2px #000000;
	line-height: 13pt;
	font-style: italic;
	border-left-align: left;
	font-weight: normal;
	font-size: 11pt;
	margin-bottom: 1em;
	font-family: 'Roboto Light';
	border: solid 0.6px #4169e1;
	text-indent: 0pt;
	background-color: #f5f5f5;
	margin-top: 1em;
	margin-right: 5pt;
	margin-left: 13pt;
	padding: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}

p.TipBLUE
{
	font-style: italic;
	font-family: Roboto;
	margin-left: 16px;
	color: #0101ff;
	font-weight: bold;
	font-size: 12pt;
}

p.TipREDLarge1
{
	font-style: italic;
	font-family: Roboto;
	color: #ff0000;
	margin-left: 16px;
	font-size: 14pt;
	font-weight: bold;
}

img.Icon70
{
	border: none;
	height: 33px;
	max-width: 100px;
	width: 160px;
}

p.BodyBoldSmCaps
{
	font-weight: bold;
	font-family: 'Roboto Light';
	margin-left: 16px;
	margin-bottom: 8pt;
	margin-top: 8pt;
	font-variant: small-caps;
}

p.ImageNote1
{
	font-weight: normal;
	font-style: italic;
	line-height: 25px;
	margin-bottom: .1px;
	margin-top: 3px;
	margin-left: 10px;
	mc-hyphenate: never;
	color: #000000;
	font-family: 'Roboto Light';
	font-size: 9pt;
}

p.ImageNote2
{
	font-weight: normal;
	font-style: italic;
	margin-top: 3px;
	mc-hyphenate: never;
	color: #000000;
	font-family: 'Roboto Light';
	margin-bottom: .05px;
	font-size: 7pt;
	line-height: 12px;
	margin-left: 13pt;
}

p.MasterPFooterA
{
	margin-left: 0.000pt;
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	margin-bottom: 3.000pt;
	word-spacing: 0.0em;
	font-style: normal;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	border-top: solid 2px #ff0000;
	padding-top: 12px;
	margin-top: 50pt;
	font-family: 'Roboto Light';
	font-size: 7pt;
	line-height: 9pt;
	border-top-length: 100%;
	border-top-width: 1px;
}

p.HeadingCntr1
{
	font-style: normal;
	color: #000000;
	text-decoration: none;
	mc-heading-level: 1;
	font-size: 25pt;
	font-weight: normal;
	font-family: Roboto;
	text-align: center;
	margin: 0 0 0 0;
	mc-auto-number-position: none;
	mc-leader-indent: 0;
	padding-top: 50px;
}

p.HdrAnch1
{
	font-family: 'Roboto Light';
	margin: 0px;
	margin-top: 110px;
	position: absolute;
	top: 110px;
	left: 0px;
	line-height: 60pt;
}

a.Link9red
{
	color: #ff0000;
	font-size: 9pt;
	text-align: center;
}

p.herotext2
{
	font-family: Roboto;
	margin-top: 1px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	font-size: 14pt;
	color: #000000;
}

p.NonPrintingLine
{
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	line-height: 20px;
	font-style: normal;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	color: #282828;
	font-weight: normal;
	margin-bottom: 8pt;
	margin-top: 8pt;
	font-family: 'Roboto Light';
	font-size: 11pt;
	margin-left: 16px;
}

p.PrintOnlyLine
{
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	line-height: 20px;
	font-style: normal;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	color: #282828;
	font-weight: normal;
	margin-bottom: 8pt;
	margin-top: 8pt;
	font-family: 'Roboto Light';
	font-size: 11pt;
	margin-left: 16px;
	display: none;
}

p.BodyImageHead1
{
	font-weight: bold;
	font-family: 'Roboto Light';
	margin-top: 8pt;
	margin-bottom: 1pt;
	font-size: 9pt;
	font-style: italic;
	margin-left: 80px;
}

img.img_w_boarder_indent1
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: ;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: ;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: ;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: ;
	mc-thumbnail: popup;
	border-radius: 0px;
	border-color: #000000;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 260px;
	margin-left: 24px;
}

p.SmallNote1
{
	font-size: 8pt;
	font-style: italic;
	line-height: 2pt;
	margin-left: 35px;
	margin-bottom: 10px;
	margin-top: 5px;
}

p.ImageNote3
{
	font-weight: normal;
	font-style: italic;
	line-height: 25px;
	margin-top: 3px;
	mc-hyphenate: never;
	color: #000000;
	font-family: 'Roboto Light';
	font-size: 9pt;
	margin-bottom: 0px;
	margin-left: 40px;
}

p.HideRedirect
{
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	line-height: 20px;
	font-style: normal;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	color: #282828;
	font-weight: normal;
	margin-bottom: 8pt;
	margin-top: 8pt;
	font-family: 'Roboto Light';
	font-size: 11pt;
	margin-left: 16px;
	display: none;
}

p.MasterPFooter2
{
	margin-left: 0.000pt;
	margin-right: 0.000pt;
	text-align: left;
	text-indent: 0.000pt;
	margin-bottom: 3.000pt;
	word-spacing: 0.0em;
	font-style: normal;
	color: #000000;
	letter-spacing: 0.00em;
	text-decoration: none;
	mc-hyphenate: never;
	font-family: 'Roboto Light';
	margin-top: 1pt;
	line-height: 9pt;
	font-size: 9pt;
	padding-top: 8px;
}

p.FooterLink
{
	margin-bottom: 10px;
	left: 0px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
	font-size: 9pt;
	line-height: 11pt;
}

a.FooterLink
{
	text-decoration: none;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	font-family: 'Roboto Light';
}

