users@glassfish.java.net

RE: build and clean xml

From: Eve Pokua <gorgeous65_at_msn.com>
Date: Tue, 13 Oct 2009 15:20:21 +0100

 

 

Solution to this problem can be found at -

 

http://www.resc.rdg.ac.uk/trac/ncWMS/wiki/BuildInstructions

 

eve
 


From: gorgeous65_at_msn.com
To: users_at_glassfish.dev.java.net
Date: Mon, 12 Oct 2009 21:37:15 +0100
Subject: RE: build and clean xml



The problem I,m trying to resolve is this -
 
 
C:\jee\ENTERPRISE\nbproject\build-impl.xml:133: The libs.CopyLibs.classpath p
roperty is not set up.
This property must point to
org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part
of NetBeans IDE installation and is usually located at
<netbeans_installation>/java<version>/ant/extra folder.
Either open the project in the IDE and make sure CopyLibs library
exists or setup the property manually. For example like this:
 ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-c
opylibstask.jar
Total time: 0 seconds
C:\jee\ENTERPRISE>
 
 
Anyone, had any similar issue?
 
eve

 


Date: Mon, 12 Oct 2009 18:52:13 +0200
From: Sigal.Shaharabani_at_Teledata-Networks.com
To: users_at_glassfish.dev.java.net
Subject: RE: RE: build and clean xml




Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\li
b\tools.jar
 
Check your JRE installation, check the class path etc




From: Eve Pokua [mailto:gorgeous65_at_msn.com]
Sent: Monday, October 12, 2009 5:13 PM
To: glassfish users GFusers
Subject: RE: build and clean xml


C:\jee\ENTERPRISE>ant
Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\li
b\tools.jar
Buildfile: build.xml
pre-init:
init-private:
init-userdir:
init-user:
init-project:
do-init:
post-init:
init-check:
-init-taskdefs:
BUILD FAILED
C:\jee\ENTERPRISE\nbproject\build-impl.xml:133: The libs.CopyLibs.classpath p
roperty is not set up.
This property must point to
org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part
of NetBeans IDE installation and is usually located at
<netbeans_installation>/java<version>/ant/extra folder.
Either open the project in the IDE and make sure CopyLibs library
exists or setup the property manually. For example like this:
 ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-c
opylibstask.jar
Total time: 0 seconds
C:\jee\ENTERPRISE>
 
I am also trying to understand this article to help me resolve the problem -
 
http://www.rekk.de/bloggy/2008/adaptation-of-netbeans-ant-build-for-integration-copylibs-issue/
 
Thanking you in advance.
 
eve
 
 

 


Date: Mon, 12 Oct 2009 17:06:39 +0200
From: Sigal.Shaharabani_at_Teledata-Networks.com
To: users_at_glassfish.dev.java.net
Subject: RE: RE: build and clean xml




What command did you run to get this output?



From: Eve Pokua [mailto:gorgeous65_at_msn.com]
Sent: Monday, October 12, 2009 3:17 PM
To: glassfish users GFusers
Subject: RE: build and clean xml


Sigal,
 
This' the error I get when I try to use my application from another
PC-
 
BUILD FAILED
C:\jee\KAKENTERPRISE\nbproject\build-impl.xml:133: The libs.CopyLibs.classpath p
roperty is not set up.
This property must point to
org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part
of NetBeans IDE installation and is usually located at
<netbeans_installation>/java<version>/ant/extra folder.
Either open the project in the IDE and make sure CopyLibs library
exists or setup the property manually. For example like this:
 ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-c
opylibstask.jar
 
I built and ran it from netbeans. But to work around it I have to change something within
the build-impl.xml to stop coming out with the above errors.
 
ANy ideas, please.
 
eve


Date: Mon, 12 Oct 2009 10:21:36 +0200
From: Sigal.Shaharabani_at_Teledata-Networks.com
To: users_at_glassfish.dev.java.net
Subject: RE: RE: build and clean xml









You don't need to copy ant
Build.xml is the ant "commands" for your project, so if you don't have that file you can't use ant
If it's not in that directory, you're either not working in the correct directory for the project or there's something wrong with your project
 

P please consider the environment - do you really need to print this email?




From: Eve Pokua [mailto:gorgeous65_at_msn.com]
Sent: Sunday, October 11, 2009 8:26 PM
To: glassfish users GFusers
Subject: RE: build and clean xml
 
Sigal
 
So to use ant, I've to copy the ant directory to the root of my
project? I thought I've to add ant home to my environmental
variables. In the command line- get to my project directory ant call ant.
 
And it should do the job?
 
 
regards
 
eve
 



Date: Sun, 11 Oct 2009 14:54:56 +0200
From: Sigal.Shaharabani_at_Teledata-Networks.com
To: users_at_glassfish.dev.java.net
Subject: RE: RE: build and clean xml

I don't follow your explanation
I clean, build and deploy from command line whenever I want to
 
Did you make sure you have the ant files for the project your compiling in the directory where you executed the command? Because the error is:
C:\javaapp\ENTERPRISE>ant build
Buildfile: build.xml does not exist!
Build failed
 

P please consider the environment - do you really need to print this email?




From: Eve Pokua [mailto:gorgeous65_at_msn.com]
Sent: Sunday, October 11, 2009 11:56 AM
To: glassfish users GFusers
Subject: RE: build and clean xml
 
Hi,
 
Ant_home in my environmental variables together with other
java settings such as JEE-home and java-home is all set. That is
why ant reports the below error. I build, clean and deploy my application
within netbeans but when I copy to files to other PC's I get some
errors which I will post for your convenience tomorrow. So that's why
I have to find other means to clean and build and deploy my application
on other PCs. I have read about the error googleing and it seems I have
to change some settings for my build.xml and build_impl.xml which the
ant uses to clean, build and deploy my application. I will post of this tommorow.
 
Thanking you
 
eve
 



Date: Sun, 11 Oct 2009 10:31:01 +0200
From: Sigal.Shaharabani_at_Teledata-Networks.com
To: users_at_glassfish.dev.java.net
Subject: RE: build and clean xml

Are you sure you have the ant files in that directory?
 

P please consider the environment - do you really need to print this email?




From: Eve Pokua [mailto:gorgeous65_at_msn.com]
Sent: Wednesday, October 07, 2009 5:16 PM
To: glassfish users GFusers
Subject: RE: build and clean xml
 
Hello,
 
