/* ISO Standards CSS Template - Version 1.2.3 - September 10, 2019 - Updated by Guy van der Kolk
– Changed the CSS for table, 

/* IMPORTANT NOTES

 - This template contains many duplicate cell styles with different name variations. There is a set within each Table Style set. 
   There are also two default sets : an original set and a ParagraphStyles set. The original set uses the original cell style names. The ParagraphStyles set
   also uses the original cell style names, but each of them are preceded by "ParagraphStyles". These variations are necessary because InDesign doesn't
   consistently name the cell styles in the exported HTML files. If a cell style is used just one time in a document, the original name is used. If it's used twice,
   the original name is used for one instance and the ParagraphStyles version is used for the second instance. If it's used three or more times, the third
   and additional versions are preceded by the name of the table style, followed by "ParagraphStyles", and then the original cell style name.
   When updating the formatting of cell styles, it's important to update all of their duplicate variations as well.

*/

span.Regular-Italic {
	font-style:italic;
	font-weight:normal;
}
span.Regular-Italic-Sub {
	font-style:italic;
	font-weight:normal;
	vertical-align:sub;
}
span.Regular-Italic-Sup {
	font-style:italic;
	font-weight:normal;
	vertical-align:super;
}
span.Regular-Sub {
	font-style:normal;
	font-weight:normal;
	vertical-align:sub;
}
span.Regular-Sup {
	font-style:normal;
	font-weight:normal;
	vertical-align:super;
}
span.Sub-Bold {
	font-style:normal;
	font-weight:bold;
	vertical-align:sub;
}
span.Sub-BoldItalic {
	font-style:italic;
	font-weight:bold;
	vertical-align:sub;
}
span.Sub-italic {
	font-style:italic;
	font-weight:normal;
	vertical-align:sub;
}
span.Sup-Bold {
	font-style:normal;
	font-weight:bold;
	vertical-align:super;
}
span.Sup-BoldItalic {
	font-style:italic;
	font-weight:bold;
	vertical-align:super;
}
span.Sup-Italic {
	font-style:italic;
	font-weight:normal;
	vertical-align:super;
}

/* Hide Forced Page Break located above Copyright Notice */

div.EPUB-Forced-Page-Break {
 	display: none;
}
/* Character Styles - General */

span.No-Break {
    white-space : nowrap;
}
span.footnote-reference {
	vertical-align : super;
	font-size : 0.70em;
	font-style : normal;
	font-weight : bold;
}
span.Annex-Heading-Line-2 {
	font-weight : normal;
	font-style : normal;
}
span.Unresolved-Cross-reference {
	text-decoration : underline;
	color : #d90000;
}
span.Formula-Number {
    float : right;
}
span.Footnote-Number {
	font-weight : bold;
	font-style : normal;
	vertical-align : super;
	font-size: 0.70em;
}
span.Arial-Regular {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
}
span.Regular {
	font-weight : normal;
	font-style : normal;
}
span.Courier {
	font-family : "Courier New", serif;
	font-weight : normal;
	font-style : normal;
}
span.Symbol {
	font-family : "Cambria Math", serif;
	font-weight : normal;
	font-style : normal;
}
span.Symbol-Italic {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : italic;
}
span.TNR {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
}
span.TNR-Italic {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : italic;
}
span.Wingdings-2 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
}
span.Hyperlink {
	text-decoration : underline;
	color : #053cf5;
}
span.Heading-Number-Spacing {
    margin-right : 1em;
}
span.List-Number-Spacing {
    margin-right : 0.25em;
}
span.List-Continue-Number-Spacing {
    margin-right : 0.25em;
}
span.Key-Text-Number-Spacing {
    margin-right : 1em;
}
span.Note-Example-Spacing {
    margin-right : 1.65em;
}
span.Biblio-Number-Spacing {
    margin-right : .5em;
}
span.AutoLeading {
}
span.Variable {
}

/* Character Styles - Soft Style Mappings - Regular Variations */

