/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================


===========================================================================================================================================================*/

/*==Topic General Styles==*/

body
{
	color: #404040;
	line-height: 1.7em;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
}

h1
{
	padding-bottom: 10px;
	color: #da1745;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	mc-heading-level: 1;
	line-height: 24pt;
	margin-bottom: 10px;
	font-size: 22pt;
}

h2
{
	margin-bottom: 4px;
	margin-top: 20px;
	color: #da1745;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 1.45 em;
}

li
{
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	margin-bottom: 6px;
	margin-top: 6px;
	font-size: 12pt;
}

h3
{
	margin-bottom: 4px;
	margin-top: 16px;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #696969;
}

h4
{
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	mc-hyphenate: never;
	hyphens: none;
	font-size: 12pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
}

p.important
{
	background-image: url('../Images/ImportantIcon.png');
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 7px;
	margin-right: 7px;
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	border-top: dashed 1px #f0e68c;
	border-bottom: dashed 1px #f0e68c;
	border-radius: 0px;
}

.off-canvas-content .main-section > .outer-row	/*removes the padding from the skin*/
{
	max-width: 100%;
	padding: 0;
}

/*hero section*/

div.topic-hero	/*This is the Hero/Banner on the topics Page - To replace the banner image with your own, change background-image property*/
{
	padding-top: 25px;
	background-color: #dedede;
}

/*==Mad Cap proxy/editor assigned styles==*/

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px black;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 50%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

a.MCBreadcrumbsLink
{
	text-decoration: underline;
	font-style: normal;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #19b9f3;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	mc-breadcrumbs-prefix: 'You are here: ';
}

MadCap|xref
{
	color: #3399ff;
	font-weight: normal;
	mc-format: '{para}';
	text-decoration: underline;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
}

MadCap|xref:hover
{
	color: #19b9f3;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
}

MadCap|dropDown
{
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png');
}

MadCap|dropDownHotspot
{
	color: #da1745;
	font-size: 12pt;
	font-weight: bold;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
}