Ant
 
C:\glassfishv3\ant\bin;
C:\glassfishv3\ant;
 
is added to my path and I thought it should work but I get the following error:
 
C:\javaapp\ENTERPRISE>ant build
Buildfile: build.xml does not exist!
Build failed
C:\javaapp\ENTERPRISE>ant
Buildfile: build.xml does not exist!
Build failed
C:\java\ENTERPRISE>asadmin clean
Unknown command: clean
Command clean failed.
C:\javaapp\ENTERPRISE>asadmin build
Unknown command: build
Command build failed.
C:\javaapp\ENTERPRISE>ant deploy
Buildfile: build.xml does not exist!
Build failed
C:\javaapp\ENTERPRISE>ant
Buildfile: build.xml does not exist!
Build failed
C:\javaapp\ENTERPRISE>ant
Buildfile: build.xml does not exist!
Build failed
C:\javaapp\ENTERPRISE>

 



From: gorgeous65_at_msn.com
To: users_at_glassfish.dev.java.net
Date: Wed, 7 Oct 2009 14:13:22 +0100
Subject: build and clean xml

Hello everyone,
 
I am having to clean and build, deploy and ran my applications
without having to use netbeans. Is there any website
refering to this so I can learn to build my own build.xml or
should I just copy the build.xml and the dir bp-project that
comes with the tutorial?
 
Thanking you in advance
 
eve



View your other email accounts from your Hotmail inbox. Add them now.



View your other email accounts from your Hotmail inbox. Add them now.
 



New! Receive and respond to mail from other email accounts from within Hotmail Find out how.
 



Use Hotmail to send and receive mail from your different email accounts. Find out how.


Use Hotmail to send and receive mail from your different email accounts. Find out how.


Add other email accounts to Hotmail in 3 easy steps. Find out how.


Use Hotmail to send and receive mail from your different email accounts. Find out how. _________________________________________________________________ Learn how to add other email accounts to Hotmail in 3 easy steps. http://clk.atdmt.com/UKM/go/167688463/direct/01/
--_89dd91aa-305b-41e3-9ac2-154515b5be8f_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
&nbsp;<BR>
&nbsp;<BR>
Solution to this problem can&nbsp;be&nbsp;found at -<BR>
&nbsp;<BR>
<A href="http://www.resc.rdg.ac.uk/trac/ncWMS/wiki/BuildInstructions">http://www.resc.rdg.ac.uk/trac/ncWMS/wiki/BuildInstructions</A><BR>
&nbsp;<BR>
eve<BR>&nbsp;<BR>
<HR id=stopSpelling>
From: gorgeous65_at_msn.com<BR>To: users_at_glassfish.dev.java.net<BR>Date: Mon, 12 Oct 2009 21:37:15 +0100<BR>Subject: RE: build and clean xml<BR><BR>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>
The problem I,m trying to resolve is this -<BR>&nbsp;<BR><STRONG></STRONG>&nbsp;<BR><STRONG>C:\jee\ENTERPRISE\nbproject\build-impl.xml:133: The libs.CopyLibs.classpath p<BR>roperty is not set up.<BR>This property must point to<BR>org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part<BR>of NetBeans IDE installation and is usually located at<BR>&lt;netbeans_installation&gt;/java&lt;version&gt;/ant/extra folder.<BR>Either open the project in the IDE and make sure CopyLibs library<BR>exists or setup the property manually. For example like this:<BR>&nbsp;ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-c<BR>opylibstask.jar<BR>Total time: 0 seconds<BR>C:\jee\ENTERPRISE&gt;</STRONG><BR><STRONG></STRONG>&nbsp;<BR><STRONG></STRONG>&nbsp;<BR>Anyone, had any similar issue?<BR>&nbsp;<BR>eve<BR><BR><STRONG>&nbsp;</STRONG><BR>
<HR id=ecxstopSpelling>
Date: Mon, 12 Oct 2009 18:52:13 +0200<BR>From: Sigal.Shaharabani_at_Teledata-Networks.com<BR>To: users_at_glassfish.dev.java.net<BR>Subject: RE: RE: build and clean xml<BR><BR>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;}
.ExternalClass BODY.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>

<DIV><SPAN class=ecxecx128454916-12102009><FONT color=#ff0000 face="Courier New">Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\li<BR>b\tools.jar</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=ecxecx128454916-12102009></SPAN><FONT face="Courier New"><FONT color=#008080>C<SPAN class=ecxecx128454916-12102009>heck your JRE installation, check the class path etc</SPAN></FONT></FONT></DIV>
<DIV><BR></DIV>
<DIV dir=ltr lang=en-us class=ecxecxOutlookMessageHeader align=left>
<HR>
<FONT face=Tahoma><B>From:</B> Eve Pokua [mailto:gorgeous65_at_msn.com] <BR><B>Sent:</B> Monday, October 12, 2009 5:13 PM<BR><B>To:</B> glassfish users GFusers<BR><B>Subject:</B> RE: build and clean xml<BR></FONT><BR></DIV>
<DIV></DIV>C:\jee\ENTERPRISE&gt;ant<BR>Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\li<BR>b\tools.jar<BR>Buildfile: build.xml<BR>pre-init:<BR>init-private:<BR>init-userdir:<BR>init-user:<BR>init-project:<BR>do-init:<BR>post-init:<BR>init-check:<BR>-init-taskdefs:<BR>BUILD FAILED<BR>C:\jee\ENTERPRISE\nbproject\build-impl.xml:133: The libs.CopyLibs.classpath p<BR>roperty is not set up.<BR>This property must point to<BR>org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part<BR>of NetBeans IDE installation and is usually located at<BR>&lt;netbeans_installation&gt;/java&lt;version&gt;/ant/extra folder.<BR>Either open the project in the IDE and make sure CopyLibs library<BR>exists or setup the property manually. For example like this:<BR>&nbsp;ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-c<BR>opylibstask.jar<BR>Total time: 0 seconds<BR>C:\jee\ENTERPRISE&gt;<BR>&nbsp;<BR>I am also trying to understand this article to help me resolve the problem -<BR>&nbsp;<BR><A href="http://www.rekk.de/bloggy/2008/adaptation-of-netbeans-ant-build-for-integration-copylibs-issue/">http://www.rekk.de/bloggy/2008/adaptation-of-netbeans-ant-build-for-integration-copylibs-issue/</A><BR>&nbsp;<BR>Thanking you in advance.<BR>&nbsp;<BR>eve<BR>&nbsp;<BR>&nbsp;<BR><BR>&nbsp;<BR>
<HR id=ecxecxstopSpelling>
Date: Mon, 12 Oct 2009 17:06:39 +0200<BR>From: Sigal.Shaharabani_at_Teledata-Networks.com<BR>To: users_at_glassfish.dev.java.net<BR>Subject: RE: RE: build and clean xml<BR><BR>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;}
.ExternalClass BODY.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>

