#info {height:400px;}
#wqralogo
{
	float:right;
}

#footer
{
	background-color:#EFEFEF;
}

#blueheading 
{
	height:30px;
	font-weight:bold;
	color:White;
	background-color: #4F81BD;
	}

#blueheadingbig 
{
	height:30px;
	font-weight:bold;
	color:White;
	background-color: #4F81BD;
	font-size:16.0pt;
}
	
#lightblueheading 
{
	height:30px;
	font-weight:bold;
	background-color: #DBE5F1;
	}
	
#blueborderheading 
{
	border-top:solid #4F81BD 1.0pt;
	border-left:solid #4F81BD 1.0pt;
	padding:2.0pt 0cm 0cm 2.0pt;	
	color:#4F81BD;
	}
	
#bluebottomborderheading 
{
	border-bottom:solid #4F81BD 1.0pt;
	padding:2.0pt 2.0pt 2.0pt 2.0pt;
	color:#4F81BD;
	}
	
	
a:visited
	{
		color:Blue;
	}
body {
	behavior:url("csshover.htc");
	padding: 0px;
	font-family:Helvetica, Tahoma;
	font-size:10.0pt;
margin-left:0;
margin-top:0;
	
}
	
* {
	font: normal Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
}

ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

ul {
	width: 150px;
	background: #4AA673;
	
	
}
ol{
	list-style-type: decimal;
	
}

ul.explain { 
	background-color: White;
	border-bottom: none;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	list-style-type: square ! important ;
	vertical-align:top;
	list-style: square;
}

li {
	position: relative;
	padding: 0px;
	z-index: 9;
	text-decoration:none;
}

li.folder	{
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 2px 0 4px 15px;
	background-color: #4AA673;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	text-decoration:none;
	width:175px;
}	

li.folder:hover {
	z-index: 10;
	background-color: #4F81BD;
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	color: #4F81BD;
	text-decoration:none;
}
li.folder:link {
	z-index: 10;
	background-color: #EFEFEF;
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	color: #4F81BD;
	text-decoration:none;
}
		
li.folder ul {
	position: absolute;
	display: none;
	left: 130px; /* IE */
	text-decoration: none;
	top: 5px;
}
				
li.folder>ul { 
	left: 130px;
}
		
ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 200px;
	background-color: #4F81BD;
	color: #4F81BD;
}

ul.level1 li.folder:hover li.level2 {
	display: block;
	width: 200px;
	background-color: #4F81BD;
	color: #4F81BD;
}

a {
	padding: 2px;
	width: 100%; /* IE */
}

li.a { 
	width: auto;
	text-decoration:none;
}

li a.submenu {
	background-color: #4AA673;
	padding-left: 10px;
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	display: block;
	border-bottom: 1px solid #FFF;
	padding-top: 3px;
	padding-bottom: 4px;
	text-decoration:none;
	list-style-type: none;
}

li a.submenu:hover {
	background-color: #4F81BD;
	padding-left: 10px;
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	display: block;
	border-bottom: 1px solid #FFF;
	padding-top: 3px;
	padding-bottom: 4px;
	text-decoration:none;
	list-style-type: none;
}
			

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html li.explain { 
	width: 202px;
}
/* End hide from IE5/mac */

a:link {
	color: Black;	
	text-decoration: none;
}

a:visited {
	color: Black;	
	
}

a:hover {
	color: #4F81BD;
	text-decoration: underline;
}

#link {
    font: 11px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 0px 0px 0px 20px;
	margin-top: 15px;
	text-decoration: none;
}

.indent
{
	padding-left: 20px;
	padding-bottom:10px;
}

.dotpoint
{
	display:list-item;
	padding-left: 20px;
	padding-bottom:10px;
}
.indotpoint
{
	display:list-item;
	padding-left: 20px;
	list-style-type:disc;
}
.odotpoint
{
	display:list-item;
	padding-left: 20px;
	list-style-type:decimal;
}

.intpoint
{	
	padding-left: 20px;
}

.arrowpoint
{
	padding-left: 20px;
}

.ullink
{
	text-decoration:none;
color: white;
}
.upstyle
{
	text-align: right;
	color:#4F81BD;
	font-size:8pt;
	font-weight:bold;
	
}

.upstyle a:link {
    text-align: right;
	color:#4F81BD;
	font-size:8pt;
	font-weight:bold;
	text-decoration: none;
}

.upstyle a:visited {
    text-align: right;
	color:#4F81BD;
	font-size:8pt;
	font-weight:bold;
	text-decoration: none;
}

.upstyle a:hover {
	text-decoration: underline;
}

.bluetable
{
	border:1px;
	border-width:medium;
	border-color:#4F81BD;
	outline-color:#4F81BD;
	border-style:solid;
	width:80%;	
}

.bluetablewide
{
	border:1px;
	border-width:medium;
	border-color:#4F81BD;
	outline-color:#4F81BD;
	border-style:solid;
	width:100%;	
}

.bluetr
{
	border-color:#4F81BD;
	border-style:solid;
	background-color:#4F81BD;
	color:White;
	font-weight:bold;
}

.tealtr
{
	border-color:#DBE5F1;
	border-style:solid;
	background-color:#DBE5F1;
	font-weight:bold;
}
.ulist
{
	padding-left: 20px;
	padding-bottom:10px;
	
}

div.container
{
width:99%;
margin:0px;
margin-left:0;
border:1px solid gray;
line-height:150%;
}
div.header,div.footer
{
padding:0.5em;
border-bottom:solid #4F81BD 1.0pt;
clear:left;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:150px;
margin:0;
}
div.content
{
margin-left:190px;
border-left:1px solid gray;
padding:1em;
}

.divnormal
{
	left:0px;
	margin-left:0px;
}
.divone
{
	left:20px;
	margin-left:20px;
}
.divtwo
{
	left:40px;
	margin-left:40px;
}

.divnormal a:hover
{
	color:#4F81BD;
	text-decoration: underline;
}
.divone a:hover
{
	color:#4F81BD;
	text-decoration: underline;
}
.divtwo a:hover
{
	color:#4F81BD;
	text-decoration: underline;
}
.smalltext
{
	font-size:smaller;
	color: #4F81BD;
}

