/*<meta />*/

@import url('Styles.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'DIN Next LT Pro Medium Cond';
	src: url('../Fonts/DINNextLTPro-MediumCond.otf');
}

@font-face 
{
	font-family: 'Open Sans';
	src: url('../Fonts/OpenSans-Regular.ttf');
}

@font-face 
{
	font-family: 'Ubuntu Condensed';
	src: url('../Fonts/Ubuntu-C (2).ttf');
}

@font-face 
{
	font-family: 'Ubuntu Light';
	src: url(../Fonts/Ubuntu-Light.ttf);
}

@font-face 
{
	font-family: 'Ubuntu Medium';
	src: url(../Fonts/Ubuntu-Medium.ttf);
}

body
{
	color: #404040;
	font-family: 'Ubuntu Light';
	font-size: 12pt;
}

a
{
	color: #669044;
}

a:link
{
	color: #424242;
}

a:visited
{
	color: #669044;
}

a:hover
{
	color: #c1d82f;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #BED230;
}

.toggler:link
{
	color: #669044;
}

div.example
{
	background-color: #f0ff86;
	background-repeat: no-repeat;
	border: solid 1px #a4ac67;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.ImagesFloatLeft
{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

div.note
{
	background-color: #47484a;
	background-image: url('../Images/NoteIcon.png');
	background-repeat: no-repeat;
	border: solid 1px #404040;
	border-radius: 6px;
	color: #b3b3b3;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
}

/*CAUTION STYLES*/

div.caution
{
	color: #b3b3b3;
	margin-left: .75in;
	position: relative;
}

p.cautiontext
{
	border: solid 1px black;
	min-height: 60px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 80px;
	color: #404040;
}

p.cautionicon
{
	position: absolute;
	left: 12px;
}

p.cautionicon img
{
	max-width: 60px;
}

/*END CAUTION STYLES*/

.noteInDiv
{
	mc-auto-number-format: '{b}{color #bed230}Note: {/color}{/b}';
}

div.quotation
{
	background-color: #e1e1e1;
	background-image: url('../Images/QuotationMark.png');
	background-repeat: no-repeat;
	background-position: top left;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	font-family: 'Century Gothic';
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	padding: 20px;
	padding-left: 40px;
}

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

div.TightContent
{
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1
{
	font-weight: normal;
	font-family: Ubuntu;
	margin: 0px 0px 12pt;
}

h2
{
	font-weight: normal;
	font-family: Ubuntu;
	margin: 18pt 0px 10pt;
}

h3
{
	font-weight: normal;
	font-family: 'Ubuntu Light';
}

img
{
	border: none;
}

img.Thumbnail
{
	mc-thumbnail: popup;
}

img.ReduceButtonSize
{
	max-height: 25px;
}

li
{
	orphans: 2;
	widows: 2;
	margin-bottom: 10px;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	line-height: 18pt;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
}

MadCap|dropDown
{
	mc-open-image: url('../Images/DropDownOpen.png');
	mc-closed-image: url('../Images/DropDownClosed.png');
}

MadCap|dropDown.SecondLevel
{
	margin-left: 10px;
	mc-closed-image: url('../Images/DropDownClosedSecondLevel.png');
	mc-open-image: url('../Images/DropDownOpenSecondLevel.png');
}

MadCap|dropDownBody
{
	border-bottom: solid 1px #bed230;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0px;
}

MadCap|dropDownHead
{
	
}

MadCap|dropDownHotspot
{
	font-weight: normal;
	font-family: 'Ubuntu Light', Arial, sans-serif;
}

MadCap|dropDownHotspot:hover
{
	color: #BED230;
}

MadCap|popup
{
	color: #2D8DCC;
}

MadCap|popup:focus
{
	color: #2D8DCC;
}

MadCap|popup:hover
{
	color: #2D8DCC;
}

MadCap|popupHead
{
	font-weight: bold;
	color: #c1d82f;
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #BED230;
}

ol
{
	list-style-image: none;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

p
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	margin-bottom: 10pt;
	line-height: 18pt;
}

p.CompanyInformation1
{
	margin-bottom: 4px;
	margin-top: 14px;
	font-weight: bold;
}

p.CompanyInformation2
{
	color: #6d6d6d;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.ExampleHeadText
{
	font-weight: bold;
	page-break-after: avoid;
	letter-spacing: 5px;
	padding: 0;
	margin: 0;
	border: 0;
}

p.quotationname
{
	text-align: right;
}

p.TableTextCenterDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
}

p.TableTextDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextDarkEmphasis
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

span.Emphasis
{
	font-weight: bold;
}

span.SetOffFirstLevel
{
	color: #5e6914;
	font-weight: bold;
}

span.SetOffSecondLevel
{
	color: #445879;
	font-weight: bold;
}

td
{
	vertical-align: top;
	margin: 8px 8px 8px 8px;
}

th
{
	margin-bottom: 8px;
	margin-top: 8px;
}

ul
{
	list-style-image: url('../Images/Bullet1.png');
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	margin: 0;
	margin-bottom: 6 pt;
}

ul ul
{
	list-style-image: url('../Images/Bullet2.png');
}

html.templateTopic div.sideContent
{
	display: none;
}

div.ContentRow	/*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.ContentRow::before
{
	content: ' ';
	display: table;
}

div.ContentRow::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.ContentRow > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ContentRow > div:nth-child(1)
{
	margin-left: 0%;
	font-family: DIN;
	width: 27%;
}

div.ContentRow > div:nth-child(2)
{
	margin-left: 3%;
	width: 66%;
	margin-top: -50px;
}

MadCap|menuProxy
{
	
}

h4
{
	font-family: 'Ubuntu Light';
}

/*table
{
	margin-left: 0.5in;
	margin-right: 1in;
}*/

/*Rounded corners for side navigation menu*/

.sidenav-wrapper
{
	border: solid 1px #f5f5f5;
	border-radius: 20px;
}

table
{
	padding: 0px;
	-moz-border-radius: inherit;
	padding-left: 0px;
}

MadCap|popupBody
{
	font-family: 'Ubuntu Light';
	font-size: 10pt;
	width: 100px;
}

MadCap|popupBody.acronym150
{
	width: 150px;
}

MadCap|popupBody.acronym200
{
	width: 200px;
}

MadCap|popupBody.acronym350
{
	width: 350px;
}

@media only screen and (max-width: 767px)
{
	div.ContentRow > div:nth-child(1)
	{
		margin-left: 0%;
	}

	div.ContentRow > div:nth-child(2)
	{
		margin-left: 3%;
	}

	MadCap|bodyProxy
	{
		
	}
}

@media only screen and (max-width: 767px)
{
	div.ContentRow > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.ContentRow > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

/* Styles to add lines between TOC menu items */

/*ul.menu li a
{
	border-bottom: solid 1px #808080;
}

ul.menu > li:last-child > ul > li:last-child > a
{
	border-bottom: none;
	margin-bottom: 0;
}*/

/*Style to set left indent of third-level menu items*/

ul.menu._Skins_SideMenu.mc-component ul ul > li > a
{
	padding-left: 40px;
}

p.notecolumn
{
	border-top: solid 1.5px #696969;
	border-bottom: solid 1.5px #696969;
	padding: 8px 8px 8px 0px;
}

p.notetablehead
{
	font-family: 'Ubuntu Condensed';
	font-size: 15pt;
	color: #696969;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

a.homelink
{
	line-height: 35pt;
	color: #669044;
	padding-left: 15px;
	font-family: 'Open Sans';
}

ol + p img
{
	margin-left: 50px;
}

ol li
{
	padding: 5px 0;
}

div.thumbnailInSteps
{
	margin-left: 45px;
	width: 90%;
}

img.maxwidth
{
	max-width: 100%;
}

.toggler:hover
{
	color: #c1d82f;
}

a.homelink:hover
{
	color: #c1d82f;
}

p.Caution
{
	font-family: 'Ubuntu Condensed';
	font-weight: bold;
	text-align: center;
	margin-top: -4px;
}

@media print
{
	p.Caution
	{
		padding-bottom: 15px;
	}
}

p.cautioncolumn
{
	line-height: 1.30em;
	padding: 8px 0px 0px 8px;
	padding-bottom: 0px;
	padding-top: 0;
}

p.CommandExamples
{
	font-family: 'Courier New';
	margin-bottom: 2pt;
	font-size: 9pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-top: 2pt;
	margin-right: 2pt;
	margin-left: 2pt;
}

img.largethumbnail
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 200px;
}

img.largebrowserthumbnail
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 400px;
}

h3.H_LegalHeading
{
	font-weight: normal;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 0;
	margin-bottom: 18pt;
	font-family: 'Ubuntu Condensed';
	font-size: 18pt;
	padding-top: 10px;
}

li.BulletedList_NoIND_8PTbelow
{
	orphans: 2;
	widows: 2;
	margin-bottom: 8pt;
}

li.NumberedList_NoIND_10PTbelow
{
	orphans: 2;
	widows: 2;
	margin-top: 0;
	line-height: 18pt;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	margin-bottom: 10pt;
}

li.LetteredList_10below
{
	orphans: 2;
	widows: 2;
	margin-top: 0;
	margin-bottom: 10pt;
	line-height: 18pt;
	margin-left: 0;
	font-size: 14pt;
}

p.Code_IND45_10below
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	margin-bottom: 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-left: 0.85in;
}

li.BulletedList_IND75_10below
{
	orphans: 2;
	widows: 2;
	margin-bottom: 10pt;
	line-height: 18pt;
	margin-left: 0.75in;
	font-size: 14pt;
}

p.Img_IND115_12pt
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	margin-bottom: 12pt;
	margin-left: 1.15in;
}

li.LetteredList_45IND10below
{
	orphans: 2;
	widows: 2;
	margin-top: 0;
	margin-bottom: 10pt;
	line-height: 18pt;
	font-size: 14pt;
	margin-left: 0.45in;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
}

li.LetteredList_45IND6below
{
	orphans: 2;
	widows: 2;
	margin-top: 0;
	line-height: 18pt;
	font-size: 14pt;
	margin-left: 0.45in;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin-bottom: 6pt;
}

p.IMG_30IND10Below
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	margin-bottom: 10pt;
	line-height: 18pt;
	margin-left: 0.30in;
}