<DIV><SPAN class=ecxecxecx044080615-12102009><FONT color=#0000ff face=Arial>What command did you run to get this output?</FONT></SPAN></DIV><BR>
<DIV dir=ltr lang=en-us class=ecxecxecxOutlookMessageHeader align=left>
<HR>
<FONT face=Tahoma><B>From:</B> Eve Pokua [mailto:gorgeous65_at_msn.com] <BR><B>Sent:</B> Monday, October 12, 2009 3:17 PM<BR><B>To:</B> glassfish users GFusers<BR><B>Subject:</B> RE: build and clean xml<BR></FONT><BR></DIV>
<DIV></DIV>Sigal,<BR>&nbsp;<BR>This' the error I get when I try to use my application from another<BR>PC-<BR>&nbsp;<BR>BUILD FAILED<BR>C:\jee\KAKENTERPRISE\nbproject\build-impl.xml:133: The libs.CopyLibs.classpath p<BR>roperty is not set up.<BR>This property must point to<BR>org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part<BR>of NetBeans IDE installation and is usually located at<BR>&lt;netbeans_installation&gt;/java&lt;version&gt;/ant/extra folder.<BR>Either open the project in the IDE and make sure CopyLibs library<BR>exists or setup the property manually. For example like this:<BR>&nbsp;ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-c<BR>opylibstask.jar<BR>&nbsp;<BR>I built and ran it from netbeans. But to work around it I have to&nbsp;change something within<BR>the&nbsp;build-impl.xml to stop coming out&nbsp;with the above errors.&nbsp;<BR>&nbsp;<BR>ANy ideas, please.<BR>&nbsp;<BR>eve<BR>
<HR id=ecxecxecxstopSpelling>
Date: Mon, 12 Oct 2009 10:21:36 +0200<BR>From: Sigal.Shaharabani_at_Teledata-Networks.com<BR>To: users_at_glassfish.dev.java.net<BR>Subject: RE: RE: build and clean xml<BR><BR>
<STYLE>
.ExternalClass .ecxshape
{;}
</STYLE>

<STYLE>
</STYLE>