span.Italic {
	font-weight : normal;
	font-style : italic;
}
span.Bold {
	font-weight : bold;
	font-style : normal;
}
span.Bold-Italic {
	font-weight : bold;
	font-style : italic;
}
span.Underline {
	text-decoration : underline;
}
span.Superscript {
	vertical-align : super;
	font-size: 0.70em;
}
span.Subscript {
	vertical-align : sub;
    font-size : 0.70em;
}
span.Small-Caps {
	font-variant : small-caps;
}
span.All-Caps {
	text-transform : uppercase;
}
span.Superscript-Underline {
	text-decoration : underline;
	vertical-align : super;
	font-size: 0.70em;
}
span.Superscript-Small-Caps {
	font-variant : small-caps;
	vertical-align : super;
	font-size: 0.70em;
}
span.Superscript-Small-Caps-Underline {
	text-decoration : underline;
	font-variant : small-caps;
	vertical-align : super;
	font-size: 0.70em;
}
span.Superscript-All-Caps {
	text-transform : uppercase;
	vertical-align : super;
	font-size: 0.70em;
}
span.Superscript-All-Caps-Underline {
	text-decoration : underline;
	text-transform : uppercase;
	vertical-align : super;
	font-size: 0.70em;
}
span.Subscript-Underline {
	text-decoration : underline;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Subscript-Small-Caps {
	font-variant : small-caps;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Subscript-Small-Caps-Underline {
	text-decoration : underline;
	font-variant : small-caps;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Subscript-All-Caps {
	text-transform : uppercase;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Subscript-All-Caps-Underline {
	text-decoration : underline;
	text-transform : uppercase;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Small-Caps-Underline {
	text-decoration : underline;
	font-variant : small-caps;
}
span.All-Caps-Underline {
	text-decoration : underline;
	text-transform : uppercase;
}
span.zzzHighlight {
	background-color : rgb(146,197,235);
}
span.zzzHighlight---- {
	background-color : rgb(146,197,235);
}
span.zzzzzzHighlight CharOverride-4 {
	background-color : rgb(146,197,235);
}
span.zzzAdvisory {
	color : rgb(0,114,188);
}
span.zzzAdvisory CharOverride-6 {
	color : rgb(0,114,188);
}

/* Character Styles - Soft Style Mappings - Italic Variations */

span.Italic-Underline {
	font-weight : normal;
	font-style : italic;
	text-decoration : underline;
}
span.Italic-Superscript {
	font-weight : normal;
	font-style : italic;
	vertical-align : super;
	font-size: 0.70em;
}
span.Italic-Subscript {
	font-weight : normal;
	font-style : italic;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Italic-Small-Caps {
	font-weight : normal;
	font-style : italic;
	font-variant : small-caps;
}
span.Italic-All-Caps {
	font-weight : normal;
	font-style : italic;
	text-transform : uppercase;
}
span.Italic-Superscript-Underline {
	font-weight : normal;
	font-style : italic;
	text-decoration : underline;
	vertical-align : super;
	font-size: 0.70em;
}
span.Italic-Superscript-Small-Caps {
	font-weight : normal;
	font-style : italic;
	font-variant : small-caps;
	vertical-align : super;
	font-size: 0.70em;
}
span.Italic-Superscript-Small-Caps-Underline {
	font-weight : normal;
	font-style : italic;
	text-decoration : underline;
	font-variant : small-caps;
	vertical-align : super;
	font-size: 0.70em;
}
span.Italic-Superscript-All-Caps {
	font-weight : normal;
	font-style : italic;
	text-transform : uppercase;
	vertical-align : super;
	font-size: 0.70em;
}
span.Italic-Superscript-All-Caps-Underline {
	font-weight : normal;
	font-style : italic;
	text-decoration : underline;
	text-transform : uppercase;
	vertical-align : super;
	font-size: 0.70em;
}
span.Italic-Subscript-Underline {
	font-weight : normal;
	font-style : italic;
	text-decoration : underline;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Italic-Subscript-Small-Caps {
	font-weight : normal;
	font-style : italic;
	font-variant : small-caps;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Italic-Subscript-Small-Caps-Underline {
	font-weight : normal;
	font-style : italic;
	text-decoration : underline;
	font-variant : small-caps;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Italic-Subscript-All-Caps {
	font-weight : normal;
	font-style : italic;
	text-transform : uppercase;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Italic-Subscript-All-Caps-Underline {
	font-weight : normal;
	font-style : italic;
	text-decoration : underline;
	text-transform : uppercase;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Italic-Small-Caps-Underline {
	font-weight : normal;
	font-style : italic;
	text-decoration : underline;
	font-variant : small-caps;
}
span.Italic-All-Caps-Underline {
	font-weight : normal;
	font-style : italic;
	text-decoration : underline;
	text-transform : uppercase;
}


/* Character Styles - Soft Style Mappings - Bold Variations */

span.Bold-Underline {
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
}
span.Bold-Superscript {
	font-weight : bold;
	font-style : normal;
	vertical-align : super;
	font-size: 0.70em;
}
span.Bold-Subscript {
	font-weight : bold;
	font-style : normal;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Bold-Small-Caps {
	font-weight : bold;
	font-style : normal;
	font-variant : small-caps;
}
span.Bold-All-Caps {
	font-weight : bold;
	font-style : normal;
	text-transform : uppercase;
}
span.Bold-Superscript-Underline {
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	vertical-align : super;
	font-size: 0.70em;
}
span.Bold-Superscript-Small-Caps {
	font-weight : bold;
	font-style : normal;
	font-variant : small-caps;
	vertical-align : super;
	font-size: 0.70em;
}
span.Bold-Superscript-Small-Caps-Underline {
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	font-variant : small-caps;
	vertical-align : super;
	font-size: 0.70em;
}
span.Bold-Superscript-All-Caps {
	font-weight : bold;
	font-style : normal;
	text-transform : uppercase;
	vertical-align : super;
	font-size: 0.70em;
}
span.Bold-Superscript-All-Caps-Underline {
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	text-transform : uppercase;
	vertical-align : super;
	font-size: 0.70em;
}
span.Bold-Subscript-Underline {
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Bold-Subscript-Small-Caps {
	font-weight : bold;
	font-style : normal;
	font-variant : small-caps;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Bold-Subscript-Small-Caps-Underline {
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	font-variant : small-caps;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Bold-Subscript-All-Caps {
	font-weight : bold;
	font-style : normal;
	text-transform : uppercase;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Bold-Subscript-All-Caps-Underline {
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	text-transform : uppercase;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Bold-Small-Caps-Underline {
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	font-variant : small-caps;
}
span.Bold-All-Caps-Underline {
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	text-transform : uppercase;
}


/* Character Styles - Soft Style Mappings - Bold Italic Variations */

span.Bold-Italic-Underline {
	font-weight : bold;
	font-style : italic;
	text-decoration : underline;
}
span.Bold-Italic-Superscript {
	font-weight : bold;
	font-style : italic;
	vertical-align : super;
	font-size: 0.70em;
}
span.Bold-Italic-Subscript {
	font-weight : bold;
	font-style : italic;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Bold-Italic-Small-Caps {
	font-weight : bold;
	font-style : italic;
	font-variant : small-caps;
}
span.Bold-Italic-All-Caps {
	font-weight : bold;
	font-style : italic;
	text-transform : uppercase;
}
span.Bold-Italic-Superscript-Underline {
	font-weight : bold;
	font-style : italic;
	text-decoration : underline;
	vertical-align : super;
	font-size: 0.70em;
}
span.Bold-Italic-Superscript-Small-Caps {
	font-weight : bold;
	font-style : italic;
	font-variant : small-caps;
	vertical-align : super;
	font-size: 0.70em;
}
span.Bold-Italic-Superscript-Small-Caps-Underline {
	font-weight : bold;
	font-style : italic;
	text-decoration : underline;
	font-variant : small-caps;
	vertical-align : super;
	font-size: 0.70em;
}
span.Bold-Italic-Superscript-All-Caps {
	font-weight : bold;
	font-style : italic;
	text-transform : uppercase;
	vertical-align : super;
	font-size: 0.70em;
}
span.Bold-Italic-Superscript-All-Caps-Underline {
	font-weight : bold;
	font-style : italic;
	text-decoration : underline;
	text-transform : uppercase;
	vertical-align : super;
	font-size: 0.70em;
}
span.Bold-Italic-Subscript-Underline {
	font-weight : bold;
	font-style : italic;
	text-decoration : underline;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Bold-Italic-Subscript-Small-Caps {
	font-weight : bold;
	font-style : italic;
	font-variant : small-caps;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Bold-Italic-Subscript-Small-Caps-Underline {
	font-weight : bold;
	font-style : italic;
	text-decoration : underline;
	font-variant : small-caps;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Bold-Italic-Subscript-All-Caps {
	font-weight : bold;
	font-style : italic;
	text-transform : uppercase;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Bold-Italic-Subscript-All-Caps-Underline {
	font-weight : bold;
	font-style : italic;
	text-decoration : underline;
	text-transform : uppercase;
	vertical-align : sub;
    font-size : 0.70em;
}
span.Bold-Italic-Small-Caps-Underline {
	font-weight : bold;
	font-style : italic;
	text-decoration : underline;
	font-variant : small-caps;
}
span.Bold-Italic-All-Caps-Underline {
	font-weight : bold;
	font-style : italic;
	text-decoration : underline;
	text-transform : uppercase;
}


/* Paragraph Styles - General */

p.Body-Text {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}

/* Body Text Alignment Variations */

p.Body-Text_Top_Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Top_Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Top_Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Top_Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : justify;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Middle_Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Middle_Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Middle_Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Middle_Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : justify;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Bottom_Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Bottom_Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Bottom_Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Bottom_Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : justify;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}

/* Body Text Alignment Variations Body First */

p.Body-Text_Body_First_Top_Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Body_First_Top_Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Body_First_Top_Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Body_First_Top_Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : justify;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Body_First_Middle_Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Body_First_Middle_Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Body_First_Middle_Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Body_First_Middle_Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : justify;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Body_First_Bottom_Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Body_First_Bottom_Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Body_First_Bottom_Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Body_First_Bottom_Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : justify;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}

/* Back to General Paragraph Styles */

p.No-Paragraph-Style {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0em;
	text-decoration : none;
	font-variant : normal;
	line-height : 0;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px; 
}
p.Body-Text-9 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text_Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Body-Text-indent {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 20px;
}
p.Body-Text-indent-2 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 40px;
}
p.Body-Text-indent-3 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 60px;
}
p.Body-Text-indent-4 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 80px;
}
p.Body-Text_indent-9-1 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 20px;
}
p.Body-Text_indent-9-2 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 40px;
}
p.Body-Text_indent-9-3 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 60px;
}
p.Body-Text_indent-9-4 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 80px;
}
p.Cover-Title_A1 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 2.5em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.07;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Cover-Title_A2 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 2.5em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.07;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Cover-Title_A3 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 2.5em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.07;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Cover-Title_B {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : italic;
	font-size : 1.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.09;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 6px 0px 0px 0px;
}
h1.Main-Title-1 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1.5em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.06;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 17px 0px;
	hyphens : none !important;
	page-break-before : always;	
}
h1.Main-Title-2 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1.5em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.06;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 14px 0px;
	hyphens : none !important;
}
h1.Main-Title-3 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 1.5em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.06;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 38px 0px;
	hyphens : none !important;
}
h1.Heading-1 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1.08em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 20px 0px 10px 0px;
}
h2.Heading-2 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 10px 0px 10px 0px;
}
h3.Heading-3 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 6px 0px 10px 0px;
}
h4.Heading-4 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 6px 0px 10px 0px;
}
h5.Heading-5 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 6px 0px 10px 0px;
}
h6.Heading-6 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 6px 0px 10px 0px;
}
h2.p2 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 10px 0px 10px 0px;
}
h3.p3 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 10px 0px 10px 0px;
}
h4.p4 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 6px 0px 10px 0px;
}
h5.p5 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 6px 0px 10px 0px;
}
h6.p6 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 6px 0px 10px 0px;
}
p.Tips-Heading {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1.10em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
h1.zzForeword {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1.33em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 17px 0px;
}
p.Foreword-Text {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
h1.Introduction {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1.33em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 17px 0px;
	page-break-before : always;	
}
p.List-Number {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.4em;
	margin : 0px 0px 10px 1.4em;
}
p.List-Number-2 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.4em;
	margin : 0px 0px 10px 2.8em;
}
p.List-Number-3 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.4em;
	margin : 0px 0px 10px 4.2em;
}
p.List-Number-4 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.4em;
	margin : 0px 0px 10px 5.6em;
}
p.List-Number-9-1 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.4em;
	margin : 0px 0px 10px 1.4em;
}
p.List-Number-9-2 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.4em;
	margin : 0px 0px 10px 2.8em;
}
p.List-Number-9-3 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.4em;
	margin : 0px 0px 10px 4.2em;
}
p.List-Number-9-4 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.4em;
	margin : 0px 0px 10px 5.6em;
}
p.List-Continue {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.5em;
	margin : 0px 0px 10px 1.5em;
}
p.List-Continue-2 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.5em;
	margin : 0px 0px 10px 3.0em;
}
p.List-Continue-3 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.5em;
	margin : 0px 0px 10px 4.5em;
}
p.List-Continue-4 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.5em;
	margin : 0px 0px 10px 6.0em;
}
p.List-Continue-9-1 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.5em;
	margin : 0px 0px 10px 1.5em;
}
p.List-Continue-9-2 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.5em;
	margin : 0px 0px 10px 3.0em;
}
p.List-Continue-9-3 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.5em;
	margin : 0px 0px 10px 4.5em;
}
p.List-Continue-9-4 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.5em;
	margin : 0px 0px 10px 6.0em;
}
p.Key-Title {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 10px 0px 3px 0px;
}
p.Key-Text {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 3px 0px;
}
p.Notice {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.TermNum {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 10px 0px 0px 0px;
}
p.Terms {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Definition {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Note {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 1px 0px 10px 0px;
}
p.Note-indent {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 1px 0px 10px 20px;
}
p.Note-8 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 1px 0px 10px 0px;
}
p.Example {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Example-indent {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 20px;
}
p.Example-8 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Formula {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 1.4em;
	margin : 0px 0px 10px 0px;
}
p.Footnote {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 10px 0px 0px 0px;
}
p.Code-10 {
	font-family : "Courier New", serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Code-9 {
	font-family : "Courier New", serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Code-8 {
	font-family : "Courier New", serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.67em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.RefNorm {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.dl {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -1.4em;
	margin : 0px 0px 10px 2.8em;
}
p.Dimension-100 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 6px 0px;
}
p.Figure-title {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 30px 0px;
}
p.Annex-Figure-title {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 30px 0px;
}
p.Figure-subtitle {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 0px 0px;
}
p.Figure-footnote {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 3px 0px;
}
p.Figure-footnote-Last {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
h1.ANNEX {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1.33em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 17px 0px;
	page-break-before : always;	
}
h1.ANNEX-No-Num {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1.33em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 17px 0px;
}
h2.a2 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1.08em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 20px 0px 10px 0px;
}
h3.a3 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 3px 0px 10px 0px;
}
h4.a4 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 6px 0px 10px 0px;
}
h5.a5 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 6px 0px 10px 0px;
}
h6.a6 {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 6px 0px 10px 0px;
}
h1.zzBiblio {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1.33em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 17px 0px;
	page-break-before : always;	
}
p.bibliography {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -2.6em;
	margin : 0px 0px 10px 2.6em;
}
p.Space-12 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.2;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.First-Paragraph-No-Space {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.01em;
	text-decoration : none;
	font-variant : normal;
	line-height : 0;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.TOC-Title {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1.33em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 17px 0px;
}
p.TOC-Level-One-Entry {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -34px;
	margin : 9px 0px 0px 34px;
}
p.TOC-Level-Two-Entry {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -34px;
	margin : 3px 0px 0px 68px;
}
p.TOC-Annex-Entry {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : -34px;
	margin : 6px 0px 0px 34px;
}
p.French-Publication-Year {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 3px 0px 0px 0px;
}
p.Copyright-Heading {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 1em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 0px 0px;
}
p.Copyright-Icon {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 3px 0px;
}
p.Copyright-Text {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 3px 0px;
}
p.Copyright-Text-Space-Above {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 3px 0px 0px 0px;
}
p.Copyright-Text-Indent {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 0px 30px;
}
p.Figure-Position {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.2;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 20px 0px 10px 0px;
}
p.End-of-Document {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 1em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.2;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.para-style-override-1 {
/* Used for centering the cover image */
    text-align : center;
}
p.Basic-Paragraph {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0em;
	text-decoration : none;
	font-variant : normal;
	line-height : 0;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px; 
}
p.ISO-std-ref-big { 

}
p.ISO-std-ref-medium {

}
p.ISO-std-ref-small {
    
}
p.ISO-std-ref-footer {
    
}


/* Paragraph Styles - General Table Text */

p.Table-title {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 6px 0px;
}
p.Annex-Table-title {
	font-family : Cambria, serif;
	font-weight : bold;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 10px 0px 6px 0px;
}
p.Table-footnote-9 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-footnote-8 {
    font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Position {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}
p.Table-Position-with-element {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 2px 0px 5px 0px;
}
p.Table-Position-Key {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px 0px 10px 0px;
}

/* Paragraph Styles - Table Text 11 */

p.Table-Text-11 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Top-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Top-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Top-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Top-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Middle-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Middle-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Middle-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Middle-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Bottom-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Bottom-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Bottom-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Bottom-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Body-First-Top-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Body-First-Top-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Body-First-Top-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Body-First-Top-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Body-First-Middle-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Body-First-Middle-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Body-First-Middle-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Body-First-Middle-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Body-First-Bottom-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Body-First-Bottom-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Body-First-Bottom-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-11-Body-First-Bottom-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.92em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}


/* Paragraph Styles - Table Text 10 */

p.Table-Text-10 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Top-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Top-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Top-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Top-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Middle-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Middle-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Middle-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Middle-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Bottom-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Bottom-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Bottom-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Bottom-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Body-First-Top-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Body-First-Top-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Body-First-Top-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Body-First-Top-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Body-First-Middle-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Body-First-Middle-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Body-First-Middle-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Body-First-Middle-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Body-First-Bottom-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Body-First-Bottom-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Body-First-Bottom-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-10-Body-First-Bottom-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.83em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}


/* Paragraph Styles - Table Text 9 */

p.Table-Text-9 {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Top-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Top-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Top-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Top-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Middle-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Middle-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Middle-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Middle-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Bottom-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Bottom-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Bottom-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Bottom-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Body-First-Top-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Body-First-Top-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Body-First-Top-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Body-First-Top-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Body-First-Middle-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Body-First-Middle-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Body-First-Middle-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Body-First-Middle-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Body-First-Bottom-Left {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Body-First-Bottom-Right {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : right;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Body-First-Bottom-Center {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}
p.Table-Text-9-Body-First-Bottom-Justify {
	font-family : Cambria, serif;
	font-weight : normal;
	font-style : normal;
	font-size : 0.75em;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.1;
	text-align : left;
	color : #000000;
	text-indent : 0px;
	margin : 0px;
}


/* Table Style - Table */

table.Table {
	border-collapse : collapse;
	border-style : solid;
	border-color : #000000;
	margin-top : 4px;
	margin-bottom : 4px;
	width : 100%;
	margin-left: auto;
    margin-right: auto;
	margin : 10px 0px 20px 0px;
}
table.TableInvisible {
	border-collapse : collapse;
	border-style : hidden;
	border-color : #000000;
	margin-top : 4px;
	margin-bottom : 4px;
	width : 100%;
	margin-left: auto;
    margin-right: auto;
	margin : 10px 0px 20px 0px;
}
td.Table {
	/*border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;*/
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
tr.Table {
	page-break-after:auto;
	page-break-before:auto;
}
td.Table_Table-head-top-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-top-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-top-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-bottom-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-bottom-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-bottom-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-single-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-single-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-single-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-top-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-top-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-top-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-bottom-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-bottom-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-bottom-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-single-left {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-single-center {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-single-right {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-foot {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:2px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:2px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:middle;
}
td.Table_Table-single-left {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-single-center {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-single-right {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-single-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-single-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-single-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-top-1col {
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-middle-1col {
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-head-bottom-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-top-1col {
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	border-top-color:#000000;
	border-top-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-middle-1col {
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table_Table-body-bottom-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-color:#000000;
	border-right-style:solid;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}


/* Table Style - Table-No-Borders */

table.Table-No-Borders {
	border-collapse : collapse;
	border-width : 0px;
	border-style : hidden;
	margin-top : 4px;
	margin-bottom : 0px;
	width : 100%;
	margin-left: auto;
    margin-right: auto;
    margin : 10px 0px 20px 0px;
}
td.Table-No-Borders {
	border-left-width:0px;
	border-left-style:solid;
	border-left-color:#000000;
	border-top-width:0px;
	border-top-style:solid;
	border-top-color:#000000;
	border-right-width:0px;
	border-right-style:solid;
	border-right-color:#000000;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	vertical-align:top;
}
tr.Table-No-Borders {
	page-break-after:auto;
	page-break-before:auto;
}
td.Table-No-Borders_Table-No-Borders-head-top-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-top-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-top-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-bottom-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-bottom-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-bottom-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-single-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-single-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-single-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-top-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-top-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-top-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-bottom-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-bottom-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-bottom-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-single-left {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-single-center {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-single-right {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-foot {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-single-left {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-single-center {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-single-right {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-single-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-single-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-single-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-top-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-middle-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-head-bottom-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-top-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-middle-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-No-Borders_Table-No-Borders-body-bottom-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}


/* Table Style - Table-Key */

table.Table-Key {
	border-collapse : collapse;
	border-width : 0px;
	border-style : hidden;
	margin-top : 4px;
	margin-bottom : 0px;
	width : 100%;
	margin-left: auto;
    margin-right: auto;
    margin : 10px 0px 10px 0px;
}
td.Table-Key {
	border-left-width:0px;
	border-left-style:solid;
	border-left-color:#000000;
	border-top-width:0px;
	border-top-style:solid;
	border-top-color:#000000;
	border-right-width:0px;
	border-right-style:solid;
	border-right-color:#000000;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	vertical-align:top;
}
tr.Table-Key {
	page-break-after:auto;
	page-break-before:auto;
}
td.Table-Key_Table-Key-head-top-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-top-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-top-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-bottom-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-bottom-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-bottom-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-single-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-single-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-single-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-top-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-top-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-top-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-bottom-left {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-bottom-center {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-bottom-right {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-single-left {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-single-center {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-single-right {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-foot {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-single-left {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-single-center {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-single-right {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-single-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-single-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-single-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-top-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-middle-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-head-bottom-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-top-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-middle-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}
td.Table-Key_Table-Key-body-bottom-1col {
    border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:0px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:top;
}


/* Table Styles - Copyright */

table.Copyright {
	border-collapse : collapse;
	border-width : 0px;
	border-style : hidden;
	margin-top : 0px;
	margin-bottom : 0px;
	width : 100%;
	margin-left: auto;
    margin-right: auto;
}
tr.Copyright {
}
td.Copyright {
}
td.Copyright_Icon {
    padding : 4px 4px 6px 0px;
    vertical-align: bottom;
    width : 3em;
}
td.Copyright_Head {
    padding : 4px 0px 4px 0px;
    vertical-align: bottom;
}
td.Copyright_Body {
    padding : 4px 0px 4px 0px;
    vertical-align: top;
}


/* Div Elements */

div.Cover {
    page-break-after : always;
}
div.Contents {
    page-break-after : always;
}
div.MainContent {
}
div.Copyright-Icon {
}
div.Tips-Box {
    margin : 40px 0px 0px 0px;
	padding : 9px 9px 0px 9px;
	border-style : solid;
	border-color : #000000;
	border-width : 1px 1px 1px 1px;
	page-break-inside:avoid;
}
div.Table_Regular {
	width : 100%;
	page-break-inside:avoid;
	margin : 10px 0px 10px 0px;
}
div.Figure {
}
div.Text-Frame {
	width : 100%;
	page-break-inside:avoid;
}
div.footnotes {
    border-top-style : solid;
    border-color : #000000;
    border-width : 2px 0px 0px 0px;
    margin-top : 18px;
}

/* MathType Alignments */

img.InlineEquation13 {
}
img.InlineEquation12 {
}
img.InlineEquation11 {
}
img.InlineEquation10 {
}
img.InlineEquation9 {
}
img.InlineEquation8 {
}
img.InlineEquation7 {
}
img.InlineEquation6 {
}
img.InlineEquation5 {
}
img.InlineEquation4 {
}
img.InlineEquation3 {
}
img.InlineEquation2 {
}
img.InlineEquation1 {
}