p.Body_NoIND_12PT_10PT
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	margin-bottom: 10pt;
	line-height: 18pt;
	margin-top: 12pt;
}

li.BulletedList_NoIND_6PT
{
	orphans: 2;
	widows: 2;
	margin-bottom: 6pt;
}

li.BulletedList_NoIND_12PT
{
	orphans: 2;
	widows: 2;
	margin-bottom: 12pt;
}

li.BulletedList_NoIND_10PT
{
	orphans: 2;
	widows: 2;
	margin-bottom: 10pt;
}

p.Body_NoIND_10PT
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	margin-bottom: 10pt;
	line-height: 18pt;
	margin-top: 0;
}

.courier
{
	font-family: 'Courier New';
}

li.L2_letteredlist_6PT
{
	orphans: 2;
	widows: 2;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	line-height: 18pt;
	margin-bottom: 6pt;
}

p.L1_NumberedList_6PT
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	margin-bottom: 10pt;
	line-height: 18pt;
}

li.L1_NumberedList_10PT
{
	orphans: 2;
	widows: 2;
	margin-bottom: 10px;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	line-height: 18pt;
}

p.StepInfo_IND45
{
	margin-left: 0.45in;
	margin-bottom: 6pt;
}

p.Code_IND45_6below
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 6pt;
	margin-top: 0;
	margin-left: 0.25in;
}

