<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;meta /&gt;*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*
blue med	#0f7fc9;
blue dark	#006daa;
grey light 	#efefef;
grey		#d8d8d8;
grey med	#3a3a3a;
grey dark	#383838;
dark blue (new) #48677e;
grey light (new) #f4f4f1
*/

button.menu-icon
{
	float: left;
}

@font-face 
{
	font-family: 'Nunito-Light-webfont';
	src: url('../fonts/Nunito-Light-webfont.ttf');
	src: url('../fonts/Nunito-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Light-webfont.woff2') format('woff2'), url('../fonts/Nunito-Light-webfont.woff') format('woff'), url('../fonts/Nunito-Light-webfont.ttf') format('truetype'), url('../fonts/Nunito-Light-webfont.svg#Nunito') format('svg');
}

@font-face 
{
	font-family: 'ubuntubold';
	src: url('../fonts/ubuntu-b-webfont.woff2') format('woff2'), url('../fonts/ubuntu-b-webfont.woff') format('woff'), url('../fonts/ubuntu-b-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ubuntubolditalic';
	src: url('../fonts/ubuntu-bi-webfont.woff2') format('woff2'), url('../fonts/ubuntu-bi-webfont.woff') format('woff'), url('../fonts/ubuntu-bi-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ubuntumedium';
	src: url('../fonts/ubuntu-m-webfont.woff2') format('woff2'), url('../fonts/ubuntu-m-webfont.woff') format('woff'), url('../fonts/ubuntu-m-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ubunturegular';
	src: url('../fonts/ubuntu-r-webfont.woff2') format('woff2'), url('../fonts/ubuntu-r-webfont.woff') format('woff'), url('../fonts/ubuntu-r-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body
{
	font-family: ubunturegular, Arial, sans-serif;
}

/* SIDENAV STYLES */

div.sidenav-wrapper
{
	width: 25%;
	background-color: white;
}

div.sidenav-container
{
	margin-left: 20px;
}

div.sidenav-container,
aside.off-canvas
{
	background-color: #efefef;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

div.sidenav-container ul li a,
aside.off-canvas ul li a
{
	font-family: ubunturegular;
	color: black;
	padding-top: .5rem;
	padding-bottom: .5rem;
	/* all levels */
}

div.sidenav-container ul.sidenav li a:hover,
aside.off-canvas ul li a:hover
{
	background-color: #383838;
	color: white;
	/* item hover (MC includes sidnav class) */
}

div.sidenav-container ul li[aria-expanded="true"] a,
aside.off-canvas ul li[aria-expanded="true"] a
{
	border-bottom-width: 0;
	/* selected level 1 item */
}

div.sidenav-container ul.off-canvas-accordion &gt; li.tree-node-leaf &gt; a,
aside.off-canvas ul.off-canvas-accordion &gt; li.tree-node-leaf &gt; a
{
	color: #48677e;
	font-weight: bold;
	/* top level non-books */
}

div.sidenav-container ul.off-canvas-accordion &gt; li.tree-node-leaf &gt; a:hover,
aside.off-canvas ul.off-canvas-accordion &gt; li.tree-node-leaf &gt; a:hover
{
	color: white;
	/* top level non-books */
}

div.sidenav-container ul li a,
aside.off-canvas ul li a
{
	font-size: 1.083rem;
	/* level 1 13pt */
}

div.sidenav-container ul li ul li a,
aside.off-canvas ul li ul li a
{
	font-size: 1rem;
	/* level 2 12pt */
}

div.sidenav-container ul li ul li ul li a,
aside.off-canvas ul li ul li ul li a
{
	font-size: .916rem;
	/* level 3 11pt */
}

div.sidenav-container ul li ul li ul li ul li a,
aside.off-canvas ul li ul li ul li ul li a
{
	font-size: .833rem;
	/* level 4 10pt */
}

div.sidenav-container li.tree-node-selected,
aside.off-canvas li.tree-node-selected
{
	background-color: #48677e;
	/* selected item */
}

div.sidenav-container ul li.tree-node-selected a.selected,
aside.off-canvas ul li.tree-node-selected a.selected
{
	font-weight: normal;
	font-family: ubuntubold;
	color: white;
	/* selected item link - MC sets color &amp; font for a vs li */
}

div.sidenav-container li.tree-node-selected ul.nested,
aside.off-canvas li.tree-node-selected ul.nested
{
	background-color: #d8d8d8;
	/* selected item's children */
}

/* TOPIC CONTENT AREA */

div.body-container
{
	padding-right: 1.25rem;
	padding-top: 0rem;
}

/* HEADING STYLES */

h1
{
	color: #48677e;
	font-family: ubuntubold;
	font-size: 2.2rem;
	margin-bottom: .7rem;
}

h2,
h3,
h4,
h5,
h6
{
	color: #48677e;
	margin-top: .7rem;
	margin-bottom: .7rem;
	background-color: #f4f4f1;
	padding-left: .33rem;
	padding-top: .33rem;
	padding-right: .33rem;
}

h2
{
	font-family: ubuntubold;
	font-size: 1.9rem;
}

h3
{
	font-family: ubuntubold;
	font-size: 1.6rem;
	border-left: 10px solid #48677e;
}

/*search results heading style*/

h3.title
{
	font-family: ubunturegular;
	border-left: none;
	background-color: #ffffff;
	padding-left: 0px;
	font-size: 1.2rem;
}

div.description
{
	
}

h4
{
	font-family: ubunturegular;
	font-size: 1.5rem;
	border-left: 10px solid #3f78a2;
}

h5
{
	font-family: ubunturegular;
	font-size: 1.4rem;
	border-left: 10px solid #8cb8d4;
}

h6
{
	font-family: ubuntubolditalic;
	font-size: 1.2rem;
	border-left: 10px solid #8cb8d4;
}

/* TOC STYLES */

p.TOC1 a
{
	color: #48677e;
}

p.IntroTOC a
{
	color: #48677e;
}

p.TOC2 a,
p.TOC3 a,
p.TOC4 a,
p.TOC5 a,
p.TOC6 a
{
	color: #5b5b5b;
}

p.IntroTOC
{
	font-family: ubuntubold;
	font-size: 1.416rem;
	line-height: 1.6;
	margin-left: auto;
}

p.TOC1
{
	font-family: ubuntubold;
	font-size: 1.25rem;
	line-height: 1.6;
	margin-left: 1.125rem;
	margin-top: 1rem;
	margin-bottom: 0rem;
}

p.TOC2
{
	font-family: ubuntumedium;
	font-size: 1.25rem;
	line-height: 1.6;
	margin-left: 2.18rem;
	margin-top: .5rem;
	margin-bottom: .5rem;
}

p.TOC3
{
	font-family: ubunturegular;
	font-size: 1.25rem;
	color: #5b5b5b;
	margin-left: 3.125rem;
	margin-top: .8rem;
	margin-bottom: .8rem;
}

p.TOC4
{
	font-family: ubunturegular;
	font-size: 1.25rem;
	color: #5b5b5b;
	margin-left: 4.25rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

p.TOC5
{
	font-family: ubunturegular;
	font-size: 1.25rem;
	color: #5b5b5b;
	margin-left: 5.31rem;
}

p.TOC6
{
	font-family: ubunturegular;
	color: #5b5b5b;
	font-size: 1.25rem;
	margin-left: 6.25rem;
}

p
{
	font-family: ubunturegular;
	font-size: 1rem;
	line-height: 1.35rem;
}

div.footer	/*BACK TO TOP BUTTON */
{
	position: fixed;
	bottom: 0;
	margin-left: -600px;
	width: 150px;
	display: block;
	text-align: center;
	background-color: #48677e;
	opacity: 0.9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	right: 2em;
	color: #ffffff;
	font-size: 1.0em;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

p.example
{
	color: #48677e;
	border: solid 1px #BECFDC;
	background-color: #DEE8F0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 14px 20px;
}

p.note
{
	color: #616E14;
	border: solid 1px #BFD62F;
	background-color: #DAE691;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 14px 20px;
}

a
{
	color: #5B8EC1;
}

MadCap|breadcrumbsproxy
{
	margin-left: 15px;
	margin-right: 15px;
	color: white;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	color: #ffffff;
}

a.MCBreadcrumbsLink:visited
{
	color: #ffffff;
}

a.MCBreadcrumbsLink:hover
{
	color: #ffffff;
}

MadCap|topictoolbarproxy
{
	margin-left: .937rem;
	margin-right: .937rem;
}

MadCap|searchbarproxy
{
	margin-left: .937rem;
	margin-right: .937rem;
	color: #107ec9;
}

MadCap|expanding
{
	mc-open-image: url('../../../../../../../program_files/madcap_software/madcap_flare_20/flare.app/resources/images/webhelp/minus.png');
	mc-closed-image: url('../../../../../../../program_files/madcap_software/madcap_flare_20/flare.app/resources/images/webhelp/plus.png');
	mc-image-position: left;
}

MadCap|dropDown
{
	mc-open-image: url('../../../../../../../program_files/madcap_software/madcap_flare_20/flare.app/resources/images/webhelp/minus.png');
	mc-closed-image: url('../../../../../../../program_files/madcap_software/madcap_flare_20/flare.app/resources/images/webhelp/plus.png');
}

MadCap|toggler
{
	mc-open-image: url('../../../../../../../program_files/madcap_software/madcap_flare_20/flare.app/resources/images/webhelp/minus.png');
	mc-closed-image: url('../../../../../../../program_files/madcap_software/madcap_flare_20/flare.app/resources/images/webhelp/plus.png');
}

MadCap|popupHead
{
	color: #3d4046;
	font-weight: bold;
}

MadCap|popupBody
{
	color: #ebebeb;
	border: none;
	background-color: rgba(0, 0, 0, .85);
	padding: 11px 15px;
}

MadCap|glossaryTerm
{
	mc-closed-image: none;
	mc-open-image: none;
	font-weight: bold;
	color: black;
}

MadCap|glossaryTerm.Expanding
{
	color: inherit;
	font-weight: inherit;
}

MadCap|glossaryTerm.Hyperlink
{
	color: #c1735b;
	font-weight: bold;
}

MadCap|glossaryTerm.Popup
{
	color: #000000;
	font-weight: bold;
}

MadCap|conceptLink
{
	color: #000000;
}

MadCap|keywordLink
{
	color: #000000;
}

MadCap|relatedTopics
{
	color: #000000;
}

MadCap|helpControlMenu
{
	color: #707070;
	background-color: #ffffff;
	border: none;
}

MadCap|helpControlMenuItem
{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

MadCap|helpControlMenuItem.Highlighted
{
	color: #000000;
	background-color: #E5EFF7;
}

ul.menu._Skins_Comp_SideMenu li &gt; a.selected
{
	background-color: #ffffff;
}

p.autonumber
{
	display: none;
}

MadCap|glossaryTerm:focus
{
	color: #ff0000;
}

h1.hidden1
{
	mc-auto-number-class: none;
	mc-auto-number-position: none;
	mc-conditions: 'default.ScreenOnly';
}

img.form-image	/*IMAGE OF FORM*/
{
	width: 100%;
	height: 100%;
}

li
{
	
}

ol
{
	margin-top: 0;
}

.alertdate
{
	font-size: 1em;
	line-height: 1.1em;
	padding: 5px 5px 5px 5px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #ffff00;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	background-position: center bottom;
}

.pagetitle
{
	font-size: 2.2em;
	margin-left: 15px;
	color: #4A80FF;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	background-position: center bottom;
	font-family: 'Arial';
}

a.GenTOCText3:link
{
	color: #0000ff;
	font-size: .9em;
	font-family: 'Arial';
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: underline;
	text-align: left;
	text-indent: 15px;
}

a.GenTOCText2:link
{
	color: #0000ff;
	font-size: 1em;
	font-family: 'Arial';
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: underline;
	text-align: left;
	text-indent: 10px;
}

a.GenTOCText1:link
{
	color: #0000ff;
	font-size: 1.1em;
	font-family: 'Arial';
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: underline;
	text-align: left;
}

table.GenTOCTable1
{
	margin-top: 2pt;
	margin-bottom: 2pt;
}

ul
{
	line-height: 15pt;
}

ol
{
	line-height: 15pt;
}

MadCap|breadcrumbsproxy
{
	border-bottom: none 0px #000000;
	mc-breadcrumbs-count: 2;
	mc-breadcrumbs-prefix: 'You are here:';
	font-style: italic;
	color: white;
}

p.AutoNumListD
{
	mc-auto-number-format: '({a+})';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20px;
	margin-left: 50px;
}

p.AutoNumListC
{
	mc-auto-number-position: outside-head;
	margin-left: 80px;
	mc-auto-number-format: '({r+})';
	mc-auto-number-offset: 30px;
}

p.AutoNumListB
{
	mc-auto-number-format: '({n+}) ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20px;
	margin-left: 50px;
}

p.AutoNumListA
{
	mc-auto-number-format: '{a+}. ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20px;
	margin-left: 30px;
}

h1.listautonumA
{
	
}

p.TableTextNoSpace
{
	margin-top: 2pt;
	margin-bottom: 2pt;
}

u
{
	text-decoration: none;
}

p.Quotation
{
	font-family: 'Nunito-Light-webfont';
	font-size: 11pt;
}

p.Subpart
{
	
}

p.TableTextBullet
{
	margin-left: 0.25in;
}

p.BodyTextIndent
{
	font-size: 11pt;
}

span.SearchHighlight
{
	background-color: #ffff00;
}

td
{
	line-height: 15pt;
	font-size: 11pt;
}

ins
{
	text-decoration: none;
}

a
{
	text-decoration: none;
	font-style: normal;
	color: #2354c7;
}

span.ParagraphSubhead
{
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}

p.hidden
{
	margin-top: 0px;
	font-size: 100%;
	margin-bottom: 0px;
}

p.BulletContinue
{
	font-size: 11pt;
}

li
{
	font-size: 11pt;
	padding-bottom: 4px;
	padding-top: 2px;
	line-height: 1.35rem;
}

h6
{
	mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n}.{n}.{n+} ';
}

h5
{
	mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n}.{n+} ';
}

h4
{
	mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n+} ';
}

h4.noautonumber
{
	mc-auto-number-format: '{ }';
}

h3.noautonumber
{
	mc-auto-number-format: '{ }';
}

h3
{
	mc-auto-number-format: 'CH:{chapnum}.{n}.{n+} ';
}

h2
{
	mc-auto-number-format: 'CH:{chapnum}.{n+} ';
}

h1.PartHeading
{
	mc-auto-number-format: '{ }';
	mc-heading-level: 1;
}

h1.hidden1
{
	display: none;
}

h1
{
	mc-auto-number-format: 'CH:{chapnum} ';
}

h1.IntroHeading
{
	font-family: 'Arial';
	text-transform: uppercase;
	text-align: left;
	margin-top: -0.33pt;
	margin-bottom: 12pt;
	font-size: 16pt;
	color: #4a80ff;
}

h1.MainHeading
{
	text-align: left;
	margin-top: -0.33pt;
	margin-bottom: 18pt;
	font-size: 18pt;
	font-family: 'Arial';
	border-bottom-style: solid;
	border-bottom-width: 2.25pt;
	border-bottom-color: #808080;
	color: #4a80ff;
}

td.Next-Navigation
{
	vertical-align: middle;
	text-align: right;
}

table.masterp
{
	background-color: #48677e;
	width: 100%;
	border-color: white;
}

td.bread
{
	width: 100%;
}

td.Previous-Navigation
{
	vertical-align: middle;
}

p.revised
{
	color: #48677e;
	font-size: 1.2em;
	font-family: "ubuntubold";
	text-align: center;
	border-color: #48677e;
	border-style: dotted;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 1px;
}

td.revised
{
	color: #black;
	font-size: 1.2em;
	font-family: "ubuntubold";
	padding-left: 15px;
	background-color: white;
}

td.TOC-Navigation
{
	width: 70%;
	vertical-align: middle;
	font-color: #ffffff;
	text-align: left;
	color: #ffffff;
}

table.webnavigation
{
	background-color: #0f7fc9;
	width: 100%;
}

@media only screen and (max-width: 1279px)
{
	nav.title-bar button.menu-icon
	{
		right: 20px;
		top: 20px;
	}

	div.body-container
	{
		padding-right: auto;
	}
}

@media non-print
{
	table.webnavigation
	{
		background-color: #0f7fc9;
		width: 100%;
	}

	td.TOC-Navigation
	{
		width: 70%;
		vertical-align: middle;
		font-color: #ffffff;
		text-align: left;
		color: #ffffff;
	}

	td.revised
	{
		color: #black;
		font-size: 1.2em;
		font-family: "ubuntubold";
		padding-left: 15px;
		background-color: white;
	}

	p.revised
	{
		color: #48677e;
		font-size: 1.2em;
		font-family: "ubuntubold";
		text-align: center;
		border-color: #48677e;
		border-style: dotted;
		background-color: #ffffff;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 0px;
		margin-bottom: 1px;
	}

	td.Previous-Navigation
	{
		vertical-align: middle;
	}

	td.bread
	{
		width: 100%;
	}

	table.masterp
	{
		background-color: #48677e;
		width: 100%;
		border-color: white;
	}

	td.Next-Navigation
	{
		vertical-align: middle;
		text-align: right;
	}

	h1.MainHeading
	{
		text-align: left;
		margin-top: -0.33pt;
		margin-bottom: 18pt;
		font-size: 18pt;
		font-family: 'Arial';
		border-bottom-style: solid;
		border-bottom-width: 2.25pt;
		border-bottom-color: #808080;
		color: #4a80ff;
	}

	h1.IntroHeading
	{
		font-family: 'Arial';
		text-transform: uppercase;
		text-align: left;
		margin-top: -0.33pt;
		margin-bottom: 12pt;
		font-size: 16pt;
		color: #4a80ff;
	}

	h1
	{
		mc-auto-number-format: 'CH:{chapnum} ';
	}

	h1.hidden1
	{
		display: none;
	}

	h1.PartHeading
	{
		mc-auto-number-format: '{ }';
		mc-heading-level: 1;
	}

	h2
	{
		mc-auto-number-format: 'CH:{chapnum}.{n+} ';
	}

	h3
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n+} ';
	}

	h3.noautonumber
	{
		mc-auto-number-format: '{ }';
	}

	h4.noautonumber
	{
		mc-auto-number-format: '{ }';
	}

	h4
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n+} ';
	}

	h5
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n}.{n+} ';
	}

	h6
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n}.{n}.{n+} ';
	}

	li
	{
		font-size: 11pt;
		padding-bottom: 4px;
		padding-top: 2px;
		line-height: 1.35rem;
	}

	p.BulletContinue
	{
		font-size: 11pt;
	}

	p.hidden
	{
		margin-top: 0px;
		font-size: 100%;
		margin-bottom: 0px;
	}

	span.ParagraphSubhead
	{
		text-decoration: none;
		font-size: 11pt;
		font-weight: bold;
		font-style: italic;
	}

	a
	{
		text-decoration: none;
		font-style: normal;
		color: #2354c7;
	}

	ins
	{
		text-decoration: none;
	}

	td
	{
		line-height: 15pt;
		font-size: 11pt;
	}

	span.SearchHighlight
	{
		background-color: #ffff00;
	}

	p.BodyTextIndent
	{
		font-size: 11pt;
	}

	p.TableTextBullet
	{
		margin-left: 0.25in;
	}

	p.Subpart
	{
		
	}

	p.Quotation
	{
		font-family: 'Nunito-Light-webfont';
		font-size: 11pt;
	}

	u
	{
		text-decoration: none;
	}

	p.TableTextNoSpace
	{
		margin-top: 2pt;
		margin-bottom: 2pt;
	}

	h1.listautonumA
	{
		
	}

	p.AutoNumListA
	{
		mc-auto-number-format: '{a+}. ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: 20px;
		margin-left: 30px;
	}

	p.AutoNumListB
	{
		mc-auto-number-format: '({n+}) ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: 20px;
		margin-left: 50px;
	}

	p.AutoNumListC
	{
		mc-auto-number-position: outside-head;
		margin-left: 80px;
		mc-auto-number-format: '({r+})';
		mc-auto-number-offset: 30px;
	}

	p.AutoNumListD
	{
		mc-auto-number-format: '({a+})';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: 20px;
		margin-left: 50px;
	}

	MadCap|breadcrumbsproxy
	{
		border-bottom: none 0px #000000;
		mc-breadcrumbs-count: 2;
		mc-breadcrumbs-prefix: 'You are here:';
		font-style: italic;
		color: white;
	}

	ol
	{
		line-height: 15pt;
	}

	ul
	{
		line-height: 15pt;
	}
}

