/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
	--Brand2: #f0fff0;
	--Brand1: #387c2c;
}

body
{
	color: var(--Dark);
	font-family: Arial, Avenir, Myriad;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25;
}

p.table-text
{
	font-size: 12pt;
}

/* Generic classes */

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	margin-top: 0;
	--Brand1: #39306d;
	--Brand2: #43ecd0;
	color: #39306d;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	page-break-before: always;
	color: #39306d;
}

h2.NoPageBreak
{
	font-weight: bold;
	font-size: 18.0pt;
	page-break-before: avoid;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 11.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

div.accent
{
	background-color: var(--Brand2);
}

div.home-layout
{
	padding: 2% 20%;
}

div.home-section
{
	padding: 5%;
	border-bottom: solid 1px var(--Light);
}

div.home-section:last-of-type
{
	border-bottom: none;
}

div.home-tiles	/*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.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.quick-links	/*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.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 8% 0;
	background-size: cover;
	background-attachment: scroll;
	background-image: url('../Images/Hero-Image.png');
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on Home.htm topic for styles set only on the home topic*/
{
	
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin*/
{
	max-width: 100%;
	padding: 0;
}

img.home-tile
{
	max-width: 50%;
}

/* Links */

a
{
	color: #372d69;
}

a:link
{
	color: #372d69;
}

a:visited
{
	color: var(--Brand1);
}

a:hover
{
	color: #50ffd2;
}

a.home-tiles
{
	color: var(--Dark);
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Minus.png');
	mc-closed-image: url('../Images/Plus.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-size: 20pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	--Brand1: #39306d;
	--Brand2: #43ecd0;
	color: #39306d;
}

/* Lists */

li
{
	margin-bottom: 8px;
	margin-top: 8px;
}

li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Master pages */

div.home-footer
{
	padding: 2% 5%;
	background-color: var(--Brand1);
}

div.side-content	/*Used on OtherTopics.flmsp for the search-bar and menu*/
{
	width: 300px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

div.topic-layout
{
	padding-top: 2%;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--White);
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

MadCap|indexProxy
{
	mc-output-support: all;
}

p.Index2
{
	font-size: 11.0pt;
}

p.Index3
{
	font-size: 10.0pt;
}

p.IndexHeading
{
	color: #006400;
	text-align: left;
}

p.MiniTOC1
{
	text-decoration: underline;
	color: #393064;
}

MadCap|miniTocProxy
{
	border-top-color: #dcdcdc;
}

div
{
	--Brand1: #39306d;
	--Brand2: #43ecd0;
}

MadCap|xref:hover
{
	color: #2fc4ab;
}

MadCap|dropDownHead
{
	font: var(--Brand1);
	color: #372d69;
}

p.MiniTOC2
{
	color: #393064;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	.nav-search	/*Displays search in Top Navigation for tablet/mobile*/
	{
		display: block;
	}

	div.side-content	/*Removes search-bar and menu set in topic in tablet*/
	{
		display: none;
	}

	html.home-topic .nav-search	/*Will not display search in Top Navigation on home page*/
	{
		display: none;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-layout
	{
		padding: 2% 5%;
	}

	div.home-section
	{
		padding: 10% 0;
	}

	img.home-tile
	{
		max-width: 25%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	div.topic-hero
	{
		padding: 15% 0;
	}

	div.topic-hero h1
	{
		font-size: 36pt;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	h4
	{
		mc-heading-level: 0;
	}

	h5
	{
		mc-heading-level: 0;
	}

	h6
	{
		mc-heading-level: 0;
	}

	a
	{
		--Brand2: #43ecd0;
		--Brand1: #39306d;
		color: var(--Brand1);
	}
}

/*<meta sourceDocument="C:\Users\user\Documents\Scheduler Advanced Filters- MM-36199.docx" />*/

p.p_1
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ol.ol_1
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_1
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_1
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

td
{
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	vertical-align: top;
}

p.p_2
{
	text-decoration: underline;
}

p.p_3
{
	font-weight: bold;
}

span.span_1
{
	font-style: italic;
}

img.img_1
{
	visibility: visible;
	mso-wrap-style: square;
	width: 385px;
	height: 299px;
}

p.p_4
{
	text-align: center;
}

img.img_2
{
	visibility: visible;
	mso-wrap-style: square;
	width: 350px;
	height: 212px;
}

img.img_3
{
	visibility: visible;
	mso-wrap-style: square;
	width: 561px;
	height: 294px;
}

p.p_5
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ol.ol_2
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_2
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_2
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

p.NormalWeb
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: 'Times New Roman';
	font-size: 12pt;
}

p.NormalWeb_1
{
	background-color: #F4F5F7;
	margin-top: 8pt;
	margin-bottom: 0pt;
	font-family: 'Segoe UI';
	color: #172B4D;
	font-size: 11pt;
}

span.span_2
{
	font-family: 'Segoe UI';
	color: #172B4D;
	font-size: 11pt;
}

p.NormalWeb_2
{
	font-family: 'Times New Roman';
	font-size: 12pt;
	background-color: #F4F5F7;
	margin-top: 8pt;
	margin-bottom: 0pt;
}

img.img_4
{
	visibility: visible;
	mso-wrap-style: square;
	width: 453px;
	height: 210px;
}

img.img_5
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 166px;
}

p.p_6
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ol.ol_3
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_3
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_3
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

p.p_7
{
	color: #172B4D;
	text-decoration: underline;
}

span.span_3
{
	color: #172B4D;
}

span.span_4
{
	font-weight: bold;
	color: #172B4D;
}

p.p_8
{
	color: #172B4D;
}

img.img_6
{
	visibility: visible;
	mso-wrap-style: square;
	width: 343px;
	height: 233px;
}

img.img_7
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 172px;
}

img.img_8
{
	visibility: visible;
	mso-wrap-style: square;
	width: 317px;
	height: 278px;
}

img.img_9
{
	visibility: visible;
	mso-wrap-style: square;
	width: 237px;
	height: 289px;
}

/*<meta sourceDocument="C:\Users\stevek\Documents\Issue-MM-36269_AE.docx" />*/

p.p_9
{
	line-height: 20pt;
	letter-spacing: 0.25;
	font-family: Arial;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_4
{
	line-height: 20pt;
	letter-spacing: 0.25;
	font-family: Arial;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_4
{
	line-height: 20pt;
	letter-spacing: 0.25;
	font-family: Arial;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_4
{
	line-height: 20pt;
	letter-spacing: 0.25;
	font-family: Arial;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_1
{
	margin-bottom: 8pt;
	font-size: 11pt;
	font-family: Arial;
	vertical-align: top;
}

p.h2
{
	mc-heading-level: 2;
	page-break-after: avoid;
	page-break-inside: avoid;
	page-break-before: always;
	margin-top: 14pt;
	margin-bottom: 14pt;
	font-family: Arial;
	font-weight: bold;
	color: #45494C;
	font-size: 18pt;
}

p.p
{
	margin-top: 15pt;
	margin-bottom: 15pt;
	font-family: Arial;
	color: #45494C;
	letter-spacing: 1pt;
	font-size: 12pt;
}

p.h4
{
	mc-heading-level: 4;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 13pt;
	margin-bottom: 13pt;
	font-family: Arial;
	font-weight: bold;
	color: #45494C;
	font-size: 12pt;
}

p.h3
{
	mc-heading-level: 3;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 12pt;
	margin-bottom: 12pt;
	font-family: Arial;
	font-weight: bold;
	color: #45494C;
	font-size: 14pt;
}

p.li
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #45494C;
	letter-spacing: 1pt;
	font-size: 12pt;
}

li.li
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #45494C;
	letter-spacing: 1pt;
	font-size: 12pt;
}

p.li_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 30pt;
	font-family: Arial;
	color: #45494C;
	letter-spacing: 1pt;
	font-size: 12pt;
}

li.p
{
	margin-top: 15pt;
	margin-bottom: 15pt;
	font-family: Arial;
	color: #45494C;
	letter-spacing: 1pt;
	font-size: 12pt;
}

p.p_1_1
{
	line-height: 20pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 30pt;
	font-family: Arial;
	color: #45494C;
	letter-spacing: 1pt;
	font-size: 12pt;
}

p.td
{
	font-family: Calibri;
	color: #45494C;
	font-size: 11pt;
}

img.img_10
{
	visibility: visible;
	mso-wrap-style: square;
	width: 32px;
	height: 32px;
}

img.img_11
{
	visibility: visible;
	mso-wrap-style: square;
	width: 225px;
	height: 147px;
}

ol.ol_5
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 0pt;
}

img.img_12
{
	visibility: visible;
	mso-wrap-style: square;
	width: 390px;
	height: 310px;
}

img.img_13
{
	visibility: visible;
	mso-wrap-style: square;
	width: 315px;
	height: 285px;
}

p.p_1_1_1
{
	line-height: 20pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #45494C;
	letter-spacing: 1pt;
	font-size: 12pt;
	margin-left: 0pt;
}

img.img_14
{
	visibility: visible;
	width: 333px;
	height: 177px;
}

p.p_1_1_2
{
	line-height: 20pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	color: #45494C;
	letter-spacing: 1pt;
	font-size: 12pt;
	margin-left: 0pt;
	text-align: center;
}

span.span_5
{
	text-decoration: line-through;
	background-color: #FFFF00;
}

span.span_6
{
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}

p.li_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	letter-spacing: 1pt;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}

li.li_5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	letter-spacing: 1pt;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}

span.span_7
{
	background-color: #FFFF00;
}

p.td_1
{
	font-family: Calibri;
	color: #45494C;
	font-size: 11pt;
	font-weight: bold;
}

img.img_15
{
	visibility: visible;
	mso-wrap-style: square;
	width: 576px;
	height: 330px;
}

img.img_16
{
	visibility: visible;
	mso-wrap-style: square;
	width: 576px;
	height: 364px;
}

/*<meta sourceDocument="C:\Users\stevek\Documents\Stope Optimiser Online Help MM2021-5.docx" />*/

p.p_10
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ol.ol_6
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_5
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_6
{
	line-height: 20pt;
	letter-spacing: 0.25;
	margin-bottom: 8pt;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
}

p.ListParagraph
{
	margin-bottom: 8pt;
	font-size: 11pt;
	font-family: Calibri;
}

li.ListParagraph
{
	margin-bottom: 8pt;
	font-size: 11pt;
	font-family: Calibri;
}

p.Heading7
{
	font-size: 11pt;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 7;
	font-family: 'Calibri Light';
	font-style: italic;
	color: #1F3763;
}

p.Heading8
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 8;
	font-family: 'Calibri Light';
	color: #272727;
	font-size: 11pt;
}

p.Heading9
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	margin-bottom: 0pt;
	mc-heading-level: 9;
	font-family: 'Calibri Light';
	font-style: italic;
	color: #272727;
	font-size: 11pt;
}