<STYLE>
@page Section1
{size:595.3pt 841.9pt;}
.ExternalClass P.ecxMsoNormal
{font-size:12pt;margin-bottom:0pt;font-family:'Times New Roman';}
.ExternalClass LI.ecxMsoNormal
{font-size:12pt;margin-bottom:0pt;font-family:'Times New Roman';}
.ExternalClass DIV.ecxMsoNormal
{font-size:12pt;margin-bottom:0pt;font-family:'Times New Roman';}
.ExternalClass A:link
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxMsoHyperlink
{color:blue;text-decoration:underline;}
.ExternalClass A:visited
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxMsoHyperlinkFollowed
{color:blue;text-decoration:underline;}
.ExternalClass P
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal1
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal1
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal1
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal2
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal2
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal2
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal3
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal3
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal3
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal4
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal4
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal4
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal5
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal5
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal5
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink1
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal6
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal6
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal6
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink2
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal7
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal7
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal7
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink3
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed1
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal8
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal8
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal8
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink4
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed2
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal9
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal9
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal9
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink5
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed3
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal1
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal10
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal10
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal10
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink6
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed4
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal2
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal2
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal2
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal11
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal11
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal11
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink7
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed5
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal3
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal3
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal3
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal12
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal12
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal12
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink8
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed6
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal4
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal4
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal4
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal11
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal11
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal11
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal13
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal13
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal13
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink9
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed7
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal5
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal5
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal5
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal12
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal12
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal12
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal14
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal14
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal14
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink10
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed8
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal6
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal6
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal6
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal13
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal13
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal13
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal15
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal15
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal15
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink11
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed9
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal7
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal7
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal7
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal14
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal14
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal14
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal21
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal21
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal21
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal16
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal16
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal16
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink12
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed10
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal8
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal8
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal8
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal15
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal15
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal15
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal22
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal22
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal22
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal17
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal17
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal17
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink13
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed11
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal9
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal9
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal9
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal16
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal16
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal16
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal23
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal23
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal23
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal18
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal18
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal18
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink14
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed12
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal10
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal10
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal10
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal17
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal17
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal17
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal24
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal24
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal24
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal31
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal31
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal31
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal19
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal19
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal19
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink15
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed13
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal18
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal18
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal18
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal19
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal19
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal19
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal25
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal25
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal25
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal32
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal32
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal32
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal20
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal20
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal20
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink16
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed14
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal20
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal20
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal20
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal110
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal110
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal110
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal26
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal26
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal26
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal33
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal33
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal33
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal21
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal21
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal21
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink17
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed15
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal27
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal27
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal27
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal111
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal111
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal111
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal28
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal28
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal28
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal34
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal34
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal34
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal41
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal41
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal41
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal22
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal22
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal22
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink18
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed16
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal29
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal29
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal29
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal112
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal112
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal112
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal210
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal210
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal210
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal35
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal35
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal35
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal42
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal42
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal42
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal23
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal23
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal23
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink19
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed17
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal30
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal30
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal30
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal113
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal113
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal113
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal211
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal211
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal211
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal36
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal36
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal36
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal43
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal43
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal43
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal24
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal24
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal24
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink20
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed18
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal37
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal37
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal37
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal114
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal114
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal114
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal212
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal212
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal212
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal38
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal38
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal38
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal44
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal44
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal44
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal51
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal51
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal51
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal25
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal25
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal25
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink21
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed19
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal39
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal39
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal39
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal115
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal115
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal115
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal213
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal213
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal213
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal310
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal310
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal310
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal45
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal45
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal45
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal52
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal52
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal52
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal26
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal26
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal26
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink22
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed20
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal40
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal40
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal40
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal116
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal116
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal116
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal214
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal214
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal214
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal311
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal311
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal311
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal46
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal46
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal46
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal53
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal53
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal53
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal27
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal27
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal27
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink23
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed21
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal47
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal47
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal47
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal117
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal117
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal117
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal215
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal215
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal215
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal312
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal312
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal312
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal48
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal48
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal48
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal54
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal54
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal54
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink11
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal28
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal28
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal28
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink24
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed22
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal49
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal49
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal49
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal118
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal118
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal118
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal216
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal216
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal216
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal313
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal313
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal313
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal410
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal410
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal410
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal55
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal55
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal55
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink12
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal61
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal61
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal61
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal29
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal29
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal29
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink25
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed23
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal50
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal50
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal50
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal119
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal119
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal119
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal217
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal217
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal217
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal314
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal314
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal314
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal411
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal411
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal411
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal56
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal56
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal56
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink13
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal62
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal62
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal62
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal30
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal30
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal30
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink26
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed24
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal57
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal57
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal57
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal120
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal120
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal120
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal218
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal218
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal218
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal315
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal315
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal315
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal412
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal412
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal412
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal58
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal58
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal58
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink14
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal63
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal63
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal63
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal31
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal31
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal31
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink27
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed25
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal59
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal59
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal59
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal121
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal121
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal121
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal219
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal219
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal219
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal316
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal316
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal316
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal413
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal413
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal413
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal510
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal510
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal510
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink15
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal64
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal64
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal64
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink21
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal32
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal32
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal32
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink28
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed26
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal60
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal60
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal60
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal122
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal122
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal122
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal220
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal220
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal220
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal317
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal317
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal317
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal414
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal414
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal414
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal511
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal511
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal511
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink16
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal65
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal65
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal65
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink22
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal71
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal71
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal71
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal33
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal33
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal33
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink29
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed27
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal66
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal66
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal66
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal123
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal123
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal123
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal221
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal221
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal221
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal318
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal318
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal318
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal415
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal415
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal415
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal512
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal512
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal512
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink17
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal67
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal67
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal67
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink23
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal72
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal72
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal72
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal34
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal34
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal34
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink30
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed28
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal68
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal68
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal68
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal124
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal124
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal124
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal222
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal222
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal222
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal319
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal319
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal319
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal416
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal416
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal416
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal513
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal513
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal513
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink18
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal69
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal69
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal69
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink24
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal73
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal73
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal73
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal35
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal35
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal35
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink31
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed29
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal70
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal70
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal70
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal125
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal125
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal125
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal223
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal223
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal223
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal320
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal320
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal320
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal417
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal417
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal417
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal514
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal514
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal514
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink19
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal610
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal610
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal610
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink25
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal74
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal74
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal74
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink31
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal36
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal36
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal36
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink32
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed30
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal75
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal75
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal75
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal126
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal126
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal126
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal224
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal224
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal224
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal321
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal321
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal321
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal418
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal418
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal418
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal515
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal515
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal515
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink110
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal611
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal611
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal611
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink26
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal76
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal76
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal76
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink32
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed11
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal37
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal37
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal37
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink33
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed31
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal77
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal77
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal77
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal127
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal127
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal127
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal225
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal225
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal225
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal322
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal322
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal322
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal419
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal419
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal419
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal516
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal516
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal516
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink111
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal612
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal612
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal612
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink27
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal78
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal78
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal78
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink33
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed12
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal81
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal81
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal81
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal38
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal38
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal38
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink34
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed32
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal79
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal79
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal79
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal128
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal128
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal128
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal226
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal226
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal226
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal323
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal323
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal323
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal420
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal420
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal420
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal517
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal517
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal517
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink112
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal613
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal613
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal613
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink28
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal710
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal710
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal710
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink34
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed13
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal82
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal82
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal82
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal39
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal39
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal39
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink35
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed33
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal80
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal80
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal80
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal129
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal129
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal129
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal227
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal227
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal227
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal324
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal324
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal324
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal421
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal421
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal421
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal518
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal518
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal518
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink113
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal614
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal614
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal614
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink29
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal711
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal711
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal711
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink35
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed14
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal83
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal83
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal83
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal40
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal40
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal40
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink36
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed34
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal84
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal84
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal84
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal130
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal130
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal130
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal228
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal228
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal228
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal325
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal325
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal325
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal422
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal422
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal422
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal519
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal519
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal519
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink114
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal615
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal615
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal615
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink210
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal712
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal712
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal712
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink36
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed15
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal85
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal85
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal85
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink41
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal41
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal41
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal41
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink37
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed35
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal86
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal86
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal86
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal131
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal131
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal131
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal229
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal229
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal229
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal326
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal326
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal326
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal423
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal423
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal423
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal520
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal520
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal520
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink115
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal616
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal616
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal616
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink211
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal713
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal713
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal713
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink37
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed16
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal87
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal87
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal87
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink42
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed21
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal42
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal42
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal42
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink38
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed36
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal88
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal88
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal88
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal132
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal132
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal132
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal230
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal230
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal230
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal327
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal327
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal327
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal424
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal424
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal424
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal521
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal521
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal521
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink116
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal617
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal617
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal617
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink212
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal714
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal714
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal714
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink38
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed17
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal89
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal89
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal89
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink43
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed22
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal91
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal91
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal91
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal43
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal43
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal43
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink39
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed37
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal90
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal90
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal90
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal133
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal133
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal133
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal231
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal231
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal231
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal328
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal328
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal328
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal425
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal425
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal425
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal522
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal522
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal522
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink117
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal618
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal618
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal618
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink213
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal715
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal715
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal715
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink39
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed18
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal810
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal810
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal810
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink44
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed23
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal92
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal92
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal92
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal44
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal44
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal44
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink40
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed38
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal93
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal93
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal93
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal134
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal134
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal134
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal232
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal232
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal232
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal329
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal329
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal329
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal426
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal426
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal426
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal523
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal523
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal523
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink118
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal619
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal619
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal619
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink214
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal716
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal716
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal716
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink310
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed19
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal811
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal811
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal811
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink45
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed24
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal94
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal94
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal94
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal45
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal45
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal45
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink41
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed39
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal95
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal95
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal95
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal135
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal135
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal135
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal233
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal233
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal233
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal330
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal330
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal330
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal427
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal427
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal427
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal524
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal524
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal524
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink119
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal620
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal620
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal620
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink215
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal717
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal717
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal717
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink311
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed110
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal812
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal812
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal812
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink46
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed25
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal96
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal96
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal96
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink51
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal46
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal46
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal46
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink42
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed40
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal97
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal97
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal97
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal136
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal136
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal136
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal234
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal234
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal234
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal331
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal331
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal331
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal428
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal428
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal428
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal525
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal525
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal525
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink120
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal621
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal621
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal621
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink216
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal718
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal718
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal718
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink312
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed111
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal813
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal813
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal813
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink47
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed26
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal98
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal98
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal98
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink52
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed31
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal47
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal47
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal47
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink43
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed41
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal99
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal99
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal99
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal137
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal137
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal137
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal235
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal235
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal235
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal332
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal332
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal332
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal429
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal429
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal429
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal526
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal526
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal526
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink121
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal622
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal622
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal622
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink217
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal719
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal719
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal719
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink313
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed112
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal814
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal814
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal814
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink48
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed27
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal910
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal910
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal910
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink53
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed32
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1811
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxmsonormal48
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal48
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal48
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink44
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed42
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal100
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal100
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal100
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal138
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal138
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal138
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal236
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal236
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal236
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal333
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal333
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal333
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal430
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal430
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal430
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal527
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal527
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal527
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink122
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal623
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal623
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal623
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink218
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal720
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal720
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal720
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink314
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed113
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal815
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal815
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal815
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink49
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed28
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal911
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal911
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal911
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink54
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed33
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1812
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal101
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal101
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal101
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal49
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal49
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal49
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink45
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed43
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal102
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal102
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal102
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal139
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal139
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal139
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal237
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal237
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal237
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal334
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal334
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal334
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal431
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal431
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal431
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal528
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal528
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal528
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink123
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal624
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal624
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal624
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink219
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal721
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal721
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal721
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink315
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed114
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal816
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal816
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal816
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink410
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed29
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal912
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal912
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal912
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink55
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed34
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1813
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal103
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal103
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal103
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal50
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal50
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal50
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink46
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed44
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal104
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal104
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal104
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal140
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal140
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal140
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal238
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal238
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal238
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal335
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal335
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal335
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal432
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal432
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal432
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal529
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal529
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal529
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink124
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal625
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal625
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal625
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink220
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal722
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal722
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal722
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink316
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed115
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal817
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal817
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal817
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink411
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed210
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal913
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal913
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal913
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink56
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed35
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1814
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal105
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal105
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal105
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal51
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal51
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal51
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink47
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed45
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal106
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal106
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal106
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal141
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal141
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal141
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal239
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal239
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal239
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal336
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal336
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal336
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal433
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal433
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal433
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal530
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal530
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal530
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink125
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal626
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal626
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal626
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink221
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal723
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal723
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal723
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink317
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed116
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal818
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal818
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal818
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink412
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed211
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal914
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal914
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal914
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink57
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed36
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1815
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal107
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal107
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal107
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink61
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal52
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal52
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal52
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink48
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed46
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal108
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal108
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal108
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal142
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal142
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal142
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal240
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal240
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal240
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal337
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal337
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal337
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal434
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal434
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal434
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal531
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal531
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal531
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink126
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal627
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal627
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal627
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink222
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal724
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal724
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal724
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink318
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed117
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal819
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal819
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal819
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink413
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed212
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal915
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal915
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal915
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink58
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed37
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1816
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal109
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal109
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal109
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink62
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed41
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal53
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal53
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal53
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink49
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed47
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal143
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal143
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal143
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal144
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal144
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal144
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal241
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal241
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal241
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal338
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal338
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal338
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal435
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal435
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal435
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal532
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal532
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal532
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink127
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal628
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal628
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal628
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink223
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal725
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal725
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal725
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink319
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed118
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal820
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal820
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal820
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink414
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed213
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal916
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal916
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal916
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink59
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed38
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1817
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1010
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1010
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1010
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink63
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed42
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1821
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxmsonormal54
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal54
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal54
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink50
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed48
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal145
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal145
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal145
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal146
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal146
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal146
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal242
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal242
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal242
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal339
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal339
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal339
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal436
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal436
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal436
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal533
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal533
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal533
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink128
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal629
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal629
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal629
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink224
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal726
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal726
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal726
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink320
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed119
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal821
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal821
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal821
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink415
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed214
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal917
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal917
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal917
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink510
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed39
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1818
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1011
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1011
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1011
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink64
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed43
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1822
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1110
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1110
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1110
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal55
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal55
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal55
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink51
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed49
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal147
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal147
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal147
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal148
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal148
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal148
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal243
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal243
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal243
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal340
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal340
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal340
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal437
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal437
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal437
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal534
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal534
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal534
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink129
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal630
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal630
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal630
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink225
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal727
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal727
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal727
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink321
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed120
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal822
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal822
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal822
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink416
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed215
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal918
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal918
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal918
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink511
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed310
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1819
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1012
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1012
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1012
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink65
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed44
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1823
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1111
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1111
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1111
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal56
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal56
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal56
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink52
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed50
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal149
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal149
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal149
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal150
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal150
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal150
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal244
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal244
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal244
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal341
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal341
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal341
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal438
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal438
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal438
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal535
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal535
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal535
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink130
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal631
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal631
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal631
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink226
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal728
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal728
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal728
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink322
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed121
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal823
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal823
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal823
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink417
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed216
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal919
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal919
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal919
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink512
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed311
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle18110
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1013
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1013
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1013
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink66
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed45
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1824
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1112
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1112
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1112
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxmsonormal57
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal57
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal57
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink53
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed51
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal151
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal151
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal151
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal152
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal152
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal152
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal245
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal245
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal245
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal342
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal342
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal342
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal439
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal439
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal439
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal536
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal536
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal536
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink131
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal632
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal632
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal632
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink227
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal729
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal729
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal729
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink323
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed122
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal824
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal824
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal824
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink418
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed217
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal920
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal920
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal920
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink513
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed312
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle18111
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1014
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1014
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1014
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink67
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed46
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1825
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1113
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1113
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1113
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink71
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal58
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal58
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal58
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink54
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed52
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal153
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal153
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal153
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal154
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal154
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal154
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal246
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal246
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal246
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal343
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal343
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal343
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal440
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal440
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal440
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal537
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal537
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal537
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink132
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal633
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal633
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal633
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink228
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal730
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal730
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal730
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink324
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed123
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal825
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal825
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal825
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink419
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed218
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal921
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal921
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal921
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink514
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed313
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle18112
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1015
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1015
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1015
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink68
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed47
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1826
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1114
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1114
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1114
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink72
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed51
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxmsonormal59
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal59
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal59
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink55
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed53
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal155
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal155
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal155
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal156
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal156
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal156
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal247
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal247
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal247
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal344
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal344
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal344
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal441
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal441
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal441
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal538
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal538
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal538
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink133
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal634
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal634
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal634
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink229
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal731
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal731
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal731
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink325
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed124
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal826
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal826
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal826
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink420
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed219
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal922
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal922
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal922
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink515
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed314
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle18113
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1016
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1016
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1016
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink69
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed48
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1827
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1115
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1115
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1115
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink73
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed52
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1831
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxmsonormal60
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal60
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal60
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink56
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed54
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal157
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal157
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal157
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal158
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal158
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal158
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal248
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal248
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal248
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal345
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal345
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal345
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal442
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal442
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal442
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal539
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal539
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal539
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink134
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal635
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal635
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal635
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink230
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal732
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal732
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal732
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink326
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed125
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal827
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal827
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal827
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink421
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed220
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal923
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal923
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal923
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink516
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed315
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle18114
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1017
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1017
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1017
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink610
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed49
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1828
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1116
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1116
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1116
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink74
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed53
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1832
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass SPAN.ecxecxemailstyle491
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxmsonormal61
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal61
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal61
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink57
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed55
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal159
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal159
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal159
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal160
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal160
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal160
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal249
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal249
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal249
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal346
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal346
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal346
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal443
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal443
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal443
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal540
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal540
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal540
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink135
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal636
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal636
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal636
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink231
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal733
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal733
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal733
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink327
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed126
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal828
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal828
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal828
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink422
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed221
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal924
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal924
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal924
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink517
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed316
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle18115
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1018
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1018
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1018
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink611
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed410
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1829
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1117
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1117
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1117
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink75
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed54
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1833
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass SPAN.ecxecxemailstyle492
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxmsonormal62
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxmsonormal62
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxmsonormal62
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxmsohyperlink58
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxmsohyperlinkfollowed56
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal161
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal161
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal161
{font-size:12pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal162
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal162
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal162
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal250
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal250
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal250
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal347
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal347
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal347
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal444
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal444
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal444
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass P.ecxecxecxmsonormal541
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal541
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal541
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink136
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal637
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal637
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal637
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink232
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal734
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal734
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal734
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink328
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed127
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal829
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal829
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal829
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink423
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed222
{color:blue;text-decoration:underline;}
.ExternalClass P.ecxecxecxmsonormal925
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal925
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal925
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink518
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed317
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle18116
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1019
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1019
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1019
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink612
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed411
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle18210
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass P.ecxecxecxmsonormal1118
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass LI.ecxecxecxmsonormal1118
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass DIV.ecxecxecxmsonormal1118
{font-size:12pt;margin-bottom:0pt;margin-left:0cm;margin-right:0cm;font-family:'Times New Roman';}
.ExternalClass SPAN.ecxecxecxmsohyperlink76
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxmsohyperlinkfollowed55
{color:blue;text-decoration:underline;}
.ExternalClass SPAN.ecxecxecxemailstyle1834
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass SPAN.ecxecxemailstyle493
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass SPAN.ecxEmailStyle901
{font-weight:normal;color:teal;font-style:normal;font-family:'Courier New';text-decoration:none;}
.ExternalClass DIV.ecxSection1
{page:Section1;}
</STYLE>

<DIV dir=rtl class=ecxecxecxecxSection1>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=teal face="Courier New"><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: teal; FONT-SIZE: 10pt">You don't need to copy ant</SPAN></FONT></P>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=teal face="Courier New"><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: teal; FONT-SIZE: 10pt">Build.xml is the ant "commands" for your project, so if you don't have that file you can't use ant</SPAN></FONT></P>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=teal face="Courier New"><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: teal; FONT-SIZE: 10pt">If it's not in that directory, you're either not working in the correct directory for the project or there's something wrong with your project</SPAN></FONT></P>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=teal face="Courier New"><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: teal; FONT-SIZE: 10pt"></SPAN></FONT>&nbsp;</P>
<DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=#007f00 size=5 face=Webdings><SPAN style="FONT-FAMILY: Webdings; COLOR: #007f00; FONT-SIZE: 18pt">P</SPAN></FONT><FONT color=teal><SPAN style="COLOR: teal"> </SPAN></FONT><FONT color=#007f00 size=1 face=Arial><SPAN style="FONT-FAMILY: Arial; COLOR: #007f00; FONT-SIZE: 7.5pt">please consider the environment - do you really need to print this email?</SPAN></FONT><FONT color=teal face=Arial><SPAN style="FONT-FAMILY: Arial; COLOR: teal">&nbsp;</SPAN></FONT><FONT color=teal><SPAN style="COLOR: teal">&nbsp;</SPAN></FONT></P></DIV>
<DIV>
<DIV style="TEXT-ALIGN: center" dir=ltr class=ecxecxecxecxMsoNormal align=center><FONT size=3 face="Times New Roman"><SPAN style="FONT-SIZE: 12pt">
<HR align=center SIZE=2 width="100%">
</SPAN></FONT></DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><B><FONT size=2 face=Tahoma><SPAN style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt; FONT-WEIGHT: bold">From:</SPAN></FONT></B><FONT size=2 face=Tahoma><SPAN style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt"> Eve Pokua [mailto:gorgeous65_at_msn.com] <BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Sunday, October 11, 2009 8:26 PM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> glassfish users GFusers<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: build and clean xml</SPAN></FONT></P></DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT size=3 face="Times New Roman"><SPAN style="FONT-SIZE: 12pt"></SPAN></FONT>&nbsp;</P>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">Sigal<BR>&nbsp;<BR>So to use ant,&nbsp;I've to copy the ant directory to the root of my <BR>project?&nbsp; I thought I've to add&nbsp; ant home to my environmental<BR>variables. In the command line-&nbsp;get to my project directory ant call&nbsp;ant.<BR>&nbsp;<BR>And it should&nbsp; do the job?<BR>&nbsp;<BR>&nbsp;<BR>regards<BR>&nbsp;<BR>eve<BR>&nbsp;</SPAN></FONT></P>
<DIV style="TEXT-ALIGN: center" dir=ltr class=ecxecxecxecxMsoNormal align=center><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">
<HR id=ecxecxecxecxstopSpelling align=center SIZE=2 width="100%">
</SPAN></FONT></DIV>
<P style="MARGIN-BOTTOM: 12pt" dir=ltr class=ecxecxecxecxMsoNormal><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">Date: Sun, 11 Oct 2009 14:54:56 +0200<BR>From: Sigal.Shaharabani_at_Teledata-Networks.com<BR>To: users_at_glassfish.dev.java.net<BR>Subject: RE: RE: build and clean xml</SPAN></FONT></P>
<DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=teal size=2 face="Courier New"><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: teal; FONT-SIZE: 10pt">I don't follow your explanation</SPAN></FONT><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT></P>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=teal size=2 face="Courier New"><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: teal; FONT-SIZE: 10pt">I clean, build and deploy from command line whenever I want to</SPAN></FONT><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT></P>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=teal size=2 face="Courier New"><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: teal; FONT-SIZE: 10pt"></SPAN></FONT><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT>&nbsp;</P>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=teal size=2 face="Courier New"><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: teal; FONT-SIZE: 10pt">Did you make sure you have the ant files for the project your compiling in the directory where you executed the command? Because the error is:</SPAN></FONT><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT></P>
<P style="MARGIN-BOTTOM: 12pt" dir=ltr class=ecxecxecxecxMsoNormal><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">C:\javaapp\ENTERPRISE&gt;ant build<BR>Buildfile: build.xml does not exist!<BR>Build failed</SPAN></FONT></P>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=teal size=2 face="Courier New"><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: teal; FONT-SIZE: 10pt"></SPAN></FONT><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT>&nbsp;</P>
<DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=#007f00 size=5 face=Webdings><SPAN style="FONT-FAMILY: Webdings; COLOR: #007f00; FONT-SIZE: 18pt">P</SPAN></FONT><FONT color=teal size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; COLOR: teal; FONT-SIZE: 10pt"> </SPAN></FONT><FONT color=#007f00 size=1 face=Arial><SPAN style="FONT-FAMILY: Arial; COLOR: #007f00; FONT-SIZE: 7.5pt">please consider the environment - do you really need to print this email?</SPAN></FONT><FONT color=teal size=2 face=Arial><SPAN style="FONT-FAMILY: Arial; COLOR: teal; FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT color=teal size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; COLOR: teal; FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT></P></DIV>
<DIV>
<DIV style="TEXT-ALIGN: center" dir=ltr class=ecxecxecxecxMsoNormal align=center><FONT size=3 face="Times New Roman"><SPAN style="FONT-SIZE: 12pt">
<HR align=center SIZE=2 width="100%">
</SPAN></FONT></DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><B><FONT size=2 face=Tahoma><SPAN style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt; FONT-WEIGHT: bold">From:</SPAN></FONT></B><FONT size=2 face=Tahoma><SPAN style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt"> Eve Pokua [mailto:gorgeous65_at_msn.com] <BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Sunday, October 11, 2009 11:56 AM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> glassfish users GFusers<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: build and clean xml</SPAN></FONT><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT></P></DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT size=3 face="Times New Roman"><SPAN style="FONT-SIZE: 12pt"></SPAN></FONT><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT>&nbsp;</P>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">Hi,<BR>&nbsp;<BR>Ant_home in my environmental variables&nbsp;together with other<BR>java settings such as JEE-home and java-home is all set.&nbsp; That is<BR>why ant reports the below error.&nbsp; I&nbsp;build, clean and deploy my application<BR>within netbeans but&nbsp;when I copy to files to other PC's I get&nbsp;some<BR>errors which I will post for your convenience tomorrow.&nbsp; So that's why<BR>I have to find other means to&nbsp;clean and&nbsp;build and deploy my application <BR>on other PCs.&nbsp;&nbsp;<EM><I><FONT face=Verdana><SPAN style="FONT-FAMILY: Verdana">I </SPAN></FONT></I></EM>have read about the error&nbsp;googleing and it seems I have<BR>to change some settings for my build.xml and build_impl.xml which the <BR>ant uses to clean, build and deploy my application.&nbsp;&nbsp;I will&nbsp;post of this tommorow.<BR>&nbsp;<BR>Thanking you<BR>&nbsp;<BR>eve<BR>&nbsp;</SPAN></FONT></P>
<DIV style="TEXT-ALIGN: center" dir=ltr class=ecxecxecxecxMsoNormal align=center><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">
<HR id=ecxecxecxecxecxstopSpelling align=center SIZE=2 width="100%">
</SPAN></FONT></DIV>
<P style="MARGIN-BOTTOM: 12pt" dir=ltr class=ecxecxecxecxMsoNormal><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">Date: Sun, 11 Oct 2009 10:31:01 +0200<BR>From: Sigal.Shaharabani_at_Teledata-Networks.com<BR>To: users_at_glassfish.dev.java.net<BR>Subject: RE: build and clean xml</SPAN></FONT></P>
<DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=teal size=2 face="Courier New"><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: teal; FONT-SIZE: 10pt">Are you sure you have the ant files in that directory?</SPAN></FONT><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT></P>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=teal size=2 face="Courier New"><SPAN style="FONT-FAMILY: 'Courier New'; COLOR: teal; FONT-SIZE: 10pt"></SPAN></FONT><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT>&nbsp;</P>
<DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT color=#007f00 size=5 face=Webdings><SPAN style="FONT-FAMILY: Webdings; COLOR: #007f00; FONT-SIZE: 18pt">P</SPAN></FONT><FONT color=teal size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; COLOR: teal; FONT-SIZE: 10pt"> </SPAN></FONT><FONT color=#007f00 size=1 face=Arial><SPAN style="FONT-FAMILY: Arial; COLOR: #007f00; FONT-SIZE: 7.5pt">please consider the environment - do you really need to print this email?</SPAN></FONT><FONT color=teal size=2 face=Arial><SPAN style="FONT-FAMILY: Arial; COLOR: teal; FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT color=teal size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; COLOR: teal; FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT></P></DIV>
<DIV>
<DIV style="TEXT-ALIGN: center" dir=ltr class=ecxecxecxecxMsoNormal align=center><FONT size=3 face="Times New Roman"><SPAN style="FONT-SIZE: 12pt">
<HR align=center SIZE=2 width="100%">
</SPAN></FONT></DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><B><FONT size=2 face=Tahoma><SPAN style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt; FONT-WEIGHT: bold">From:</SPAN></FONT></B><FONT size=2 face=Tahoma><SPAN style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt"> Eve Pokua [mailto:gorgeous65_at_msn.com] <BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Wednesday, October 07, 2009 5:16 PM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> glassfish users GFusers<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: build and clean xml</SPAN></FONT><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT></P></DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT size=3 face="Times New Roman"><SPAN style="FONT-SIZE: 12pt"></SPAN></FONT><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT>&nbsp;</P>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">Hello,<BR>&nbsp;<BR>Ant&nbsp;<BR>&nbsp;<BR>C:\glassfishv3\ant\bin;<BR>C:\glassfishv3\ant;<BR>&nbsp;<BR>is added to my&nbsp;path and I thought it should work but I get the following error:<BR>&nbsp;<BR>C:\javaapp\ENTERPRISE&gt;ant build<BR>Buildfile: build.xml does not exist!<BR>Build failed<BR>C:\javaapp\ENTERPRISE&gt;ant<BR>Buildfile: build.xml does not exist!<BR>Build failed<BR>C:\java\ENTERPRISE&gt;asadmin clean<BR>Unknown command: clean<BR>Command clean failed.<BR>C:\javaapp\ENTERPRISE&gt;asadmin build<BR>Unknown command: build<BR>Command build failed.<BR>C:\javaapp\ENTERPRISE&gt;ant deploy<BR>Buildfile: build.xml does not exist!<BR>Build failed<BR>C:\javaapp\ENTERPRISE&gt;ant<BR>Buildfile: build.xml does not exist!<BR>Build failed<BR>C:\javaapp\ENTERPRISE&gt;ant<BR>Buildfile: build.xml does not exist!<BR>Build failed<BR>C:\javaapp\ENTERPRISE&gt;<BR><BR>&nbsp;</SPAN></FONT></P>
<DIV style="TEXT-ALIGN: center" dir=ltr class=ecxecxecxecxMsoNormal align=center><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">
<HR id=ecxecxecxecxecxecxstopSpelling align=center SIZE=2 width="100%">
</SPAN></FONT></DIV>
<P style="MARGIN-BOTTOM: 12pt" dir=ltr class=ecxecxecxecxMsoNormal><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">From: gorgeous65_at_msn.com<BR>To: users_at_glassfish.dev.java.net<BR>Date: Wed, 7 Oct 2009 14:13:22 +0100<BR>Subject: build and clean xml<BR><BR>Hello everyone,<BR>&nbsp;<BR>I am having to clean and build, deploy and ran my applications<BR>without having to use netbeans.&nbsp; Is there any website<BR>refering to this so I can learn to build my own build.xml or<BR>should I just copy the build.xml and the dir bp-project that<BR>comes with the tutorial?<BR>&nbsp;<BR>Thanking you in advance<BR>&nbsp;<BR>eve</SPAN></FONT></P>
<DIV style="TEXT-ALIGN: center" dir=ltr class=ecxecxecxecxMsoNormal align=center><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">
<HR align=center SIZE=2 width="100%">
</SPAN></FONT></DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">View your other email accounts from your Hotmail inbox. <A href="http://clk.atdmt.com/UKM/go/167688463/direct/01/">Add them now.</A> </SPAN></FONT></P>
<DIV style="TEXT-ALIGN: center" dir=ltr class=ecxecxecxecxMsoNormal align=center><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">
<HR align=center SIZE=2 width="100%">
</SPAN></FONT></DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">View your other email accounts from your Hotmail inbox. <A href="http://clk.atdmt.com/UKM/go/167688463/direct/01/">Add them now.</A></SPAN></FONT></P></DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT>&nbsp;</P>
<DIV style="TEXT-ALIGN: center" dir=ltr class=ecxecxecxecxMsoNormal align=center><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">
<HR align=center SIZE=2 width="100%">
</SPAN></FONT></DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">New! Receive and respond to mail from other email accounts from within Hotmail <A href="http://clk.atdmt.com/UKM/go/167688463/direct/01/">Find out how.</A></SPAN></FONT></P></DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"></SPAN></FONT>&nbsp;</P>
<DIV style="TEXT-ALIGN: center" dir=ltr class=ecxecxecxecxMsoNormal align=center><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">
<HR align=center SIZE=2 width="100%">
</SPAN></FONT></DIV>
<P dir=ltr class=ecxecxecxecxMsoNormal><FONT size=2 face=Verdana><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">Use Hotmail to send and receive mail from your different email accounts. <A href="http://clk.atdmt.com/UKM/go/167688463/direct/01/">Find out how.</A></SPAN></FONT></P></DIV><BR>
<HR>
Use Hotmail to send and receive mail from your different email accounts. <A href="http://clk.atdmt.com/UKM/go/167688463/direct/01/">Find out how.</A> <BR>
<HR>
Add other email accounts to Hotmail in 3 easy steps. <A href="http://clk.atdmt.com/UKM/go/167688463/direct/01/">Find out how.</A> <BR>
<HR>
Use Hotmail to send and receive mail from your different email accounts. <A href="http://clk.atdmt.com/UKM/go/167688463/direct/01/">Find out how.</A> <br /><hr />New! Receive and respond to mail from other email accounts from within Hotmail <a href='http://clk.atdmt.com/UKM/go/167688463/direct/01/' target='_new'>Find out how.</a></body>
</html>
--_89dd91aa-305b-41e3-9ac2-154515b5be8f_--