p.IntroHeading
{
	text-transform: uppercase;
	margin-top: -0.33pt;
	margin-bottom: 12pt;
	text-align: left;
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

p.MainHeading
{
	margin-top: -0.33pt;
	margin-bottom: 18pt;
	border-bottom-style: solid;
	border-bottom-width: 2.25pt;
	border-bottom-color: #808080;
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

p.PartHeading
{
	font-weight: bold;
	font-style: normal;
	font-size: 18pt;
	text-align: left;
	margin-bottom: 18pt;
	margin-top: 0;
	border-bottom-style: solid;
	border-bottom-width: 2.25pt;
	border-bottom-color: #808080;
}

p.TOCHeading
{
	text-align: left;
	margin-top: -0.33pt;
	margin-bottom: 12pt;
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

/*
h1
{
	font-family: 'Arial';
	text-transform: uppercase;
	text-align: left;
	margin-top: 18pt;
	margin-bottom: 8pt;
	font-size: 18pt;
	color: #000000;
}

h2
{
	font-family: 'Arial';
	font-variant: small-caps;
	text-transform: uppercase;
	text-align: left;
	margin-top: 18pt;
	margin-bottom: 8pt;
	font-size: 16pt;
	color: #000000;
}

/*
h3
{
	font-family: 'Arial';
	text-align: left;
	margin-top: 12pt;
	margin-bottom: 8pt;
	font-size: 14pt;
	color: #000000;
}

h4
{
	font-family: 'Arial';
	margin-top: 12pt;
	margin-bottom: 8pt;
	text-align: left;
	font-size: 12pt;
	color: #000000;
}

h5
{
	text-align: left;
	font-family: 'Arial';
	margin-top: 12pt;
	margin-bottom: 8pt;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
}

h6
{
	margin-top: 12pt;
	margin-bottom: 8pt;
	font-family: 'Arial';
	font-size: 11pt;
	color: #000000;
}
*/

p.Caption
{
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin-top: 12pt;
	margin-bottom: 8pt;
	font-size: 11pt;
	color: #000000;
}

p.Captionhtml
{
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin-top: 12pt;
	margin-bottom: 8pt;
	font-size: 11pt;
	color: #000000;
}

p.TableColumnHeading
{
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin-top: 4pt;
	margin-bottom: 4pt;
	font-size: 11pt;
}

p.TableText
{
	text-align: left;
	margin-top: 2pt;
	font-size: 11pt;
}

p.TableTextBullet
{
	text-align: left;
	margin-top: 2pt;
	font-size: 11pt;
}

p.BlockQuote
{
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-size: 11pt;
	margin-left: 0.500in;
}

p.BodyTextIndent
{
	text-align: left;
	margin-top: 0.12pt;
	margin-bottom: 12pt;
	font-size: 11pt;
	margin-left: 0.200in;
}

p.BulletContinue
{
	text-align: left;
	margin-bottom: 12pt;
	margin-top: 0.12pt;
	font-size: 1rem;
	margin-left: 0.445in;
	line-height: 1.35rem;
}

p.CoverTextBottom
{
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin-bottom: 360pt;
	margin-top: 0.12pt;
	font-size: 18pt;
}

p.CoverTextBox
{
	font-size: 50;
	font-variant: small-caps;
	text-align: center;
	margin-top: 6pt;
	margin-bottom: 12pt;
	border-left-style: double;
	border-left-width: 3pt;
	border-left-color: #254084;
	border-right-style: double;
	border-right-width: 3pt;
	border-right-color: #254084;
	border-top-style: double;
	border-top-width: 3pt;
	border-top-color: #254084;
	border-bottom-style: double;
	border-bottom-width: 3pt;
	border-bottom-color: #254084;
	color: #254084;
}

p.CoverTextDate
{
	font-variant: small-caps;
	text-align: center;
	margin-top: 36pt;
	margin-bottom: 20pt;
	font-size: 20pt;
}

p.CoverTextTop
{
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin-top: 32pt;
	margin-bottom: 12pt;
	font-size: 20pt;
}

span.ParagraphSubhead
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	font-size: 11pt;
}

span.Publication
{
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
}

p.Quotation
{
	text-align: justify;
	margin-bottom: 12pt;
	margin-top: 0.12pt;
	font-size: 11pt;
	margin-right: 0.500in;
	margin-left: 0.500in;
}

p.Subpart
{
	text-align: left;
	margin-top: 12pt;
	margin-bottom: 12pt;
	font-size: 18pt;
	line-height: 24px;
}

p.TableContact
{
	text-align: left;
	margin-top: 0.12pt;
	margin-bottom: 0.12pt;
	font-size: 11pt;
}

p.TableNote
{
	margin-top: 12pt;
	margin-bottom: 12pt;
	text-align: left;
	font-size: 11pt;
	margin-right: 0.132in;
	margin-left: 0.310in;
}

h1.PartHeading
{
	font-weight: bold;
	font-style: normal;
	font-size: 18pt;
	text-align: left;
	margin-bottom: 18pt;
	margin-top: 0;
	border-bottom-style: solid;
	border-bottom-width: 2.25pt;
	border-bottom-color: #808080;
	mc-heading-level: 0;
}

h1.MainHeading
{
	margin-top: -0.33pt;
	margin-bottom: 18pt;
	border-bottom-style: solid;
	border-bottom-width: 2.25pt;
	border-bottom-color: #808080;
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-transform: normal;
}

@media print
{
	li
	{
		font-family: 'Times New Roman';
		font-size: 11pt;
		line-height: 15pt;
		margin-bottom: 6pt;
		margin-left: 6pt;
		frame-break-inside: avoid;
		page-break-inside: avoid;
	}

	li.z
	{
		font-family: 'Arial';
		font-size: 10pt;
	}

	p
	{
		font-family: 'Times New Roman';
		font-size: 11pt;
		margin-top: 8pt;
		margin-bottom: 8pt;
		line-height: 15pt;
		mc-hyphenate-shortest-word: 6;
	}

	h4
	{
		margin-left: -0.4px;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n+} ';
		margin-top: 6pt;
		margin-bottom: 5pt;
		line-height: 14pt;
	}

	h3
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n+} ';
		margin-left: 0;
		margin-bottom: 8pt;
		line-height: 18pt;
	}

	h3.noautonumber
	{
		mc-auto-number-format: '{ }';
	}

	h4.noautonumber
	{
		mc-auto-number-format: '{ }';
	}

	h1
	{
		mc-auto-number-format: 'CH:{chapnum} ';
		line-height: normal;
		margin-top: 8pt;
	}

	h2
	{
		mc-auto-number-format: 'CH:{chapnum}.{n+} ';
		margin-top: 10pt;
		line-height: 18pt;
	}

	h5
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n}.{n+} ';
		line-height: 14pt;
		text-decoration: underline;
		mc-heading-level: 0;
	}

	h6
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n}.{n}.{n+} ';
		line-height: 14pt;
	}

	p.TableTextBullet
	{
		margin-left: 0.250in;
	}

	h1.PartHeading
	{
		mc-auto-number-position: none;
		mc-heading-level: 0;
	}

	p.TableText
	{
		margin-top: 4pt;
		margin-bottom: 4.12pt;
		line-height: 12pt;
	}

	ul
	{
		line-height: 15pt;
	}

	h1.h1_noautonum
	{
		mc-auto-number-format: '{ }';
	}

	p.TOC1
	{
		color: #000000;
		text-decoration: none;
		margin-top: 4pt;
		margin-bottom: 4pt;
	}

	p.TOC2
	{
		text-decoration: none;
		color: #000000;
		margin-left: 0.25in;
		margin-top: 1pt;
		margin-bottom: 1pt;
	}

	p.TOC3
	{
		text-decoration: none;
		color: #000000;
		margin-left: 0.504in;
		margin-top: 1.12pt;
		margin-bottom: 1.12pt;
	}

	p.IntroHeading
	{
		margin-top: 17.67pt;
		margin-bottom: 8pt;
	}

	h1.h1_noautonum_noshow
	{
		mc-auto-number-format: '{ }';
		mc-heading-level: 0;
	}

	p.TOC4
	{
		color: #000000;
		text-decoration: none;
		margin-left: 0.752in;
	}

	p.TOC5
	{
		color: #000000;
		text-decoration: none;
		font-weight: normal;
		font-style: normal;
		margin-left: 1.005in;
		margin-top: 0;
		margin-bottom: 0;
		border-top-style: solid;
		border-top-width: 0pt;
		border-top-color: #000000;
		text-transform: normal;
	}

	h1.nopagebreak
	{
		page-break-before: avoid;
	}

	p.TOC6
	{
		text-transform: normal;
		text-decoration: none;
		color: #000000;
		font-weight: normal;
		font-style: normal;
		margin-left: 1.25in;
	}

	p.BulletContinue
	{
		margin-left: 0.485in;
	}

	td
	{
		font-size: 11pt;
		font-family: Arial;
		margin-top: 4pt;
		margin-bottom: 4pt;
		line-height: 12pt;
	}

	p.Subpart
	{
		line-height: 24px;
	}

	p.CoverTextBox
	{
		line-height: 24pt;
		margin-top: 12pt;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-left-style: double;
		border-left-width: 3pt;
		border-left-color: #254084;
		border-right-style: double;
		border-right-width: 3pt;
		border-right-color: #254084;
		border-top-style: double;
		border-top-width: 3pt;
		border-top-color: #254084;
		border-bottom-style: double;
		border-bottom-width: 3pt;
		border-bottom-color: #254084;
	}

	p.Buttons_Web
	{
		color: #ffffff;
	}

	body
	{
		background-color: #ffffff;
	}

	ol
	{
		line-height: 15pt;
	}

	h1.hidden1
	{
		mc-heading-level: 0;
	}
}