p.p_11
{
	margin-bottom: 0pt;
	text-align: center;
	font-weight: bold;
}

p.p_12
{
	margin-bottom: 0pt;
	font-weight: bold;
}

p.p_13
{
	margin-bottom: 0pt;
	text-align: center;
}

p.ListParagraph_1
{
	font-size: 11pt;
	font-family: Calibri;
	margin-bottom: 0pt;
}

li.ListParagraph_1
{
	font-size: 11pt;
	font-family: Calibri;
	margin-bottom: 0pt;
}

ul.ul_6
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 36pt;
}

span.span_8
{
	font-weight: bold;
}

img.img_17
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 431px;
}

p.p_14
{
	font-style: italic;
}

img.img_18
{
	visibility: visible;
	mso-wrap-style: square;
	width: 601px;
	height: 519px;
}

p.p_15
{
	margin-bottom: 0pt;
}

img.img_19
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 319px;
}

img.img_20
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 341px;
}

a.a_1
{
	font-weight: bold;
}

p.p_16
{
	page-break-after: avoid;
	margin-bottom: 0pt;
	font-weight: bold;
}

span.span_9
{
	font-weight: bold;
	font-style: italic;
}

p.p_17
{
	page-break-after: avoid;
	margin-bottom: 0pt;
}

ol.ol_7
{
	padding-left: 0px;
	list-style-type: lower-roman;
	margin-left: 90pt;
}