p.Code_IND25_10below
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	margin-bottom: 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-left: 0.25in;
}

p.body_25IND_10Below
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	margin-bottom: 10pt;
	line-height: 18pt;
	margin-left: 0.25in;
	margin-top: 0;
}

h2.H2_IND25
{
	font-weight: normal;
	font-family: Ubuntu;
	margin: 18pt 0px 10pt;
	margin-top: 16pt;
	margin-bottom: 12pt;
	margin-left: 0.25in;
}

li.Numbered_IND25
{
	orphans: 2;
	widows: 2;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	line-height: 18pt;
	margin-bottom: 10pt;
	margin-top: 12pt;
	margin-left: 0.25in;
}

li.LetteredList_65IND6below
{
	orphans: 2;
	widows: 2;
	margin-top: 0;
	line-height: 18pt;
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin-bottom: 6pt;
	margin-left: 0.65in;
}

p.Code_85IND_details
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	margin-left: 0.85in;
	margin-top: 10pt;
	margin-bottom: 10pt;
	font-family: 'Ubuntu Light';
}

li.Bulleted_Code_45IND
{
	orphans: 2;
	widows: 2;
	font-size: 14pt;
	line-height: 18pt;
	margin-top: 12pt;
	margin-left: 0.45in;
	font-family: 'Courier New';
	margin-bottom: 10pt;
}