MadCap|miniTocProxy
{
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 11pt;
	border-top-color: #808080;
	list-style: bullet;
	page-break-after: always;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the grey background. This HTML element is not on a master page, it is used at compile time.*/
{
	background: #f5f5f5;
}

div.side-content	/*Container for Menu proxy*/
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

div.topic-layout	/*Wraps the content on the masterpage and provides the white background behind topics.*/
{
	margin: 0 auto;
	background-color: #FFF;
	padding: 25px 25px;
	min-height: 70vh;
	margin-top: 15px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-bottom: 2%;
	width: 80%;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.topic-layout > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

div.topic-layout > div:nth-child(1)	/*search-bar container */
{
	float: right;
	width: 25%;
	margin-top: 15px;
}

div.topic-layout > div:nth-child(2)	/*body container*/
{
	width: 70%;
	margin-left: 0;
	margin-right: 0;
	padding-right: 20px;
	padding-top: 0px;
	padding-left: 20px;
	min-height: 65vh;
}

div.topic-layout > div:nth-child(3)	/*Menu Proxy and toolbar container*/
{
	width: 25%;
	margin-left: 5%;
}

div.Important
{
	background-image: url('../Images/ImportantIcon.png');
	background-repeat: no-repeat;
	border-top: dashed 1px #f0e68c;
	border-bottom: dashed 1px #f0e68c;
	border-radius: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
}

div.Note
{
	background-image: url('../Images/NoteIcon.png');
	background-repeat: no-repeat;
	border-top: dashed 1px #1e90ff;
	border-bottom: dashed 1px #1e90ff;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
}

div.important
{
	background-image: url('../Images/ImportantIcon.png');
	background-repeat: no-repeat;
	border-top: dashed 1px #f0e68c;
	border-bottom: dashed 1px #f0e68c;
	border-radius: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
}

div.note
{
	background-image: url('../Images/NoteIcon.png');
	background-repeat: no-repeat;
	border-top: dashed 1px #1e90ff;
	border-bottom: dashed 1px #1e90ff;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
}

/*==Footer==*/

.search,
.search-bar
{
	margin: 0;
}

div.footer
{
	background-color: #f5f5f5;
	padding: 1% 5%;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #808080;
}

p.BodyText
{
	orphans: 2;
	widows: 2;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	color: #231F20;
	font-size: 12pt;
	mc-hyphenate: never;
}

p.CellHeading
{
	orphans: 2;
	widows: 2;
	margin-bottom: 6pt;
	margin-left: 5pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 12pt;
}

p.CellBody
{
	orphans: 2;
	widows: 2;
	margin-left: 5pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

p.bullet1tableindent
{
	orphans: 2;
	widows: 2;
	margin-bottom: 2pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

li.bullet1tableindent
{
	orphans: 2;
	widows: 2;
	margin-bottom: 2pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

textinsteps
{
	font-size: 11pt;
	orphans: 2;
	widows: 2;
	margin-top: 10pt;
	margin-bottom: 8pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	margin-left: 25pt;
}

p.Bullet1
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

li.Bullet1
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

p.Note
{
	background-image: url('../Images/NoteIcon.png');
	background-repeat: no-repeat;
	border-radius: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	border-top: dashed 1px #1e90ff;
	border-bottom: dashed 1px #1e90ff;
}

p.NoteIdentSteps
{
	background-image: url('../Images/NoteIcon.png');
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 35px;
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	border-bottom-color: #1e90ff;
	border-bottom: dashed 1px #1e90ff;
	border-top: dashed 1px #1e90ff;
	border-radius: 0px;
}

p.CellBodyBold
{
	orphans: 2;
	widows: 2;
	margin-left: 5pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 12pt;
}

p.CellBullet
{
	orphans: 2;
	widows: 2;
	margin-top: 2pt;
	margin-bottom: 2pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	color: #231F20;
	letter-spacing: 0pt;
	font-size: 12pt;
}

li.CellBullet
{
	orphans: 2;
	widows: 2;
	margin-top: 2pt;
	margin-bottom: 2pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	color: #231F20;
	letter-spacing: 0pt;
	font-size: 12pt;
}

p.CellBulletIndent
{
	orphans: 2;
	widows: 2;
	margin-top: 2pt;
	margin-bottom: 2pt;
	color: #231F20;
	letter-spacing: 0pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

li.CellBulletIndent
{
	orphans: 2;
	widows: 2;
	margin-top: 2pt;
	margin-bottom: 2pt;
	color: #231F20;
	letter-spacing: 0pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

p.Step1
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	mc-hyphenate: never;
}

p.lettersubstep
{
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	mc-hyphenate: never;
	margin-left: 20pt;
}

li.Step1
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

p.Bulletsinsteps
{
	orphans: 2;
	widows: 2;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	margin-left: 0pt;
}

li.Bulletsinsteps
{
	orphans: 2;
	widows: 2;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	list-style-position: inherit;
	margin-left: 30pt;
}

p.TableParagraph
{
	orphans: 2;
	widows: 2;
	margin-top: 5pt;
	margin-left: 5pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

p.ListParagraph
{
	orphans: 2;
	widows: 2;
	margin-top: 5pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

li.ListParagraph
{
	orphans: 2;
	widows: 2;
	margin-top: 5pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

p.Bulletindent
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

li.Bulletindent
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

p.IndentafterBulletinSteps
{
	orphans: 2;
	widows: 2;
	margin-top: 5pt;
	margin-right: 51pt;
	color: #231F20;
	margin-left: 59pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

p.StepIndent
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	margin-left: 31pt;
}

p.paraindentafterbulletindent
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-bottom: 4pt;
	margin-left: 45pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	letter-spacing: 0pt;
	font-size: 12pt;
}

p.bulletstwiceindentedinsteps
{
	orphans: 2;
	widows: 2;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

p.bulletsthriceindentedinsteps
{
	orphans: 2;
	widows: 2;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	margin-left: 60pt;
}

p.Bulletsfourthlevelindent
{
	orphans: 2;
	widows: 2;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	margin-left: 0pt;
}

p.CodeIndent
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	color: #231F20;
	margin-top: 5pt;
	margin-left: 25pt;
	margin-right: 72pt;
	font-family: 'Courier New';
}

MadCap|tocProxy
{
	border-top-style: none;
}

p.Title
{
	float: right;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

p.Trademarks
{
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 8pt;
}

p.WorkflowItem
{
	border: solid 1px #a9a9a9;
}

p.BoldSubhHead
{
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

p.GreySubhHead
{
	margin-top: 25px;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-color: #a9a9a9;
	widows: 0;
	orphans: 0;
	color: #a9a9a9;
}

ul
{
	margin-top: 5px;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	div.topic-layout
	{
		width: 85%;
	}

	div.topic-layout > div:nth-child(1)
	{
		width: 85%;
		float: none;
		/*overrides the float property set from the default medium*/
		margin-left: auto;
		margin-right: auto;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 100%;
		border-right: none;
		padding-top: 0;
	}

	div.topic-layout > div:nth-child(3)
	{
		display: none;
	}
}

p.GuideName
{
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 16pt;
	margin-top: 12px;
	float: right;
}

p.Alt_Heading1
{
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 18pt;
	font-weight: bold;
	height: 1.35em;
}

p.CodeIndentMore
{
	margin-right: 72pt;
	margin-top: 5pt;
	font-family: 'Courier New';
	font-size: 11pt;
	margin-left: 35pt;
}

li.trademarks
{
	font-size: 8pt;
}

li.bulletstwiceindentedinsteps
{
	orphans: 2;
	widows: 2;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	margin-left: 70pt;
}

MadCap|xref.ParaTextOnly
{
	mc-format: '{paratext}';
}

/*<meta sourceDocument="C:\Users\leann\OneDrive\Documents\Contracting\Ricoh\2023 SLNX Rewrite\Sources\Capture Client Source.docx" />*/

li.Step1_1
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	mc-hyphenate: never;
}

/*<meta sourceDocument="C:\Users\leann\OneDrive\Documents\Contracting\Ricoh\2023 SLNX Rewrite\Sources\Security Paper Source to import.docx" />*/

li.Step1_2
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	mc-hyphenate: never;
}

li.CellBody
{
	orphans: 2;
	widows: 2;
	margin-left: 5pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

p.Footies
{
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 10pt;
}

p.CheckBox
{
	widows: 2;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
}

/*<meta sourceDocument="C:\Users\leann\OneDrive\Documents\Contracting\Ricoh\2023 SLNX Rewrite\Individual Chapters\System Errors.docx" />*/
/*<meta sourceDocument="C:\Users\leann\OneDrive\Documents\Contracting\Ricoh\2023 SLNX Rewrite\Sources\CES to import.docx" />*/

li.Step1_3
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	mc-hyphenate: never;
}

li.Bulletsinsteps_1
{
	list-style-position: inherit;
	orphans: 2;
	widows: 2;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	margin-left: 0pt;
}

li.lettersubstep
{
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	mc-hyphenate: never;
	margin-left: 20pt;
}

MadCap|xref.PageNumberOnly
{
	mc-format: '{page}';
}

/*<meta sourceDocument="C:\Users\leann\OneDrive\Documents\Contracting\Ricoh\2023 SLNX Rewrite\Sources\XSC Key Table.docx" />*/
/*<meta sourceDocument="C:\Users\leann\OneDrive\Documents\Contracting\Ricoh\2023 SLNX Rewrite\Sources\CAC PIV to import.docx" />*/

li.Note
{
	background-image: url('../Images/NoteIcon.png');
	background-repeat: no-repeat;
	border-radius: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	border-top: dashed 1px #1e90ff;
	border-bottom: dashed 1px #1e90ff;
}

p.Note_1
{
	background-image: url('../Images/NoteIcon.png');
	background-repeat: no-repeat;
	border-radius: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	color: #000000;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	border-top: dashed 1px #1e90ff;
	border-bottom: dashed 1px #1e90ff;
	font-size: 18pt;
}

li.Note_1
{
	background-image: url('../Images/NoteIcon.png');
	background-repeat: no-repeat;
	border-radius: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	color: #000000;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	border-top: dashed 1px #1e90ff;
	border-bottom: dashed 1px #1e90ff;
	font-size: 18pt;
}

ul.ul_1
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 36pt;
}

li.Step1_4
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	mc-hyphenate: never;
}

span.span_1
{
	margin-right: 0pt;
	font-family: Wingdings;
}

ol.ol_1
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 18pt;
}

span.span_2
{
	font-family: Symbol;
}

p.p_1
{
	font-size: 24pt;
}

ul.ul_2
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 18pt;
}

li.CellBullet_1
{
	orphans: 2;
	widows: 2;
	margin-top: 2pt;
	margin-bottom: 2pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	color: #231F20;
	letter-spacing: 0pt;
	font-size: 12pt;
	margin-right: 25pt;
}

ul.ul_3
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 37pt;
}

span.span_3
{
	font-size: 10pt;
}

span.span_4
{
	font-style: italic;
}

span.span_5
{
	font-family: Cambria;
	color: #000000;
}

span.span_6
{
	font-family: 'Courier New';
	color: #000000;
	font-size: 10pt;
}

span.span_7
{
	font-family: 'Courier New';
	color: #000000;
	font-size: 9pt;
}

span.span_8
{
	font-family: Cambria;
	color: #000000;
	font-size: 10pt;
}

p.BodyText_1
{
	orphans: 2;
	widows: 2;
	font-size: 12pt;
	mc-hyphenate: never;
	font-family: Cambria;
	color: #000000;
}

span.span_9
{
	font-family: 'Cambria Math';
}

p.CellBody_1
{
	orphans: 2;
	widows: 2;
	margin-left: 5pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	color: #000000;
}

span.span_10
{
	font-weight: bold;
}

p.CellBody_2
{
	orphans: 2;
	widows: 2;
	margin-left: 5pt;
	font-family: 'Roboto', 'Calibri', 'Trebuchet MS', sans-serif;
	font-size: 12pt;
	background-color: #FFFF00;
}

img.img_1
{
	visibility: visible;
	mso-wrap-style: square;
	width: 16px;
	height: 16px;
}

img.img_2
{
	visibility: visible;
	mso-wrap-style: square;
	width: 19px;
	height: 16px;
}

img.img_3
{
	visibility: visible;
	mso-wrap-style: square;
	width: 216px;
	height: 162px;
}

p.p_2
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: #5B9BD5;
}