p.ListParagraph_2
{
	margin-bottom: 8pt;
	font-size: 11pt;
	font-family: Calibri;
	font-style: italic;
}

li.ListParagraph_2
{
	margin-bottom: 8pt;
	font-size: 11pt;
	font-family: Calibri;
	font-style: italic;
}

p.p_18
{
	font-family: 'Courier New';
}

span.span_10
{
	font-family: 'Courier New';
}

ol.ol_8
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 36pt;
}

p.p_19
{
	font-weight: bold;
	text-decoration: underline;
}

img.img_21
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 680px;
}

img.img_22
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 326px;
}

img.img_23
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 48px;
}

img.img_24
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 440px;
}

img.img_25
{
	visibility: visible;
	mso-wrap-style: square;
	width: 518px;
	height: 477px;
}

img.img_26
{
	visibility: visible;
	mso-wrap-style: square;
	width: 416px;
	height: 27px;
}

img.img_27
{
	visibility: visible;
	mso-wrap-style: square;
	width: 601px;
	height: 205px;
}

img.img_28
{
	visibility: visible;
	mso-wrap-style: square;
	width: 572px;
	height: 229px;
}

img.img_29
{
	visibility: visible;
	mso-wrap-style: square;
	width: 13px;
	height: 16px;
}

img.img_30
{
	visibility: visible;
	mso-wrap-style: square;
	width: 12px;
	height: 15px;
}