ol.NumberList2
{
	list-style-type: decimal;
}

ol.NumberList2 &gt; li::marker
{
	font-size: 11pt;
	font-family: 'Times New Roman';
	content: '(' counter(NumberList2) ')';
}

ol.NumberList2 &gt; li &gt; ol
{
	list-style-type: lower-roman;
}

ol.NumberList2 &gt; li &gt; ol &gt; li::marker
{
	font-size: 11pt;
	font-family: 'Times New Roman';
	content: '(' counter(NumberList2) ')';
}

ol.List1
{
	list-style-type: lower-alpha;
}

ol.List1 &gt; li &gt; ol
{
	list-style-type: decimal;
}

ol.List1 &gt; li &gt; ol &gt; li::marker
{
	content: '(' counter(List1) ')';
}

ol.List1 &gt; li &gt; ol &gt; li &gt; ol
{
	list-style-type: lower-roman;
}

ol.List1 &gt; li &gt; ol &gt; li &gt; ol &gt; li::marker
{
	content: '(' counter(List1) ')';
}

ol.LetterParenthesis
{
	list-style-type: lower-alpha;
}

ol.LetterParenthesis &gt; li::marker
{
	content: '(' counter(LetterParenthesis) ')';
}

ol.NumberList3
{
	list-style-type: decimal;
}

