@font-face {
	font-family: roboto, sans-serif;
    font-weight: 900;
    font-style: normal;
}
@font-face {
	font-family: roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
}
@font-face {
	font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
}
@font-face {
	font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: roboto, sans-serif;
    font-weight: 100;
    font-style: normal;
}
@font-face {
	font-family: roboto, sans-serif;
    font-weight: 900;
    font-style: italic;
}
@font-face {
	font-family: roboto, sans-serif;
    font-weight: 700;
    font-style: italic;
}
@font-face {
	font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: italic;
}
@font-face {
	font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: italic;
}
@font-face {
	font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: italic;
}
@font-face {
	font-family: roboto, sans-serif;
    font-weight: 100;
    font-style: italic;
}
@font-face {
	font-family: roboto-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: poppins, sans-serif;
    font-style: normal;
}
@font-face {
	font-family: poppins, sans-serif;
    font-style: normal;
	font-weight:400;
}
@font-face {
	font-family: poppins, sans-serif;
    font-style: normal;
	font-weight:500;
}
@font-face {
	font-family: poppins, sans-serif;
    font-style: normal;
	font-weight:700;
}
@font-face {
	font-family: poppins, sans-serif;
    font-style: normal;
	font-weight:900;
}
@page {
	margin : 0px 0px 0px 0px;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote, pullquote {
	padding:0;
	border-width:0;
}
body {
	-epub-hyphens:auto;
    margin:10px;
}
strong {
  font-weight: 500;
}
em {
  font-style: italic;
}
img {
    max-width: 100%;
    height: auto;
    max-height: 700px;
}
ol ::marker {
    font-size: 100%;
    color: #000000;
    font-family: roboto, sans-serif;
    font-weight: 400;    
}
ol > li {
    display: block;
    position: relative;
}
ol > li:before {
    font-size: 100%;
    color: #000000;
    font-family: roboto, sans-serif;
    font-weight: 400;    
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}/*
ol > li:nth-child(n + 100)::before {
    font-size: 100%;
    color: #000000;
    font-family: roboto, sans-serif;
    font-weight: 400;    
    content: counters(item, ".")".";
    counter-increment: item;
    counter-reset: item 100;
    position: absolute;
    margin-right: 100%;
    right: 10px;  
}*/
/* Main Level */
ol {
    counter-reset: item;
    margin-left: 35px;
    padding-left: 0px;
    margin-top: 5px;
}
/* Second Level */
ol ol{
    counter-reset: item;
    margin-left: 35px;
    padding-left: 5px;
    margin-top: 5px;
}
/* Third Level */
ol ol ol{
    counter-reset: item;
    margin-left: 35px;
    padding-left: 10px;
    margin-top: 5px;
}
/* Fourth Level */
ol ol ol ol{
    counter-reset: item;
    margin-left: 35px;
    padding-left: 15px;
    margin-top: 5px;
}
/* Main Level */
ul{
    margin-left: 20px;
    padding-left: 0px;
    margin-top: 5px;
}
/* Second Level */
ul ul{
    margin-left: 20px;
    padding-left: 5px;
    margin-top: 5px;
}
/* Third Level */
ul ul ul{
    margin-left: 20px;
    padding-left: 10px;
    margin-top: 5px;
}
/* Fourth Level */
ul ul ul ul{
    margin-left: 20px;
    padding-left: 15px;
    margin-top: 5px;
    list-style-type: "\2610\2003";
}
ul ul ul ul ::marker {
    font-size: 75%; 
}
ul.simple{
    list-style: none;
}
a {
	color: #0067b9;
    text-decoration: none;
}
a._idGenColorInherit {
	color:inherit;
}
div.Artifact {
	border-style:solid;
}
div.Basic-Graphics-Frame {
	border-color:#000000;
	border-width:1px;
	border-style:solid;
}
div.Basic-Text-Frame {
	border-style:solid;
}
div.boxed-text-Default {
	border-color:#000000;
	border-width:1px;
	border-style:solid;
    padding: 12px;
	margin-top: 24px;
	margin-bottom: 24px;
    background-color:#d3d3d3;
}
div.Copyright {
	border-color:#0067b9;
	border-width:1px;
	border-style:solid;
    margin-top: 32px;
    padding: 8px;
}
div.Copyright-HS {
	border-color:#0067b9;
	border-width:1px;
	border-style:solid;
    margin-top: 32px;
    padding: 8px;
}
div.Abbrev-Block {
    display: table;
    border: none;
}
div.Abbrev-Title {
    display: table-caption;
    border: none;
}
div.Abbrev-Text {
    display: table-row;
    border: none;
}
div.Abbrev-Term {
    display: table-cell;
    border: none;
    padding-right: 16px;
	font-weight:500;
}
div.Abbrev-Def {
    display: table-cell;
    border: none;
    padding-left: 16px;
    font-weight:400;
}
div.figure {
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
}
div.figure-ap {
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
}
div.figure-inline {
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
}
div.Table-Portrait {
    padding-bottom: 12px;
}
div.Table-Turn {
    padding-bottom: 12px;
}
table.Table {
	border-collapse:collapse;
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	margin-bottom:4px;
	margin-top:4px;
    width: 100%;
}
td.Table {
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#000000;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	vertical-align:top;
}
tr.Table {
	page-break-after:auto;
	page-break-before:auto;
}
table.Table_Left_Heading {
	border-collapse:collapse;
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	margin-bottom:4px;
	margin-top:4px;
    width: 100%;
}
td.Table_Left_Heading {
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#000000;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	vertical-align:top;
}
tr.Table_Left_Heading {
	page-break-after:auto;
	page-break-before:auto;
}
table.Table_Left_Heading td:first-child {
	background-color:#006fb9;
	border-bottom-color:#006fb9;
	border-bottom-width:1px;
	border-left-color:#006fb9;
	border-left-width:1px;
	border-right-color:#ffffff;
	border-right-width:1px;
	border-top-color:#006fb9;
	border-top-width:1px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	vertical-align:top;
}
td.Basic-Cell {
	border-bottom-color:#006fb9;
	border-bottom-width:1px;
	border-left-color:#006fb9;
	border-left-width:1px;
	border-right-color:#006fb9;
	border-right-width:1px;
	border-top-color:#006fb9;
	border-top-width:1px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	vertical-align:top;
}
td {
	border: 1px solid #006fb9;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	vertical-align:top;
}
th {
	background-color:#006fb9;
	border-bottom-color:#006fb9;
	border-bottom-width:1px;
	border-left-color:#006fb9;
	border-left-width:1px;
	border-right-color:#ffffff;
	border-right-width:1px;
	border-top-color:#006fb9;
	border-top-width:1px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	vertical-align:top;
}
td.Grey-Cells{
	background-color:#CCCCCC;
	}
td.Heading {
	background-color:#006fb9;
	border-bottom-color:#006fb9;
	border-bottom-width:1px;
	border-left-color:#006fb9;
	border-left-width:1px;
	border-right-color:#ffffff;
	border-right-width:1px;
	border-top-color:#006fb9;
	border-top-width:1px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	vertical-align:top;
}
td.Grey-Cells2{
	background-color:#FFFFFF;
	}
td.Heading-Left {
	background-color:#006fb9;
	border-bottom-color:#006fb9;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#006fb9;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#ffffff;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#006fb9;
	border-top-style:solid;
	border-top-width:1px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	vertical-align:top;
}
td.Heading_LeftFirst {
	background-color:#006fb9;
	border-bottom-color:#006fb9;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#006fb9;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#ffffff;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#006fb9;
	border-top-style:solid;
	border-top-width:1px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	vertical-align:top;
}
td.Heading_LeftLast {
	background-color:#006fb9;
	border-bottom-color:#006fb9;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#ffffff;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#006fb9;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#006fb9;
	border-top-style:solid;
	border-top-width:1px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	vertical-align:top;
}
td.Heading_Last {
	background-color:#006fb9;
	border-bottom-color:#006fb9;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#ffffff;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#006fb9;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#006fb9;
	border-top-style:solid;
	border-top-width:1px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	vertical-align:top;
}
th.Heading_Last {
	background-color:#006fb9;
	border-bottom-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#ffffff;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#006fb9;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#ffffff;
	border-top-style:solid;
	border-top-width:1px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	vertical-align:top;
}
th.Heading {
	background-color:#006fb9;
	border-bottom-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#006fb9;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#ffffff;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#ffffff;
	border-top-style:solid;
	border-top-width:1px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	vertical-align:top;
}
p.Abbreviations {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
/*	font-weight:400;    */
	line-height:1.333;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Authors {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.4;
	margin-bottom:11px;
	margin-left:0px;
	margin-right:0;
	margin-top:16px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Author-Horizon-Scan {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.4;
	border-left: 4px solid gray;
	padding-left: 10px;
	margin-bottom:0px;
	margin-left:12px;
	margin-right:0;
	margin-top:0px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.FM-Text {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.4;
	margin-bottom:11px;
	margin-left:0px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Contributors-Name {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.4;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Contributors-Details {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.4;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.SidebarTitle {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.4;
	margin-bottom:11px;
	margin-left:0px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.SidebarText {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.4;
	margin-bottom:11px;
	margin-left:0px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Body-Copy {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.4;
	margin-bottom:11px;
	margin-left:0px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Body-Copy-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.4;
	margin-bottom:11px;
	margin-left:0px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.RS-Text {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.4;
	margin-bottom:11px;
	margin-left:0px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.AP-Body-Copy {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.4;
	margin-bottom:11px;
	margin-left:0px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.AP-Body-Copy-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.4;
	margin-bottom:11px;
	margin-left:0px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Key-Messages-Simple {
	-epub-hyphens:none;
    /* border-color:#006fb9;
	border-style:solid;
	border-width:0px 0px 0px 6px; */
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.777;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Key-Messages-Bullets {
	-epub-hyphens:none;
    /* border-color:#006fb9;
	border-style:solid;
	border-width:0px 0px 0px 6px; */
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.777;
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Key-Messages-Bullets-2 {
	-epub-hyphens:none;
    /* border-color:#006fb9;
	border-style:solid;
	border-width:0px 0px 0px 6px; */
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.777;
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Key-Messages-Bullets-3 {
	-epub-hyphens:none;
    /* border-color:#006fb9;
	border-style:solid;
	border-width:0px 0px 0px 6px; */
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.777;
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Key-Messages-Bullets-4 {
	-epub-hyphens:none;
    /* border-color:#006fb9;
	border-style:solid;
	border-width:0px 0px 0px 6px; */
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.777;
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Simple-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
    padding-left: 2em;
    text-indent:-2em;
}
p.Simple-lvl-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
    padding-left: 2em;
    text-indent:-2em;
}
p.AP-Simple-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
    padding-left: 2.4em;
    text-indent:-2em;
}
p.AP-Simple-lvl-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
    padding-left: 2.4em;
    text-indent:-2em;
}
p.Bullets-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Bullets-lvl-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Bullets-lvl-1-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.RS-Bullets-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.RS-Bullets-lvl-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.RS-Bullets-lvl-2-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.RS-Bullets-lvl-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.RS-Bullets-lvl-1-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-1-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-1-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-1-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-1-Indent-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Bullets-lvl-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Bullets-lvl-2-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Bullets-lvl-2-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-2-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-2-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-2-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-2-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-2-Indent-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Bullets-lvl-3 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Bullets-lvl-3-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Bullets-lvl-3-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-3 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-3-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-3-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-3-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-3-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-3-Indent-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Bullets-lvl-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type: "\2610\2003";
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Bullets-lvl-4-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type: "\2610\2003";
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Bullets-lvl-4-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;    
}
p.AP-Bullets-lvl-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type: "\2610\2003";
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-4-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type: "\2610\2003";
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-4-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type: "\2610\2003";
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-4-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type: "\2610\2003";
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Bullets-lvl-4-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;    
}
p.AP-Bullets-lvl-4-Indent-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;    
}
p.Last-Bullet-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Numbered-Body-Copy {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Numbers-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.RS-Numbers-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-1-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Numbers-lvl-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.RS-Numbers-lvl-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-1-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Numbers-lvl-1-Cont{
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-1-Cont{
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-1-Cont-Indent{
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Numbers-lvl-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-2-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Numbers-lvl-2-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-2-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-2-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Numbers-lvl-2-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-2-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-2-Cont-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Numbers-lvl-3 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-3 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-3-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Numbers-lvl-3-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-3-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-3-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Numbers-lvl-3-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-3-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-3-Cont-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Numbers-lvl-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-4-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Numbers-lvl-4-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-4-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-4-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Numbers-lvl-4-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-4-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Numbers-lvl-4-Cont-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Upper-Letters-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-1-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Upper-Letters-lvl-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-1-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Upper-Letters-lvl-1-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-1-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-1-Cont-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Upper-Letters-lvl-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-2-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Upper-Letters-lvl-2-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-2-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-2-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Upper-Letters-lvl-2-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-2-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-2-Cont-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Upper-Letters-lvl-3 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-3 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-3-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Upper-Letters-lvl-3-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-3-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-3-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Upper-Letters-lvl-3-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-3-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-3-Cont-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Upper-Letters-lvl-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-4-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Upper-Letters-lvl-4-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-4-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-4-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Upper-Letters-lvl-4-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-4-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Upper-Letters-lvl-4-Cont-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Lower-Letters-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-1-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Lower-Letters-lvl-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-1-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Lower-Letters-lvl-1-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-1-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-1-Cont-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Lower-Letters-lvl-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-2-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Lower-Letters-lvl-2-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-2-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-2-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Lower-Letters-lvl-2-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-2-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-2-Cont-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Lower-Letters-lvl-3 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-3 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-3-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Lower-Letters-lvl-3-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-3-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-3-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Lower-Letters-lvl-3-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-3-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-3-Cont-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Lower-Letters-lvl-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-4-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Lower-Letters-lvl-4-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-4-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-4-First-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:lower-alpha;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Lower-Letters-lvl-4-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-4-Cont {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Lower-Letters-lvl-4-Cont-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.References {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.286;
	list-style-position:outside;
	list-style-type:decimal;
    padding-left: 36px;
    text-indent: -36px;
	margin-bottom:6px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	widows:1;
}
p.References-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.286;
	list-style-position:outside;
	list-style-type:decimal;
    padding-left: 36px;
    text-indent: -32px;
	margin-bottom:6px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	widows:1;
}
p.AP-References {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.286;
	list-style-position:outside;
	list-style-type:decimal;
    padding-left: 36px;
    text-indent: -34px;
	margin-bottom:6px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	widows:1;
}
p.AP-References-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.286;
	list-style-position:outside;
	list-style-type:decimal;
    padding-left: 36px;
    text-indent: -32px;
	margin-bottom:6px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	widows:1;
}
p.AP-References-Text {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.4;
	margin-bottom:11px;
	margin-left:0px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Report-Details {
	color:#6d6e71;
	font-family:poppins, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Cover-Details {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1.328em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	margin-bottom:7px;
	margin-left:0px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.CD-Bullets-lvl-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1.328em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	margin-bottom:7px;
	margin-left:0px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.CD-Bullets-lvl-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1.328em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	margin-bottom:7px;
	margin-left:0px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
h1 {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:3.6em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.106;
	margin-bottom:32px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
h1.Type-of-Report {
	color:#5b6770;
	font-family:poppins, sans-serif;
	font-size:2em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.313;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	/*text-transform:uppercase;*/
	widows:1;
}
h1.Report-Title {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:3.6em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.106;
	margin-bottom:42px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding-bottom:26px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
h2 {
	-epub-hyphens:none;
	color:#5b6770;
	font-family:poppins, sans-serif;
	font-size:1.8em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.188;
	margin-bottom:7px;
	margin-left:0;
	margin-right:0;
	margin-top:20px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.RS-Heading-1 {
	-epub-hyphens:none;
	color:#5b6770;
	font-family:poppins, sans-serif;
	font-size:1.8em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.188;
	margin-bottom:7px;
	margin-left:0;
	margin-right:0;
	margin-top:60px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
h2.References-Heading {
	-epub-hyphens:none;
	color:#6d6e71;
	font-family:poppins, sans-serif;
	font-size:1.8em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.188;
	margin-bottom:7px;
	margin-left:0;
	margin-right:0;
	margin-top:26px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
h2.Appendix-Heading {
	-epub-hyphens:none;
	color:#6d6e71;
	font-family:poppins, sans-serif;
	font-size:1.8em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.188;
	margin-bottom:7px;
	margin-left:0;
	margin-right:0;
	margin-top:36px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
h2.Sections {
	-epub-hyphens:none;
	color:#0067b9;
	font-family:poppins, sans-serif;
	font-size:1.328em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.188;
	margin-bottom:7px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:underline;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Section-Heading {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1.328em;
	font-style:normal;
	font-variant:normal;
	font-weight:900;
	line-height:1.188;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
h2.Report-Sections {
	-epub-hyphens:none;
	color:#0067b9;
	font-family:poppins, sans-serif;
	font-size:1.8em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.188;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	margin-top:20px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
h2.Section-Heading {
	-epub-hyphens:none;
	color:#6d6e71;
	font-family:poppins, sans-serif;
	font-size:1.8em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.188;
	margin-bottom:7px;
	margin-left:0px;
	margin-right:0;
	margin-top:26px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
h3 {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.167;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:19px;
	orphans:1;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.RS-Heading-2 {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.167;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:19px;
	orphans:1;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
h3.Heading-lvl-1 {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.167;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:9px;
	orphans:1;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.AP-Heading-lvl-1-Indent {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.167;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:9px;
	orphans:1;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
h4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.143;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:16px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.RS-Heading-3 {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.143;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:16px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
h4.Subheading {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.143;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:16px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
h4.Heading-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.143;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:16px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Heading-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.143;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:16px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.AP-Subheading-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.143;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:16px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
h5 {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1.1em;
	font-style:italic;
	font-variant:normal;
	font-weight:500;
	line-height:1.263;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:16px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
h5.Subheading-lvl-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1.1em;
	font-style:italic;
	font-variant:normal;
	font-weight:500;
	line-height:1.263;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:16px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.AP-Subheading-lvl-2-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1.1em;
	font-style:italic;
	font-variant:normal;
	font-weight:500;
	line-height:1.263;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:16px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.AP-Subheading-2-Indent {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1.1em;
	font-style:italic;
	font-variant:normal;
	font-weight:500;
	line-height:1.263;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:16px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.AP-Subheading-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1.1em;
	font-style:italic;
	font-variant:normal;
	font-weight:500;
	line-height:1.263;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:16px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
h6 {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.263;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:16px;
	orphans:2;
	page-break-after:avoid;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.TOC-Heading {
	-epub-hyphens:none;
	color:#6d6e71;
	font-family:poppins, sans-serif;
	font-size:1.333em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.188;
	margin-bottom:7px;
	margin-left:0;
	margin-right:0;
	margin-top:36px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.TOC-lvl-1 {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:roboto, sans-serif;
	font-size:1.167em;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.214;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:6px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.TOC-lvl-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:0.875em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.238;
	margin-bottom:0;
	margin-left:5px;
	margin-right:0;
	margin-top:5px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Table-Body-Copy {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.222;
	margin-bottom:3px;
	margin-left:0;
	margin-right:0;
	margin-top:1px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Table-Bullets {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Table-Bullets {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Table-Bullets-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Table-Bullets-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Table-Bullets-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Table-Bullets-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Table-Bullets-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Table-Bullets-1-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Table-Bullets-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:circle;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Table-Bullets-2-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:circle;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Table-Bullets-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:circle;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Table-Bullets-2-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:circle;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Table-Bullets-3 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:square;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Table-Bullets-3-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:square;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Table-Bullets-3 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:square;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Table-Bullets-3-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:square;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Table-Bullets-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Table-Bullets-4-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Table-Bullets-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Table-Bullets-4-First {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Table-Numbers {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Table-Numbers {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Table-Numbers-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.AP-Table-Numbers-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	text-transform:none;
	widows:2;
}
p.Table-Body-Numbers {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:-2.4em;
    padding-left:2.4em; 
	text-transform:none;
	widows:2;
}
p.AP-Table-Body-Numbers {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:-2.4em;
    padding-left:2.4em; 
	text-transform:none;
	widows:2;
}
p.Table-Body-Numbers-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:1em;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:-3em;
    padding-left:3em; 
	text-transform:none;
	widows:2;
}
p.AP-Table-Body-Numbers-2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:1em;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:-3em;
    padding-left:3em; 
	text-transform:none;
	widows:2;
}
p.Table-Body-Numbers-3 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:2em;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:-4em;
    padding-left:4em; 
	text-transform:none;
	widows:2;
}
p.AP-Table-Body-Numbers-3 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:2em;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:-4em;
    padding-left:4em; 
	text-transform:none;
	widows:2;
}
p.Table-Body-Numbers-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:3em;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:-5em;
    padding-left:5em; 
	text-transform:none;
	widows:2;
}
p.AP-Table-Body-Numbers-4 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:3em;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:-5em;
    padding-left:5em; 
	text-transform:none;
	widows:2;
}
p.Table-Body-Double-Numbers {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:-1.6em;
    padding-left:1.6em; 
	text-transform:none;
	widows:2;
}
p.AP-Table-Body-Double-Numbers {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:3px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:-1.6em;
    	padding-left:1.6em; 
	text-transform:none;
	widows:2;
}
p.Grey-Cells {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.222;
	margin-bottom:3px;
	margin-left:0;
	margin-right:0;
	margin-top:1px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:center;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Grey-Cells2 {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.222;
	margin-bottom:3px;
	margin-left:0;
	margin-right:0;
	margin-top:1px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:center;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Table-Fine-Print {
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:0.8em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.286;
	margin-bottom:4px;
	margin-left:0;
	margin-right:0;
	margin-top:2px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Table-Heading {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.222;
	margin-bottom:3px;
	margin-left:0;
	margin-right:0;
	margin-top:26px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Table-Heading-NoBreak {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.222;
	margin-bottom:3px;
	margin-left:0;
	margin-right:0;
	margin-top:26px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Table-Header-Copy {
	-epub-hyphens:none;
	color:#ffffff;
	font-family:poppins, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.222;
	margin-bottom:3px;
	margin-left:0;
	margin-right:0;
	margin-top:1px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Table-Span-Head {
	-epub-hyphens:none;
	color:#000000;
	font-family:poppins, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.222;
	margin-bottom:3px;
	margin-left:0;
	margin-right:0;
	margin-top:1px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.table-wrap-foot-attrib {
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:0.8em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.286;
	margin-bottom:2px;
	margin-left:0;
	margin-right:0;
	margin-top:2px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.FigureCaption {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:1.333em;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:1.222;
	margin-bottom:3px;
	margin-left:0;
	margin-right:0;
	margin-top:1px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.FigureNote {
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:0.8em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.286;
	margin-bottom:2px;
	margin-left:0;
	margin-right:0;
	margin-top:2px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Image-Credit {
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:0.8em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.286;
	margin-bottom:2px;
	margin-left:0;
	margin-right:0;
	margin-top:2px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.disp-quote-p-single {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	margin-bottom:7px;
	margin-left:25px;
	margin-right:25px;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.disp-quote-p-first {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	margin-bottom:7px;
	margin-left:25px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.disp-quote-p-last {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	margin-bottom:7px;
	margin-left:25px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.disp-quote-p {
	-epub-hyphens:none;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.333;
	margin-bottom:7px;
	margin-left:25px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Pull-Quote {
	-epub-hyphens:none;
	border-left: 4px solid gray;
	padding-left:15px;
	color:#006fb9;
	font-family:poppins, sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.333;
	margin-bottom:7px;
	margin-left:25px;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
p.Disclaimer-Copy {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:0.75em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.692;
	margin-bottom:8px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Disclaimer-Copy-White {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:0.75em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.692;
	margin-bottom:8px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Footnote {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:0.583em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.2;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:6px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:-5px;
	text-transform:none;
	widows:2;
}
p._TemplateOnly_TableExternal {
	-epub-hyphens:none;
	color:#000000;
	font-family:roboto, sans-serif;
	font-size:0.75em;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:1.2;
	margin-bottom:4px;
	margin-left:0;
	margin-right:0;
	margin-top:3px;
	orphans:2;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:2;
}
span.Light-Italics {
    font-family:roboto, sans-serif;
	font-style:italic;
	font-weight:400;
}
span.Medium-Italics {
    font-family:roboto, sans-serif;
	font-style:italic;
	font-weight:500;
}
span.bib_journal {
    font-family:roboto, sans-serif;
	font-style:italic;
}                     
span.Medium {
	font-family:roboto, sans-serif;
	font-style:normal;
	font-weight:500;
}
span.Hyperlink {
    text-decoration: underline;
}
span.hyperlink {
    text-decoration: underline;
}
span.Superscript {
	font-size:.5em;
	vertical-align:super;
}
span.tab {
    display: inline-block;
    margin-left: 8px;
}
span.strike {
    color:gray;
	font-size:0.8em;
	font-width:10em;
	line-height:0.8em;
	word-spacing:-4.5px;
    text-decoration-color: gray;
    text-decoration-line: line-through;
    text-decoration-style: solid;
    text-decoration-thickness: 1em;
}
hr.HorizontalRule-1 {
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:solid #000000 1px;
}