.explain
{
	background-color: White;
	border-bottom: none;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 80%;
	list-style-type: square ! important ;
}










 /* Font Definitions */
 @font-face
	{font-family:Helvetica;
	panose-1:2 11 6 4 2 2 2 2 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-format:other;
	mso-font-pitch:variable;
	mso-font-signature:3 0 0 0 1 0;}
@font-face
	{font-family:Wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;
	mso-font-charset:2;
	mso-generic-font-family:auto;
	mso-font-pitch:variable;
	mso-font-signature:0 268435456 0 0 -2147483648 0;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}
@font-face
	{font-family:"Lucida Handwriting";
	panose-1:3 1 1 1 1 1 1 1 1 1;
	mso-font-charset:0;
	mso-generic-font-family:script;
	mso-font-pitch:variable;
	mso-font-signature:3 0 0 0 1 0;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	mso-font-signature:-1610611985 1073750139 0 0 159 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
h1
	{mso-style-link:" Char Char18";
	mso-style-next:Normal;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-indent:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:1;
	mso-list:l13 level1 lfo11;
	background:#4F81BD;
	border:none;
	mso-border-alt:solid #4F81BD 3.0pt;
	padding:0cm;
	mso-padding-alt:0cm 0cm 0cm 0cm;
	font-size:11.0pt;
	font-family:Calibri;
	color:white;
	text-transform:uppercase;
	letter-spacing:.75pt;
	mso-font-kerning:0pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
h2
	{mso-style-link:" Char Char17";
	mso-style-next:Normal;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-indent:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:2;
	mso-list:l13 level2 lfo11;
	background:#DBE5F1;
	border:none;
	mso-border-alt:solid #DBE5F1 3.0pt;
	padding:0cm;
	mso-padding-alt:0cm 0cm 0cm 0cm;
	font-size:11.0pt;
	font-family:Calibri;
	text-transform:uppercase;
	letter-spacing:.75pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:normal;}
h3
	{mso-style-link:" Char Char16";
	mso-style-next:Normal;
	margin-top:15.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-indent:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:3;
	mso-list:l13 level3 lfo11;
	border:none;
	mso-border-top-alt:solid #4F81BD .75pt;
	mso-border-left-alt:solid #4F81BD .75pt;
	padding:0cm;
	mso-padding-alt:2.0pt 0cm 0cm 2.0pt;
	font-size:11.0pt;
	font-family:Calibri;
	color:#243F60;
	text-transform:uppercase;
	letter-spacing:.75pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:normal;}
h4
	{mso-style-link:" Char Char15";
	mso-style-next:Normal;
	margin-top:15.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-indent:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:4;
	mso-list:l13 level4 lfo11;
	border:none;
	mso-border-top-alt:dotted #4F81BD .75pt;
	mso-border-left-alt:dotted #4F81BD .75pt;
	padding:0cm;
	mso-padding-alt:2.0pt 0cm 0cm 2.0pt;
	font-size:16.0pt;
	font-family:Calibri;
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:normal;}
h5
	{mso-style-link:" Char Char14";
	mso-style-next:Normal;
	margin-top:15.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-indent:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:5;
	mso-list:l13 level5 lfo11;
	border:none;
	mso-border-bottom-alt:solid #4F81BD .75pt;
	padding:0cm;
	mso-padding-alt:0cm 0cm 1.0pt 0cm;
	font-size:11.0pt;
	font-family:Calibri;
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:normal;}
h6
	{mso-style-link:" Char Char13";
	mso-style-next:Normal;
	margin-top:15.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-indent:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:6;
	mso-list:l13 level6 lfo11;
	border:none;
	mso-border-bottom-alt:dotted #4F81BD .75pt;
	padding:0cm;
	mso-padding-alt:0cm 0cm 1.0pt 0cm;
	font-size:11.0pt;
	font-family:Calibri;
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:normal;}
p.MsoHeading7, li.MsoHeading7, div.MsoHeading7
	{mso-style-link:" Char Char12";
	mso-style-next:Normal;
	margin-top:15.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-indent:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:7;
	mso-list:l13 level7 lfo11;
	font-size:11.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoHeading8, li.MsoHeading8, div.MsoHeading8
	{mso-style-link:" Char Char11";
	mso-style-next:Normal;
	margin-top:15.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-indent:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:8;
	mso-list:l13 level8 lfo11;
	font-size:9.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoHeading9, li.MsoHeading9, div.MsoHeading9
	{mso-style-link:" Char Char10";
	mso-style-next:Normal;
	margin-top:15.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-indent:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:9;
	mso-list:l13 level9 lfo11;
	font-size:9.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-style:italic;
	mso-bidi-font-style:normal;}
p.MsoToc1, li.MsoToc1, div.MsoToc1
	{mso-style-update:auto;
	mso-style-next:Normal;
	margin-top:6.0pt;
	margin-right:0cm;
	margin-bottom:6.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	text-transform:uppercase;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:bold;}
p.MsoToc2, li.MsoToc2, div.MsoToc2
	{mso-style-update:auto;
	mso-style-next:Normal;
	margin-top:6.0pt;
	margin-right:0cm;
	margin-bottom:6.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	text-transform:uppercase;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	mso-bidi-font-weight:bold;}
p.MsoToc3, li.MsoToc3, div.MsoToc3
	{mso-style-update:auto;
	mso-style-next:Normal;
	margin-top:0cm;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:11.9pt;
	margin-bottom:.0001pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoToc4, li.MsoToc4, div.MsoToc4
	{mso-style-update:auto;
	mso-style-next:Normal;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:24.0pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoToc5, li.MsoToc5, div.MsoToc5
	{mso-style-update:auto;
	mso-style-next:Normal;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:36.0pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoToc6, li.MsoToc6, div.MsoToc6
	{mso-style-update:auto;
	mso-style-next:Normal;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:48.0pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoToc7, li.MsoToc7, div.MsoToc7
	{mso-style-update:auto;
	mso-style-next:Normal;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:60.0pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoToc8, li.MsoToc8, div.MsoToc8
	{mso-style-update:auto;
	mso-style-next:Normal;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:72.0pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoToc9, li.MsoToc9, div.MsoToc9
	{mso-style-update:auto;
	mso-style-next:Normal;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:84.0pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
	{mso-style-noshow:yes;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoCommentText, li.MsoCommentText, div.MsoCommentText
	{mso-style-noshow:yes;
	mso-style-link:" Char Char5";
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoHeader, li.MsoHeader, div.MsoHeader
	{mso-style-link:" Char Char7";
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	tab-stops:center 216.0pt right 432.0pt;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoFooter, li.MsoFooter, div.MsoFooter
	{mso-style-link:" Char Char6";
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	tab-stops:center 216.0pt right 432.0pt;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoCaption, li.MsoCaption, div.MsoCaption
	{mso-style-link:" Char Char8";
	mso-style-next:Normal;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:8.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:#365F91;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:bold;}
span.MsoCommentReference
	{mso-style-noshow:yes;
	mso-ansi-font-size:8.0pt;
	mso-bidi-font-size:8.0pt;}
span.MsoEndnoteReference
	{mso-ansi-font-size:10.0pt;
	font-family:Calibri;
	mso-ascii-font-family:Calibri;
	mso-hansi-font-family:Calibri;
	text-decoration:none;
	text-line-through:none;
	vertical-align:baseline;}
p.MsoEndnoteText, li.MsoEndnoteText, div.MsoEndnoteText
	{mso-style-link:" Char Char1";
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoTitle, li.MsoTitle, div.MsoTitle
	{mso-style-link:" Char Char3";
	mso-style-next:Normal;
	margin-top:36.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:26.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:#4F81BD;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-font-kerning:14.0pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
	{margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	text-align:justify;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-GB;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoBodyTextIndent, li.MsoBodyTextIndent, div.MsoBodyTextIndent
	{margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:6.0pt;
	margin-left:14.15pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoSubtitle, li.MsoSubtitle, div.MsoSubtitle
	{mso-style-link:" Char Char";
	mso-style-next:Normal;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:50.0pt;
	margin-left:0cm;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:#595959;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoBodyText2, li.MsoBodyText2, div.MsoBodyText2
	{margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:6.0pt;
	margin-left:0cm;
	line-height:200%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.MsoBodyText3, li.MsoBodyText3, div.MsoBodyText3
	{mso-style-link:" Char Char2";
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:6.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-hyphenate:none;
	font-size:8.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
a:link, span.MsoHyperlink
	{color:blue;
	
	text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
	{color:blue;
	
	text-underline:single;}
em
	{mso-style-parent:"";
	color:#243F60;
	text-transform:uppercase;
	letter-spacing:.25pt;
	font-style:normal;}
p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject
	{mso-style-noshow:yes;
	mso-style-parent:"Comment Text";
	mso-style-link:" Char Char4";
	mso-style-next:"Comment Text";
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:bold;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
	{mso-style-noshow:yes;
	mso-style-link:" Char Char9";
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:8.0pt;
	font-family:Tahoma;
	mso-fareast-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.CharChar18
	{mso-style-name:" Char Char18";
	mso-style-locked:yes;
	mso-style-link:"Heading 1";
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	color:white;
	text-transform:uppercase;
	letter-spacing:.75pt;
	background:#4F81BD;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:bold;}
span.CharChar17
	{mso-style-name:" Char Char17";
	mso-style-locked:yes;
	mso-style-link:"Heading 2";
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	text-transform:uppercase;
	letter-spacing:.75pt;
	background:#DBE5F1;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.CharChar16
	{mso-style-name:" Char Char16";
	mso-style-locked:yes;
	mso-style-link:"Heading 3";
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	color:#243F60;
	text-transform:uppercase;
	letter-spacing:.75pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.CharChar15
	{mso-style-name:" Char Char15";
	mso-style-locked:yes;
	mso-style-link:"Heading 4";
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.CharChar14
	{mso-style-name:" Char Char14";
	mso-style-locked:yes;
	mso-style-link:"Heading 5";
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.CharChar13
	{mso-style-name:" Char Char13";
	mso-style-locked:yes;
	mso-style-link:"Heading 6";
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.CharChar12
	{mso-style-name:" Char Char12";
	mso-style-locked:yes;
	mso-style-link:"Heading 7";
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.CharChar10
	{mso-style-name:" Char Char10";
	mso-style-locked:yes;
	mso-style-link:"Heading 9";
	mso-ansi-font-size:9.0pt;
	mso-bidi-font-size:9.0pt;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-style:italic;
	mso-bidi-font-style:normal;}
span.CharChar8
	{mso-style-name:" Char Char8";
	mso-style-locked:yes;
	mso-style-link:Caption;
	mso-ansi-font-size:8.0pt;
	mso-bidi-font-size:8.0pt;
	color:#365F91;
	font-weight:bold;}
span.CharChar3
	{mso-style-name:" Char Char3";
	mso-style-locked:yes;
	mso-style-link:Title;
	mso-ansi-font-size:26.0pt;
	mso-bidi-font-size:26.0pt;
	color:#4F81BD;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-font-kerning:14.0pt;}
p.ListParagraph, li.ListParagraph, div.ListParagraph
	{mso-style-name:"List Paragraph";
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:36.0pt;
	mso-add-space:auto;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.ListParagraphCxSpFirst, li.ListParagraphCxSpFirst, div.ListParagraphCxSpFirst
	{mso-style-name:"List ParagraphCxSpFirst";
	mso-style-type:export-only;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:36.0pt;
	margin-bottom:.0001pt;
	mso-add-space:auto;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.ListParagraphCxSpMiddle, li.ListParagraphCxSpMiddle, div.ListParagraphCxSpMiddle
	{mso-style-name:"List ParagraphCxSpMiddle";
	mso-style-type:export-only;
	margin-top:0cm;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:36.0pt;
	margin-bottom:.0001pt;
	mso-add-space:auto;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.ListParagraphCxSpLast, li.ListParagraphCxSpLast, div.ListParagraphCxSpLast
	{mso-style-name:"List ParagraphCxSpLast";
	mso-style-type:export-only;
	margin-top:0cm;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:36.0pt;
	mso-add-space:auto;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.Style1, li.Style1, div.Style1
	{mso-style-name:Style1;
	mso-style-parent:"Heading 1";
	mso-style-link:"Style1 Char";
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:1;
	background:#4F81BD;
	border:none;
	mso-border-alt:solid #4F81BD 3.0pt;
	padding:0cm;
	mso-padding-alt:0cm 0cm 0cm 0cm;
	font-size:11.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:white;
	text-transform:uppercase;
	letter-spacing:.75pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:bold;}
span.Style1Char
	{mso-style-name:"Style1 Char";
	mso-style-locked:yes;
	mso-style-parent:" Char Char18";
	mso-style-link:Style1;
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	color:white;
	text-transform:uppercase;
	letter-spacing:.75pt;
	background:#4F81BD;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:bold;}
p.Style2, li.Style2, div.Style2
	{mso-style-name:Style2;
	mso-style-parent:"Heading 2";
	mso-style-link:"Style2 Char";
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:2;
	background:#DBE5F1;
	border:none;
	mso-border-alt:solid #DBE5F1 3.0pt;
	padding:0cm;
	mso-padding-alt:0cm 0cm 0cm 0cm;
	font-size:11.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	text-transform:uppercase;
	letter-spacing:.75pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.Style2Char
	{mso-style-name:"Style2 Char";
	mso-style-locked:yes;
	mso-style-parent:" Char Char17";
	mso-style-link:Style2;
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	text-transform:uppercase;
	letter-spacing:.75pt;
	background:#DBE5F1;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:bold;
	mso-bidi-font-weight:normal;}
p.Style3, li.Style3, div.Style3
	{mso-style-name:Style3;
	mso-style-parent:"Heading 3";
	mso-style-link:"Style3 Char";
	margin-top:15.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:3;
	border:none;
	mso-border-top-alt:solid #4F81BD .75pt;
	mso-border-left-alt:solid #4F81BD .75pt;
	padding:0cm;
	mso-padding-alt:2.0pt 0cm 0cm 2.0pt;
	font-size:11.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:#243F60;
	text-transform:uppercase;
	letter-spacing:.75pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.Style3Char
	{mso-style-name:"Style3 Char";
	mso-style-locked:yes;
	mso-style-parent:" Char Char16";
	mso-style-link:Style3;
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	color:#243F60;
	text-transform:uppercase;
	letter-spacing:.75pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:bold;
	mso-bidi-font-weight:normal;}
p.Style4, li.Style4, div.Style4
	{mso-style-name:Style4;
	mso-style-link:"Style4 Char";
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.Style4Char
	{mso-style-name:"Style4 Char";
	mso-style-locked:yes;
	mso-style-link:Style4;
	mso-ansi-font-size:12.0pt;
	mso-bidi-font-size:12.0pt;}
p.Style5, li.Style5, div.Style5
	{mso-style-name:Style5;
	mso-style-parent:"Heading 5";
	mso-style-link:"Style5 Char";
	margin-top:15.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:5;
	border:none;
	mso-border-bottom-alt:solid #4F81BD .75pt;
	padding:0cm;
	mso-padding-alt:0cm 0cm 1.0pt 0cm;
	font-size:11.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.Style5Char
	{mso-style-name:"Style5 Char";
	mso-style-locked:yes;
	mso-style-parent:" Char Char14";
	mso-style-link:Style5;
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-style:italic;
	mso-bidi-font-style:normal;}
p.Style6, li.Style6, div.Style6
	{mso-style-name:Style6;
	mso-style-parent:"Heading 6";
	mso-style-link:"Style6 Char";
	margin-top:15.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:6;
	border:none;
	mso-border-bottom-alt:dotted #4F81BD .75pt;
	padding:0cm;
	mso-padding-alt:0cm 0cm 1.0pt 0cm;
	font-size:11.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.Style6Char
	{mso-style-name:"Style6 Char";
	mso-style-locked:yes;
	mso-style-parent:" Char Char13";
	mso-style-link:Style6;
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-style:italic;
	mso-bidi-font-style:normal;}
p.Style7, li.Style7, div.Style7
	{mso-style-name:Style7;
	mso-style-parent:"Heading 7";
	mso-style-link:"Style7 Char";
	margin-top:15.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-outline-level:7;
	font-size:11.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.Style7Char
	{mso-style-name:"Style7 Char";
	mso-style-locked:yes;
	mso-style-parent:" Char Char12";
	mso-style-link:Style7;
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	color:#365F91;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-style:italic;
	mso-bidi-font-style:normal;}
span.CharChar2
	{mso-style-name:" Char Char2";
	mso-style-locked:yes;
	mso-style-link:"Body Text 3";
	mso-ansi-font-size:8.0pt;
	mso-bidi-font-size:8.0pt;
	font-family:Arial;
	mso-ascii-font-family:Arial;
	mso-hansi-font-family:Arial;
	mso-fareast-language:EN-US;}
p.CaptionFigure, li.CaptionFigure, div.CaptionFigure
	{mso-style-name:"Caption Figure";
	mso-style-link:"Caption Figure Char";
	margin-top:5.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-hyphenate:none;
	tab-stops:48.2pt;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.CaptionFigureChar
	{mso-style-name:"Caption Figure Char";
	mso-style-locked:yes;
	mso-style-link:"Caption Figure";
	font-family:Arial;
	mso-ascii-font-family:Arial;
	mso-hansi-font-family:Arial;
	mso-fareast-language:EN-US;}
p.CaptionTable, li.CaptionTable, div.CaptionTable
	{mso-style-name:"Caption Table";
	mso-style-parent:"Caption Figure";
	margin-top:5.0pt;
	margin-right:0cm;
	margin-bottom:5.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-hyphenate:none;
	tab-stops:48.2pt;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.CharChar7
	{mso-style-name:" Char Char7";
	mso-style-locked:yes;
	mso-style-link:Header;
	mso-ansi-font-size:12.0pt;
	mso-bidi-font-size:12.0pt;
	font-family:Arial;
	mso-ascii-font-family:Arial;
	mso-hansi-font-family:Arial;}
span.CharChar1
	{mso-style-name:" Char Char1";
	mso-style-locked:yes;
	mso-style-link:"Endnote Text";
	font-family:Arial;
	mso-ascii-font-family:Arial;
	mso-hansi-font-family:Arial;}
span.CharChar11
	{mso-style-name:" Char Char11";
	mso-style-locked:yes;
	mso-style-link:"Heading 8";
	mso-ansi-font-size:9.0pt;
	mso-bidi-font-size:9.0pt;
	text-transform:uppercase;
	letter-spacing:.5pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.CharChar
	{mso-style-name:" Char Char";
	mso-style-locked:yes;
	mso-style-link:Subtitle;
	mso-ansi-font-size:12.0pt;
	mso-bidi-font-size:12.0pt;
	color:#595959;
	text-transform:uppercase;
	letter-spacing:.5pt;}
p.NoSpacing, li.NoSpacing, div.NoSpacing
	{mso-style-name:"No Spacing";
	mso-style-link:"No Spacing Char";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.NoSpacingChar
	{mso-style-name:"No Spacing Char";
	mso-style-locked:yes;
	mso-style-link:"No Spacing";
	mso-ansi-font-size:10.0pt;
	mso-bidi-font-size:10.0pt;}
p.Quote, li.Quote, div.Quote
	{mso-style-name:Quote;
	mso-style-link:"Quote Char";
	mso-style-next:Normal;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-style:italic;}
span.QuoteChar
	{mso-style-name:"Quote Char";
	mso-style-locked:yes;
	mso-style-link:Quote;
	mso-ansi-font-size:10.0pt;
	mso-bidi-font-size:10.0pt;
	font-style:italic;}
p.IntenseQuote, li.IntenseQuote, div.IntenseQuote
	{mso-style-name:"Intense Quote";
	mso-style-link:"Intense Quote Char";
	mso-style-next:Normal;
	margin-top:10.0pt;
	margin-right:57.6pt;
	margin-bottom:0cm;
	margin-left:64.8pt;
	margin-bottom:.0001pt;
	text-align:justify;
	line-height:115%;
	mso-pagination:widow-orphan;
	border:none;
	mso-border-top-alt:solid #4F81BD .5pt;
	mso-border-left-alt:solid #4F81BD .5pt;
	padding:0cm;
	mso-padding-alt:10.0pt 0cm 0cm 10.0pt;
	font-size:10.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:#4F81BD;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-style:italic;}
span.IntenseQuoteChar
	{mso-style-name:"Intense Quote Char";
	mso-style-locked:yes;
	mso-style-link:"Intense Quote";
	mso-ansi-font-size:10.0pt;
	mso-bidi-font-size:10.0pt;
	color:#4F81BD;
	font-style:italic;}
span.SubtleEmphasis
	{mso-style-name:"Subtle Emphasis";
	mso-style-parent:"";
	color:#243F60;
	font-style:italic;}
span.IntenseEmphasis
	{mso-style-name:"Intense Emphasis";
	mso-style-parent:"";
	color:#243F60;
	text-transform:uppercase;
	letter-spacing:.5pt;
	font-weight:bold;}
span.SubtleReference
	{mso-style-name:"Subtle Reference";
	mso-style-parent:"";
	color:#4F81BD;
	font-weight:bold;}
span.IntenseReference
	{mso-style-name:"Intense Reference";
	mso-style-parent:"";
	color:#4F81BD;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;}
span.BookTitle
	{mso-style-name:"Book Title";
	mso-style-parent:"";
	letter-spacing:.45pt;
	font-weight:bold;
	font-style:italic;}
p.TOCHeading, li.TOCHeading, div.TOCHeading
	{mso-style-name:"TOC Heading";
	mso-style-noshow:yes;
	mso-style-parent:"Heading 1";
	mso-style-next:Normal;
	margin-top:10.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-indent:0cm;
	line-height:115%;
	mso-pagination:widow-orphan;
	mso-list:l13 level1 lfo11;
	background:#4F81BD;
	border:none;
	mso-border-alt:solid #4F81BD 3.0pt;
	padding:0cm;
	mso-padding-alt:0cm 0cm 0cm 0cm;
	font-size:11.0pt;
	font-family:Calibri;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:white;
	text-transform:uppercase;
	letter-spacing:.75pt;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:bold;}
span.CharChar6
	{mso-style-name:" Char Char6";
	mso-style-locked:yes;
	mso-style-link:Footer;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
p.Default, li.Default, div.Default
	{mso-style-name:Default;
	mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	mso-layout-grid-align:none;
	text-autospace:none;
	font-size:12.0pt;
	font-family:Arial;
	mso-fareast-font-family:"Times New Roman";
	color:black;}
span.CharChar9
	{mso-style-name:" Char Char9";
	mso-style-noshow:yes;
	mso-style-locked:yes;
	mso-style-link:"Balloon Text";
	mso-ansi-font-size:8.0pt;
	mso-bidi-font-size:8.0pt;
	font-family:Tahoma;
	mso-ascii-font-family:Tahoma;
	mso-hansi-font-family:Tahoma;
	mso-bidi-font-family:Tahoma;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.CharChar5
	{mso-style-name:" Char Char5";
	mso-style-noshow:yes;
	mso-style-locked:yes;
	mso-style-link:"Comment Text";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;}
span.CharChar4
	{mso-style-name:" Char Char4";
	mso-style-noshow:yes;
	mso-style-locked:yes;
	mso-style-parent:" Char Char5";
	mso-style-link:"Comment Subject";
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-US;
	mso-bidi-language:EN-US;
	font-weight:bold;}
p.ALGAEBODY, li.ALGAEBODY, div.ALGAEBODY
	{mso-style-name:"ALGAE BODY";
	mso-style-link:"ALGAE BODY Char";
	margin-top:0cm;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:36.0pt;
	margin-bottom:.0001pt;
	text-align:justify;
	line-height:150%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:Arial;
	mso-fareast-font-family:"Times New Roman";}
span.ALGAEBODYChar
	{mso-style-name:"ALGAE BODY Char";
	mso-style-locked:yes;
	mso-style-link:"ALGAE BODY";
	mso-ansi-font-size:11.0pt;
	mso-bidi-font-size:11.0pt;
	font-family:Arial;
	mso-ascii-font-family:Arial;
	mso-hansi-font-family:Arial;
	mso-bidi-font-family:Arial;}
p.ALGAE2Heading, li.ALGAE2Heading, div.ALGAE2Heading
	{mso-style-name:"ALGAE 2 Heading";
	mso-style-link:"ALGAE 2 Heading Char";
	margin-top:12.0pt;
	margin-right:0cm;
	margin-bottom:24.0pt;
	margin-left:56.0pt;
	text-indent:-18.0pt;
	line-height:150%;
	mso-pagination:widow-orphan;
	page-break-after:avoid;
	mso-outline-level:2;
	mso-list:l11 level1 lfo28;
	font-size:12.0pt;
	font-family:Arial;
	mso-fareast-font-family:"Times New Roman";
	color:#339966;
	text-transform:uppercase;
	font-weight:bold;
	mso-bidi-font-style:italic;}
span.ALGAE2HeadingChar
	{mso-style-name:"ALGAE 2 Heading Char";
	mso-style-locked:yes;
	mso-style-link:"ALGAE 2 Heading";
	mso-ansi-font-size:12.0pt;
	mso-bidi-font-size:12.0pt;
	font-family:Arial;
	mso-ascii-font-family:Arial;
	mso-hansi-font-family:Arial;
	mso-bidi-font-family:Arial;
	color:#339966;
	text-transform:uppercase;
	font-weight:bold;
	mso-bidi-font-style:italic;}
span.msoIns
	{mso-style-type:export-only;
	mso-style-name:"";
	text-decoration:underline;
	text-underline:single;
	color:teal;}
span.msoDel
	{mso-style-type:export-only;
	mso-style-name:"";
	text-decoration:line-through;
	color:red;}
 /* Page Definitions */
 @page
	{mso-footnote-separator:url("Chapter%206%20Incident%20management%20plans_files/header.html") fs;
	mso-footnote-continuation-separator:url("Chapter%206%20Incident%20management%20plans_files/header.html") fcs;
	mso-endnote-separator:url("Chapter%206%20Incident%20management%20plans_files/header.html") es;
	mso-endnote-continuation-separator:url("Chapter%206%20Incident%20management%20plans_files/header.html") ecs;
	mso-endnote-numbering-style:arabic;}
@page Section1
	{size:21.0cm 841.95pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:35.45pt;
	mso-footer-margin:1.0cm;
	mso-page-numbers:0;
	mso-title-page:yes;
	mso-paper-source:0;}
div.Section1
	{page:Section1;
	mso-endnote-numbering-style:arabic;}
@page Section2
	{size:21.0cm 841.95pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:35.45pt;
	mso-footer-margin:1.0cm;
	mso-page-numbers:0;
	mso-header:url("Chapter%206%20Incident%20management%20plans_files/header.html") h2;
	mso-footer:url("Chapter%206%20Incident%20management%20plans_files/header.html") f2;
	mso-paper-source:0;}
div.Section2
	{page:Section2;
	mso-endnote-numbering-style:arabic;}
@page Section3
	{size:841.95pt 21.0cm;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:35.45pt;
	mso-footer-margin:1.0cm;
	mso-header:url("Chapter%206%20Incident%20management%20plans_files/header.html") h3;
	mso-footer:url("Chapter%206%20Incident%20management%20plans_files/header.html") f2;
	mso-paper-source:0;}
div.Section3
	{page:Section3;
	mso-endnote-numbering-style:arabic;}
@page Section4
	{size:21.0cm 841.95pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:42.55pt;
	mso-footer-margin:51.05pt;
	mso-header:url("Chapter%206%20Incident%20management%20plans_files/header.html") h4;
	mso-footer:url("Chapter%206%20Incident%20management%20plans_files/header.html") f2;
	mso-paper-source:0;}
div.Section4
	{page:Section4;
	mso-endnote-numbering-style:arabic;}
@page Section5
	{size:21.0cm 841.95pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:42.55pt;
	mso-footer-margin:51.05pt;
	mso-header:url("Chapter%206%20Incident%20management%20plans_files/header.html") h4;
	mso-footer:url("Chapter%206%20Incident%20management%20plans_files/header.html") f2;
	mso-paper-source:0;}
div.Section5
	{page:Section5;
	mso-endnote-numbering-style:arabic;}
@page Section6
	{size:21.0cm 841.95pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:35.45pt;
	mso-footer-margin:51.05pt;
	mso-header:url("Chapter%206%20Incident%20management%20plans_files/header.html") h6;
	mso-footer:url("Chapter%206%20Incident%20management%20plans_files/header.html") f2;
	mso-paper-source:0;}
div.Section6
	{page:Section6;
	mso-endnote-numbering-style:arabic;}
@page Section7
	{size:21.0cm 841.95pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:35.45pt;
	mso-footer-margin:35.45pt;
	mso-header:url("Chapter%206%20Incident%20management%20plans_files/header.html") h7;
	mso-footer:url("Chapter%206%20Incident%20management%20plans_files/header.html") f7;
	mso-paper-source:0;}
div.Section7
	{page:Section7;}
@page Section8
	{size:21.0cm 841.95pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:35.45pt;
	mso-footer-margin:35.45pt;
	mso-header:url("Chapter%206%20Incident%20management%20plans_files/header.html") h7;
	mso-footer:url("Chapter%206%20Incident%20management%20plans_files/header.html") f7;
	mso-paper-source:0;}
div.Section8
	{page:Section8;}
@page Section9
	{size:21.0cm 841.95pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:35.45pt;
	mso-footer-margin:35.45pt;
	mso-header:url("Chapter%206%20Incident%20management%20plans_files/header.html") h9;
	mso-footer:url("Chapter%206%20Incident%20management%20plans_files/header.html") f9;
	mso-paper-source:0;}
div.Section9
	{page:Section9;}
@page Section10
	{size:841.95pt 21.0cm;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:35.45pt;
	mso-footer-margin:35.45pt;
	mso-header:url("Chapter%206%20Incident%20management%20plans_files/header.html") h9;
	mso-footer:url("Chapter%206%20Incident%20management%20plans_files/header.html") f9;
	mso-paper-source:0;}
div.Section10
	{page:Section10;}
@page Section11
	{size:21.0cm 841.95pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;
	mso-header-margin:35.45pt;
	mso-footer-margin:35.45pt;
	mso-header:url("Chapter%206%20Incident%20management%20plans_files/header.html") h11;
	mso-footer:url("Chapter%206%20Incident%20management%20plans_files/header.html") f11;
	mso-paper-source:0;}
div.Section11
	{page:Section11;
	mso-endnote-numbering-style:arabic;}
 /* List Definitions */
 @list l0
	{mso-list-id:121002949;
	mso-list-type:hybrid;
	mso-list-template-ids:1264881276 -1022225826 -1677326704 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
@list l0:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:36.0pt;
	mso-level-number-position:left;
	margin-left:32.4pt;
	text-indent:-14.4pt;
	font-family:Symbol;}
@list l0:level2
	{mso-level-start-at:0;
	mso-level-number-format:bullet;
	mso-level-text:-;
	mso-level-tab-stop:72.0pt;
	mso-level-number-position:left;
	text-indent:-18.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
@list l1
	{mso-list-id:156769971;
	mso-list-type:hybrid;
	mso-list-template-ids:1264881276 -1968801538 -1677326704 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
@list l1:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:64.8pt;
	mso-level-number-position:left;
	margin-left:64.8pt;
	text-indent:-21.6pt;
	font-family:Symbol;}
@list l1:level2
	{mso-level-start-at:0;
	mso-level-number-format:bullet;
	mso-level-text:-;
	mso-level-tab-stop:72.0pt;
	mso-level-number-position:left;
	text-indent:-18.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
@list l2
	{mso-list-id:190610818;
	mso-list-type:hybrid;
	mso-list-template-ids:-1912056468 37406920 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
@list l2:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:64.8pt;
	mso-level-number-position:left;
	margin-left:64.8pt;
	text-indent:-21.6pt;
	font-family:Symbol;}
@list l3
	{mso-list-id:293022076;
	mso-list-type:hybrid;
	mso-list-template-ids:1683396402 201916417 201916419 201916421 201916417 201916419 201916421 201916417 201916419 201916421;}
@list l3:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;
	font-family:Symbol;}
@list l4
	{mso-list-id:563486638;
	mso-list-type:hybrid;
	mso-list-template-ids:928253506 201916417 201916419 201916421 201916417 201916419 201916421 201916417 201916419 201916421;}
@list l4:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;
	font-family:Symbol;}
@list l5
	{mso-list-id:564032271;
	mso-list-type:hybrid;
	mso-list-template-ids:-1510585680 -1861713792 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
@list l5:level1
	{mso-level-number-format:image;
	list-style-image:url("Chapter%206%20Incident%20management%20plans_files/image002.gif");
	mso-level-text:\F0B7;
	mso-level-tab-stop:18.0pt;
	mso-level-number-position:left;
	margin-left:7.2pt;
	text-indent:-7.2pt;
	font-family:Symbol;
	color:windowtext;}
@list l6
	{mso-list-id:615134961;
	mso-list-type:hybrid;
	mso-list-template-ids:243170398 -1861713792 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
@list l6:level1
	{mso-level-number-format:image;
	list-style-image:url("Chapter%206%20Incident%20management%20plans_files/image002.gif");
	mso-level-text:\F0B7;
	mso-level-tab-stop:64.8pt;
	mso-level-number-position:left;
	margin-left:64.8pt;
	text-indent:-21.6pt;
	font-family:Symbol;
	color:windowtext;}
@list l7
	{mso-list-id:635062669;
	mso-list-type:hybrid;
	mso-list-template-ids:-560452678 -1861713792 201916419 201916421 201916417 201916419 201916421 201916417 201916419 201916421;}
@list l7:level1
	{mso-level-number-format:image;
	list-style-image:url("Chapter%206%20Incident%20management%20plans_files/image002.gif");
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;
	font-family:Symbol;
	color:windowtext;}
@list l8
	{mso-list-id:779298159;
	mso-list-type:hybrid;
	mso-list-template-ids:-162383992 201916417 201916419 201916421 201916417 201916419 201916421 201916417 201916419 201916421;}
@list l8:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;
	font-family:Symbol;}
@list l9
	{mso-list-id:808789569;
	mso-list-template-ids:-2042733450;}
@list l9:level1
	{mso-level-start-at:6;
	mso-level-suffix:space;
	mso-level-text:"Chapter %1";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l9:level2
	{mso-level-number-format:none;
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l9:level3
	{mso-level-number-format:none;
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l9:level4
	{mso-level-number-format:none;
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l9:level5
	{mso-level-number-format:none;
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l9:level6
	{mso-level-number-format:none;
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l9:level7
	{mso-level-number-format:none;
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l9:level8
	{mso-level-number-format:none;
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l9:level9
	{mso-level-number-format:none;
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l10
	{mso-list-id:870611788;
	mso-list-type:hybrid;
	mso-list-template-ids:440667704 201916417 201916419 201916421 201916417 201916419 201916421 201916417 201916419 201916421;}
@list l10:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;
	font-family:Symbol;}
@list l11
	{mso-list-id:926234122;
	mso-list-type:hybrid;
	mso-list-template-ids:-49763284 -1088918186 201916441 201916443 201916431 201916441 201916443 201916431 201916441 201916443;}
@list l11:level1
	{mso-level-style-link:"ALGAE 2 Heading";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:56.0pt;
	text-indent:-18.0pt;}
@list l12
	{mso-list-id:943339986;
	mso-list-type:simple;
	mso-list-template-ids:201916427;}
@list l12:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0D8;
	mso-level-tab-stop:18.0pt;
	mso-level-number-position:left;
	margin-left:18.0pt;
	text-indent:-18.0pt;
	font-family:Wingdings;}
@list l13
	{mso-list-id:1161971905;
	mso-list-template-ids:-1068330268;}
@list l13:level1
	{mso-level-start-at:6;
	mso-level-style-link:"Heading 1";
	mso-level-suffix:space;
	mso-level-text:"Chapter %1";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l13:level2
	{mso-level-number-format:none;
	mso-level-style-link:"Heading 2";
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l13:level3
	{mso-level-number-format:none;
	mso-level-style-link:"Heading 3";
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l13:level4
	{mso-level-number-format:none;
	mso-level-style-link:"Heading 4";
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l13:level5
	{mso-level-number-format:none;
	mso-level-style-link:"Heading 5";
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l13:level6
	{mso-level-number-format:none;
	mso-level-style-link:"Heading 6";
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l13:level7
	{mso-level-number-format:none;
	mso-level-style-link:"Heading 7";
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l13:level8
	{mso-level-number-format:none;
	mso-level-style-link:"Heading 8";
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l13:level9
	{mso-level-number-format:none;
	mso-level-style-link:"Heading 9";
	mso-level-suffix:none;
	mso-level-text:"";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:0cm;
	text-indent:0cm;}
@list l14
	{mso-list-id:1167943094;
	mso-list-type:simple;
	mso-list-template-ids:201916427;}
@list l14:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0D8;
	mso-level-tab-stop:18.0pt;
	mso-level-number-position:left;
	margin-left:18.0pt;
	text-indent:-18.0pt;
	font-family:Wingdings;}
@list l15
	{mso-list-id:1222519704;
	mso-list-type:simple;
	mso-list-template-ids:201916431;}
@list l15:level1
	{mso-level-tab-stop:18.0pt;
	mso-level-number-position:left;
	margin-left:18.0pt;
	text-indent:-18.0pt;}
@list l16
	{mso-list-id:1243105405;
	mso-list-type:simple;
	mso-list-template-ids:201916427;}
@list l16:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0D8;
	mso-level-tab-stop:18.0pt;
	mso-level-number-position:left;
	margin-left:18.0pt;
	text-indent:-18.0pt;
	font-family:Wingdings;}
@list l17
	{mso-list-id:1426342175;
	mso-list-type:hybrid;
	mso-list-template-ids:240308398 -1861713792 201916419 201916421 201916417 201916419 201916421 201916417 201916419 201916421;}
@list l17:level1
	{mso-level-number-format:image;
	list-style-image:url("Chapter%206%20Incident%20management%20plans_files/image002.gif");
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;
	font-family:Symbol;
	color:windowtext;}
@list l18
	{mso-list-id:1438329943;
	mso-list-type:hybrid;
	mso-list-template-ids:-1551739254 201916417 201916419 201916421 201916417 201916419 201916421 201916417 201916419 201916421;}
@list l18:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;
	font-family:Symbol;}
@list l19
	{mso-list-id:1439831041;
	mso-list-type:hybrid;
	mso-list-template-ids:1381296628 201916417 201916419 201916421 201916417 201916419 201916421 201916417 201916419 201916421;}
@list l19:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;
	font-family:Symbol;}
@list l20
	{mso-list-id:1611203827;
	mso-list-type:simple;
	mso-list-template-ids:201916427;}
@list l20:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0D8;
	mso-level-tab-stop:18.0pt;
	mso-level-number-position:left;
	margin-left:18.0pt;
	text-indent:-18.0pt;
	font-family:Wingdings;}
@list l21
	{mso-list-id:1617520797;
	mso-list-type:simple;
	mso-list-template-ids:-461189798;}
@list l21:level1
	{mso-level-tab-stop:18.0pt;
	mso-level-number-position:left;
	margin-left:18.0pt;
	text-indent:-18.0pt;
	font-family:"Times New Roman";
	color:windowtext;}
@list l22
	{mso-list-id:1645310415;
	mso-list-type:hybrid;
	mso-list-template-ids:-1178416248 201916417 201916419 201916421 201916417 201916419 201916421 201916417 201916419 201916421;}
@list l22:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;
	font-family:Symbol;}
@list l23
	{mso-list-id:1659841453;
	mso-list-type:hybrid;
	mso-list-template-ids:-1509890152 201916417 201916419 201916421 201916417 201916419 201916421 201916417 201916419 201916421;}
@list l23:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-18.0pt;
	font-family:Symbol;}
@list l24
	{mso-list-id:1822847573;
	mso-list-type:hybrid;
	mso-list-template-ids:-29320168 -1861713792 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
@list l24:level1
	{mso-level-number-format:image;
	list-style-image:url("Chapter%206%20Incident%20management%20plans_files/image002.gif");
	mso-level-text:\F0B7;
	mso-level-tab-stop:18.0pt;
	mso-level-number-position:left;
	margin-left:7.2pt;
	text-indent:-7.2pt;
	font-family:Symbol;
	color:windowtext;}
@list l25
	{mso-list-id:2052610576;
	mso-list-type:hybrid;
	mso-list-template-ids:143708540 1934642120 201916419 201916421 201916417 201916419 201916421 201916417 201916419 201916421;}
@list l25:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:107.2pt;
	mso-level-number-position:left;
	margin-left:107.2pt;
	text-indent:-14.2pt;
	mso-ansi-font-size:12.0pt;
	font-family:Symbol;}
@list l26
	{mso-list-id:2070881251;
	mso-list-type:hybrid;
	mso-list-template-ids:-126214772 1934642120 201916419 201916421 201916417 201916419 201916421 201916417 201916419 201916421;}
@list l26:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:89.2pt;
	mso-level-number-position:left;
	margin-left:89.2pt;
	text-indent:-14.2pt;
	mso-ansi-font-size:12.0pt;
	font-family:Symbol;}
ol
	{margin-bottom:0cm;}
ul
	{margin-bottom:0cm;}