ol.NumberList3 &gt; li::marker
{
	content: counter(NumberList3) ')';
}

ol.List2
{
	list-style-type: lower-alpha;
}

ol.List2 &gt; li &gt; ol
{
	list-style-type: decimal;
}

h1.h1_noautonum_noshow
{
	
}

span.pTableAriel
{
	font-family: Arial;
	font-size: 11pt;
}

p.TimesNewRoman
{
	font-size: 11pt;
	font-family: serif;
	margin-top: 0;
	margin-bottom: 12pt;
}

div.sideContent
{
	float: left;
	width: 31%;
}

p.Buttons_Web
{
	text-align: right;
}

ul.li_arrow
{
	list-style-image: none;
}

ul.li_arrow &gt; li::marker
{
	font-family: Wingdings;
	content: 'Ã˜';
}

/****** Add custom NIH GPS 2010 dcoument styles here: ******/

@media non-print
{
	table.GenTOCTable1
	{
		margin-top: 2pt;
		margin-bottom: 2pt;
	}

	a.GenTOCText1:link
	{
		color: #0000ff;
		font-size: 1.1em;
		font-family: 'Arial';
		font-weight: normal;
		text-transform: capitalize;
		text-decoration: underline;
		text-align: left;
	}

	a.GenTOCText2:link
	{
		color: #0000ff;
		font-size: 1em;
		font-family: 'Arial';
		font-weight: normal;
		text-transform: capitalize;
		text-decoration: underline;
		text-align: left;
		text-indent: 10px;
	}

	a.GenTOCText3:link
	{
		color: #0000ff;
		font-size: .9em;
		font-family: 'Arial';
		font-weight: normal;
		text-transform: capitalize;
		text-decoration: underline;
		text-align: left;
		text-indent: 15px;
	}

	.pagetitle
	{
		font-size: 2.2em;
		margin-left: 15px;
		color: #4A80FF;
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 10px;
		background-repeat: repeat-x;
		background-position: center bottom;
		font-family: 'Arial';
	}

	.alertdate
	{
		font-size: 1em;
		line-height: 1.1em;
		padding: 5px 5px 5px 5px;
		margin-left: 15px;
		margin-right: 15px;
		background-color: #ffff00;
		margin-top: 10px;
		margin-bottom: 10px;
		background-repeat: repeat-x;
		background-position: center bottom;
	}
}

MadCap|breadcrumbsproxy:link
{
	font: inherit;
	background-color: #ffffff;
	color: #ffffff;
}

table.webnavigation:link
{
	font-color: #ffffff;
	color: #ffffff;
}

/*Glossary Term Style */

.glossaryTerm.glossaryTermPopup:link
{
	color: black;
	font-family: ubuntubold;
}

</pre></body></html>