p.Code_IND85_6below
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 6pt;
	margin-top: 0;
	margin-left: 0.85in;
}

p.body_45IND_10Below
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	margin-bottom: 10pt;
	line-height: 18pt;
	margin-top: 0;
	margin-left: 0.45in;
}

li.NumberedList_NoIND_12PT2X
{
	orphans: 2;
	widows: 2;
	line-height: 18pt;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	margin-bottom: 12pt;
	margin-top: 12pt;
}

li.NumberedList_NoIND_12-6PT
{
	orphans: 2;
	widows: 2;
	line-height: 18pt;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	margin-bottom: 6pt;
	margin-top: 12px;
}

li.NumberedList_NoIND_12PTbelow
{
	orphans: 2;
	widows: 2;
	margin-top: 0;
	line-height: 18pt;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	margin-bottom: 12pt;
}

li.BulletedList_noIND_10below
{
	orphans: 2;
	widows: 2;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	line-height: 18pt;
	margin-top: 10pt;
	margin-bottom: 10pt;
}

li.BulletedList_NoIND_12PT2X
{
	orphans: 2;
	widows: 2;
	margin-bottom: 12pt;
	margin-top: 12pt;
}

p.Body_forBulleted45IND10pt
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	margin-bottom: 10pt;
	line-height: 18pt;
	margin-left: 0.45in;
}

li.Subbullet_45IND6PT
{
	orphans: 2;
	widows: 2;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	line-height: 18pt;
	margin-left: 0.45in;
	margin-bottom: 6pt;
}

p.body_65IND_10Below
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	margin-bottom: 10pt;
	line-height: 18pt;
	margin-top: 0;
	margin-left: 0.65in;
}

li.BulletedList_IND75_6PT
{
	orphans: 2;
	widows: 2;
	line-height: 18pt;
	margin-left: 0.75in;
	font-size: 14pt;
	margin-bottom: 6pt;
}

table.CommandExample
{
	padding: 0px;
	-moz-border-radius: inherit;
	padding-left: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: groove;
	border-right-width: 3px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: groove;
	border-bottom-width: 3px;
	margin-left: 0.45in;
}

table.CommandExample_L2letteredsteps
{
	padding: 0px;
	-moz-border-radius: inherit;
	padding-left: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: groove;
	border-right-width: 3px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: groove;
	border-bottom-width: 3px;
	margin-left: 0.85in;
}

p.Body_forBulleted45IND12pt
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	margin-left: 0.45in;
	margin-bottom: 12pt;
}

p.TextforBulletedItems
{
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	margin-bottom: 10pt;
	margin-left: 0.45in;
	margin-top: 0;
}

p.courier_45INDforBullet
{
	margin-left: 0.45in;
	font-family: 'Courier New';
	font: Courier New;
}

p.IMG_NoIND_2_12
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	margin-top: 2pt;
	margin-bottom: 12pt;
}

li.BulletedList_NoIND_12_10PT
{
	orphans: 2;
	widows: 2;
	margin-bottom: 10pt;
	margin-top: 12pt;
}

li.NumberedList_NoIND_6PTbelow
{
	orphans: 2;
	widows: 2;
	margin-top: 0;
	line-height: 18pt;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	margin-bottom: 6pt;
}

h3.H3_modified
{
	font-family: 'Ubuntu Light';
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	padding-top: 18pt;
	padding-bottom: 6pt;
}

h3.H3_6PT
{
	font-family: 'Ubuntu Light';
	font-weight: bold;
	font-style: normal;
	padding-bottom: 6pt;
	margin-bottom: 6pt;
	font-size: 14pt;
	margin-top: 0;
	padding-top: 0;
}

li.CircleBullet_45IND_6PT
{
	orphans: 2;
	widows: 2;
	margin-bottom: 6pt;
	margin-left: 0.45in;
}

p.TextforSubBulletedItems
{
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	margin-bottom: 10pt;
	margin-top: 0;
	margin-left: 0.85in;
}

h3.H3_18Above6Below14PTFont
{
	font-family: 'Ubuntu Light';
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	padding-top: 18pt;
	padding-bottom: 6pt;
	margin-bottom: 6pt;
	margin-top: 18pt;
}

p.ExampleSectionHeading
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	margin-bottom: 10pt;
	line-height: 18pt;
	margin-top: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #669044;
}

li.BulletedList_30IND_6PT
{
	orphans: 2;
	widows: 2;
	margin-bottom: 6pt;
	margin-left: 0.30in;
}