img.img_31
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 653px;
}

p.p_20
{
	margin-top: 1pt;
	margin-bottom: 1pt;
	text-align: center;
	font-weight: bold;
}

p.p_21
{
	margin-top: 1pt;
	margin-bottom: 1pt;
	font-weight: bold;
}

p.p_22
{
	margin-top: 1pt;
	margin-bottom: 1pt;
	text-align: center;
}

p.p_23
{
	margin-top: 1pt;
	margin-bottom: 1pt;
}

img.img_32
{
	visibility: visible;
	mso-wrap-style: square;
	width: 368px;
	height: 284px;
}

span.span_11
{
	font-family: Wingdings;
}

img.img_33
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 512px;
}

img.img_34
{
	visibility: visible;
	mso-wrap-style: square;
	width: 101px;
	height: 107px;
}

img.img_35
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 549px;
}

img.img_36
{
	visibility: visible;
	mso-wrap-style: square;
	width: 222px;
	height: 153px;
}

img.img_37
{
	visibility: visible;
	mso-wrap-style: square;
	width: 19px;
	height: 16px;
}

img.img_38
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 324px;
}

img.img_39
{
	visibility: visible;
	mso-wrap-style: square;
	width: 19px;
	height: 17px;
}

img.img_40
{
	visibility: visible;
	mso-wrap-style: square;
	width: 17px;
	height: 17px;
}

sup.sup_1
{
	font-weight: bold;
}

p.p_24
{
	text-align: center;
	font-family: 'Courier New';
}

p.p_25
{
	margin-bottom: 0pt;
	font-style: italic;
}

img.img_41
{
	visibility: visible;
	mso-wrap-style: square;
	width: 601px;
	height: 374px;
}

ul.ul_7
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 36pt;
}

img.img_42
{
	visibility: visible;
	mso-wrap-style: square;
	width: 402px;
	height: 142px;
}

img.img_43
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 523px;
}

img.img_44
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 522px;
}

img.img_45
{
	visibility: visible;
	mso-wrap-style: square;
	width: 21px;
	height: 17px;
}

img.img_46
{
	visibility: visible;
	mso-wrap-style: square;
	width: 337px;
	height: 130px;
}

p.p_26
{
	margin-bottom: 0pt;
	text-align: right;
}

p.p_27
{
	margin-bottom: 0pt;
	text-align: right;
	font-weight: bold;
}

p.p_28
{
	margin-top: 6pt;
}

img.img_47
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 382px;
}

img.img_48
{
	visibility: visible;
	mso-wrap-style: square;
	width: 367px;
	height: 335px;
}

img.img_49
{
	visibility: visible;
	mso-wrap-style: square;
	width: 602px;
	height: 472px;
}

img.img_50
{
	visibility: visible;
	mso-wrap-style: square;
	width: 16px;
	height: 16px;
}

span.span_12
{
	text-decoration: underline;
}

img.img_51
{
	visibility: visible;
	mso-wrap-style: square;
	width: 373px;
	height: 388px;
}