h3.H3_6Below
{
	font-family: 'Ubuntu Light';
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	padding-top: 18pt;
	padding-bottom: 6pt;
	margin-bottom: 6pt;
	margin-top: 0;
}

td.DestinationCell
{
	margin: 8px 8px 8px 8px;
	text-align: left;
	font-size: 14pt;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-left: 6pt;
	padding-right: 0pt;
	padding-top: 6pt;
	padding-bottom: 6pt;
	line-height: 18pt;
}

td.IntegerValueCell
{
	margin: 8px 8px 8px 8px;
	line-height: 18pt;
	vertical-align: middle;
	background-color: #dcdcdc;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	border-top-style: solid;
	border-top-width: 2px;
	padding-left: 6pt;
	padding-top: 6pt;
	padding-bottom: 6pt;
}

p.SubsectionHeading
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	margin-top: 12pt;
	margin-bottom: 6pt;
	font-weight: bold;
	font-style: normal;
}

p.Code_30IND
{
	margin-left: 0.30in;
	font: Courier;
	font-family: 'Courier New';
}

p.Code_NoInd3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 3pt;
}

p.Code_25Ind3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	margin-left: 0.25in;
	margin-bottom: 3pt;
	font-family: 'Courier New';
}

p.Code_1inchIND3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 1.0in;
}

p.Code_IND20_3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-left: 0.2in;
	margin-bottom: 3pt;
}

p.Code_IND6INCH_3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 6in;
}

p.Code_30IND3PT
{
	font: Courier;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 0.3in;
}

p.Code_65IND3PT
{
	font: Courier;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 0.65in;
}

p.Code_85IND3PT
{
	font: Courier;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 0.85in;
}

p.Code_125inchInd3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 1.25in;
}

p.Code_2inchInd3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 2in;
}

p.Code_3inchInd3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 3in;
}

p.Code_225inchInd3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 2.25in;
}

p.Code_240inchInd3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 2.4in;
}

p.Code_135inchInd3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 1.35in;
}

p.Code_145inchInd3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 1.45in;
}

p.Code_325inchInd3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 3.25in;
}

p.Code_NoInd10PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 10pt;
}

p.Code_4inchInd3PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 4in;
}

p.Code_525inchInd10PT
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 10pt;
	margin-left: 5.25in;
}

MadCap|popupBody.acronym125
{
	width: 125px;
}

p.IMG_45IND10Below
{
	font-size: 14pt;
	font-family: 'Ubuntu Light';
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	margin-bottom: 10pt;
	line-height: 18pt;
	margin-left: 0.45in;
}

li.NumberedList_45IND_6PTbelow
{
	orphans: 2;
	widows: 2;
	margin-top: 0;
	line-height: 18pt;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	margin-bottom: 6pt;
	margin-left: 0.45in;
}

p.TextforBulletedItems_70IND_6PT
{
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: 6pt;
	margin-left: 0.75in;
}

h2.Heading2_AylaDkGreen
{
	font-weight: normal;
	font-family: Ubuntu;
	margin: 18pt 0px 10pt;
	color: #669044;
}

p.TextforBulletedItems_60IND_6PT
{
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: 6pt;
	margin-left: 0.50in;
	font-family: 'Courier New';
}

p.HeadingUnderBulletedItems
{
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: 6pt;
	margin-left: 0.5in;
}

p.TextforBulletedItems_90IND_6PT
{
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: 6pt;
	margin-left: 0.9in;
}

p.Heading2UnderBulletedItems_DkAylaGreen
{
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Ubuntu Light';
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: 6pt;
	margin-left: 0.60in;
	color: #669044;
}

p.Code_3PT25IND
{
	font-size: 14pt;
	font: Ubuntu Light;
	margin: 0px 0px 10pt;
	line-height: 18pt;
	font-family: 'Courier New';
	margin-bottom: 3pt;
	margin-left: 0.25in;
}

p.Code_3PT45IND
{
	margin-bottom: 3pt;
	margin-left: 0.45in;
	font-family: 'Courier New';
	font: Courier;
}

p.Code_3PTNoIND
{
	margin-bottom: 3pt;
}

li.BulletedList_NoIND_10PT_AylaDKGR
{
	orphans: 2;
	widows: 2;
	margin-bottom: 10pt;
	color: #669044;
}

img.Thumbnail_250px
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 250px;
}

