<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6889123113454544520</id><updated>2012-01-28T00:23:15.779+07:00</updated><category term='Tokoh Muslim'/><category term='Fuzzy Logic'/><category term='my activity'/><category term='Inspiring Video'/><category term='Inspiring Music'/><category term='belajar nulis'/><category term='Kisah Inspiratif'/><category term='Love'/><category term='Teka-teki'/><category term='Kata-kata Mutiara'/><category term='my family'/><category term='Struktur Data'/><category term='Calcullus'/><category term='Soft Computing'/><category term='Dasar Pemrograman'/><category term='Curhat'/><title type='text'>Curat Coret</title><subtitle type='html'>.
.
.
"Spirit to Share"
.
.
.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://dianuraiman.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6889123113454544520/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://dianuraiman.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Dian Nuraiman</name><uri>http://www.blogger.com/profile/02472907183638166296</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='22' height='32' src='http://1.bp.blogspot.com/_MAHVLbfcSXY/TLwn7r5MIcI/AAAAAAAAAew/ya6GbB0nfxc/S220/me.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>90</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6889123113454544520.post-8862804199428122082</id><published>2011-11-14T17:29:00.012+07:00</published><updated>2011-11-14T18:04:23.635+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Struktur Data'/><title type='text'>Link List dalam Java</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-auoMBS8iwX0/TsDsqOvKhEI/AAAAAAAAAso/Bs7lgl8tF_c/s1600/train.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="144" src="http://3.bp.blogspot.com/-auoMBS8iwX0/TsDsqOvKhEI/AAAAAAAAAso/Bs7lgl8tF_c/s200/train.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;b&gt;Link list&lt;/b&gt; adalah desain tempat penyimpanan data yang terdiri dari &lt;i&gt;node-node &lt;/i&gt;(simpul-simpul) yang saling terhubung.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Link list dapat diilustrasikan seperti kereta api, dimana kereta api terdiri dari gerbong-gerbong yang saling terhubung yang dapat mengangkut penumpang. Gerbong disini setara dengan &lt;i&gt;node&lt;/i&gt; dalam link list yang berfungsi untuk menyimpan data.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Jika kita menyimpan data 3, 5 dan 7 dalam array, maka ilustrasi tempat penyimpanannya sbb:&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-ZV4RlLqsRDM/TsDuu0cHXwI/AAAAAAAAAs0/AFzXupZA65A/s1600/array.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="79" src="http://2.bp.blogspot.com/-ZV4RlLqsRDM/TsDuu0cHXwI/AAAAAAAAAs0/AFzXupZA65A/s200/array.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt; Dengan 1 nama, array bisa menyimpan data yg bertipe sama. Dimana setiap data mempunyai indeks.&lt;br /&gt;Sedangkan jika data tersebut disimpan dalam link list, maka ilustrasi tempat penyimpanannya sbb:&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-0lASYqiOYfI/TsDvU3PHZpI/AAAAAAAAAs8/0XJboe06ecQ/s1600/link+list.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="64" src="http://1.bp.blogspot.com/-0lASYqiOYfI/TsDvU3PHZpI/AAAAAAAAAs8/0XJboe06ecQ/s200/link+list.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Link list tidak mempunyai indeks seperti array. Kita hanya bisa memberi nama &lt;i&gt;node&lt;/i&gt;. Akan tetapi, tidak semua &lt;i&gt;node &lt;/i&gt;dalam link list mempunyai nama. Sebaiknya kita memberi nama untuk &lt;i&gt;node&lt;/i&gt; yang pertama (misal namanya &lt;b&gt;head&lt;/b&gt;), dan &lt;i&gt;node&lt;/i&gt; yang terakhir (misal namanya &lt;b&gt;tail&lt;/b&gt;). Tujuannya untuk memudahkan operasi link list dari depan atau belakang, misal nambah data atau menghapus data.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Langkah yang pertama, kita harus mendefinisikan apa itu &lt;i&gt;node.&lt;/i&gt; Dalam Java, sebaiknya pendefinisian &lt;i&gt;node&lt;/i&gt; ini dibuat dalam sebuah &lt;i&gt;class, &lt;/i&gt;misal:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-gQaDYKeXnHU/TsDxlZ-7KrI/AAAAAAAAAtQ/enlxIboO2fg/s1600/Node.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="137" src="http://4.bp.blogspot.com/-gQaDYKeXnHU/TsDxlZ-7KrI/AAAAAAAAAtQ/enlxIboO2fg/s320/Node.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Kemudian kita buat design link list dalam class yang lain, misal:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-9No6WqeEFoI/TsDyNU5meeI/AAAAAAAAAtY/pnipxraIP1s/s1600/LinkList.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="108" src="http://3.bp.blogspot.com/-9No6WqeEFoI/TsDyNU5meeI/AAAAAAAAAtY/pnipxraIP1s/s320/LinkList.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;* untuk contoh program lengkap ada dalam file. download &lt;a href="http://dl.dropbox.com/u/42870072/Contoh%20Program%20Link%20List.pdf"&gt;disini&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Operasi-operasi yang bisa dilakukan dalam link list yaitu:&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Tambah data &lt;i&gt;(insert)&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Edit data &lt;i&gt;(edit)&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Hapus data &lt;i&gt;(delete)&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Pengurutan data &lt;i&gt;(sorting)&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Pencarian data &lt;i&gt;(searching)&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;span style="color: blue; font-size: large;"&gt;&lt;b&gt;Tambah Depan&lt;/b&gt;&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Untuk tambah data dari depan, caranya:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-bB1P_SQCfdA/TsDzbInPXCI/AAAAAAAAAtk/eiP4ZoznZU8/s1600/tmbh+dpn.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="188" src="http://4.bp.blogspot.com/-bB1P_SQCfdA/TsDzbInPXCI/AAAAAAAAAtk/eiP4ZoznZU8/s320/tmbh+dpn.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;span style="color: blue; font-size: large;"&gt;&lt;b&gt;Tambah Belakang&lt;/b&gt;&lt;/span&gt; &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Untuk tambah data dari belakang, caranya:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-fgDyX7Potmg/TsDznLYh7AI/AAAAAAAAAts/ujMkia4Dhes/s1600/tmbh+blkg.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="189" src="http://2.bp.blogspot.com/-fgDyX7Potmg/TsDznLYh7AI/AAAAAAAAAts/ujMkia4Dhes/s320/tmbh+blkg.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;span style="color: blue; font-size: large;"&gt;&lt;b&gt;Hapus Depan&lt;/b&gt;&lt;/span&gt; &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Untuk menghapus data dari depan, caranya:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-H3on5IOQ5Hw/TsDzxFkQUZI/AAAAAAAAAt0/DTvTvj9GQ74/s1600/hps+dpn.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="197" src="http://3.bp.blogspot.com/-H3on5IOQ5Hw/TsDzxFkQUZI/AAAAAAAAAt0/DTvTvj9GQ74/s320/hps+dpn.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;span style="color: blue; font-size: large;"&gt;&lt;b&gt;Hapus Belakang&lt;/b&gt;&lt;/span&gt; &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Untuk menghapus data dari belakang, caranya:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-VXTTpfWLYoI/TsDz9s6515I/AAAAAAAAAt8/Ka8uxOwSR0M/s1600/hps+blkg.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/-VXTTpfWLYoI/TsDz9s6515I/AAAAAAAAAt8/Ka8uxOwSR0M/s320/hps+blkg.png" width="266" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Animasi lengkap tambah depan/belakang dan hapus depan/belakang bisa di download &lt;a href="http://dl.dropbox.com/u/42870072/Link%20List.ppsx"&gt;disini&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Mudah-mudahan bermanfaat...^^ &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-ZeFS7iJrFkw/TsDw8-VcneI/AAAAAAAAAtI/XltOboTxVvk/s1600/Node.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6889123113454544520-8862804199428122082?l=dianuraiman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dianuraiman.blogspot.com/feeds/8862804199428122082/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://dianuraiman.blogspot.com/2011/11/link-list-dalam-java.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6889123113454544520/posts/default/8862804199428122082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6889123113454544520/posts/default/8862804199428122082'/><link rel='alternate' type='text/html' href='http://dianuraiman.blogspot.com/2011/11/link-list-dalam-java.html' title='Link List dalam Java'/><author><name>Dian Nuraiman</name><uri>http://www.blogger.com/profile/02472907183638166296</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='22' height='32' src='http://1.bp.blogspot.com/_MAHVLbfcSXY/TLwn7r5MIcI/AAAAAAAAAew/ya6GbB0nfxc/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-auoMBS8iwX0/TsDsqOvKhEI/AAAAAAAAAso/Bs7lgl8tF_c/s72-c/train.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6889123113454544520.post-2460041718486875968</id><published>2011-11-04T12:48:00.000+07:00</published><updated>2011-11-04T12:48:52.785+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Love'/><title type='text'>Cintai Dia dalam Diammu</title><content type='html'>&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Tulisan ini murni copast dari temennya yang punya blog ini http://sithe81.wordpress.com. Sy ingin share tulisan ini ke pembaca blog sy karena cukup memberi inspirasi.&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-6hm_LhU0dh0/TrN7bhlKLHI/AAAAAAAAAsc/3soEOLELdbY/s1600/sweet+ikhtilat.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://3.bp.blogspot.com/-6hm_LhU0dh0/TrN7bhlKLHI/AAAAAAAAAsc/3soEOLELdbY/s320/sweet+ikhtilat.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;sumber gambar: http://suraya-firdaus.blogspot.com&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Jika kamu belum siap melangkah lebih jauh dengan seseorang, cukup  cintai ia dalam diam. karena diammu adalah salah satu bukti cintamu  padanya. Dengan begitu kau telah memuliakan dia, karena kamu tidak  mengajaknya menjalin hubungan yang terlarang dan tak mau merusak  kesucian serta penjagaan hatinya.&lt;/span&gt;&lt;/div&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Dengan diammu …&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Itu dapat memuliakan kesucian diri dan hatimu juga.&lt;br /&gt;Menghindarkan dirimu dari hal-hal yang akan merusak izzah dan iffahmu.&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Dengan diammu …&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Itu dapat menunjukkan bukti kesetiaanmu padanya.&lt;br /&gt;Karena mungkin saja orang yang kau cintai adalah juga orang yang telah ALLAH SWT pilihkan untukmu.&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Ingatkah tentang kisah Fatimah ra dan Ali r.a.? Yang keduanya  saling memendam apa yang mereka rasakan, tapi pada akhirnya mereka  dipertemukan dalam ikatan suci nan indah dalam sebuah pernikahan.&lt;span id="more-1386"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Sahabat …&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Dalam diammu tersimpan sebuah kekuatan…&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Kekuatan sebuah harapan…&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Hingga mungkin saja ALLAH akan membuat harapan itu menjadi kenyataan.&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Hingga cintamu yang diam itu dapat berbicara dalam kehidupan nyata  dan bukan angan semata, bukankah ALLAH tak akan pernah memutuskan  harapan hamba yang berharap padanya?&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Sahabat …&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Jika memang “CINTA DALAM DIAM MU” itu tak memiliki kesempatan untuk berbicara di dunia nyata.&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Biarkan ia tetap dalam diam, jika dia memang bukan milikmu, toh  ALLAH, melalui waktu akan menghapus “CINTA DALAM DIAM MU” itu dengan  memberi rasa yang lebih indah dan orang yang lebih tepat untuk  mengarungi hidup bersama.&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Biarkan “CINTA DALAM DIAM MU” itu menjadi memori tersendiri biarkan  sudut hatimu menjadi rahasia antara kau dengan SANG PEMILIK HATI.&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;Karena yakinlah …&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;ALLAH kan memberikan ganti yang lebih baik lagi atau mewujudkan  mimpimu dikemudian hari. Bersabarlah dalam diammu karena tulang rusuk  takkan tertukar apalagi nyasar ^___^.&lt;br /&gt;Tuhan, sang Maha Cinta, saya tidak paham soal cinta. Tapi, bilaku jatuh  cinta, labuhkan cinta ini pada seseorang yang membuat hamba semakin  mencintaMu. Terimakasih Tuhan.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6889123113454544520-2460041718486875968?l=dianuraiman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dianuraiman.blogspot.com/feeds/2460041718486875968/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://dianuraiman.blogspot.com/2011/11/cintai-dia-dalam-diammu.html#comment-form' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6889123113454544520/posts/default/2460041718486875968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6889123113454544520/posts/default/2460041718486875968'/><link rel='alternate' type='text/html' href='http://dianuraiman.blogspot.com/2011/11/cintai-dia-dalam-diammu.html' title='Cintai Dia dalam Diammu'/><author><name>Dian Nuraiman</name><uri>http://www.blogger.com/profile/02472907183638166296</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='22' height='32' src='http://1.bp.blogspot.com/_MAHVLbfcSXY/TLwn7r5MIcI/AAAAAAAAAew/ya6GbB0nfxc/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-6hm_LhU0dh0/TrN7bhlKLHI/AAAAAAAAAsc/3soEOLELdbY/s72-c/sweet+ikhtilat.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6889123113454544520.post-3027594644632915775</id><published>2011-10-31T17:46:00.009+07:00</published><updated>2011-10-31T18:38:09.148+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Struktur Data'/><title type='text'>Apa itu OOP?</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-AtIrmmQR-A8/Tq58UebzmCI/AAAAAAAAArA/l3cs3L6k_po/s1600/1.png" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="295" src="http://1.bp.blogspot.com/-AtIrmmQR-A8/Tq58UebzmCI/AAAAAAAAArA/l3cs3L6k_po/s400/1.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-ygGqWpxxaj8/Tq59HVsjsmI/AAAAAAAAArM/USWbF1WQgns/s1600/2.png" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="295" src="http://4.bp.blogspot.com/-ygGqWpxxaj8/Tq59HVsjsmI/AAAAAAAAArM/USWbF1WQgns/s400/2.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-7BXeYQt1cvU/Tq593VRNwaI/AAAAAAAAArY/KymIdSXa32o/s1600/3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="295" src="http://4.bp.blogspot.com/-7BXeYQt1cvU/Tq593VRNwaI/AAAAAAAAArY/KymIdSXa32o/s400/3.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-Ik8ZgFXujmw/Tq5-NnatKEI/AAAAAAAAArg/1UbkrcWnc3s/s1600/4.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="295" src="http://1.bp.blogspot.com/-Ik8ZgFXujmw/Tq5-NnatKEI/AAAAAAAAArg/1UbkrcWnc3s/s400/4.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-AtIrmmQR-A8/Tq58UebzmCI/AAAAAAAAArA/l3cs3L6k_po/s1600/1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt; &lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-AtIrmmQR-A8/Tq58UebzmCI/AAAAAAAAArA/l3cs3L6k_po/s1600/1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt; &lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-AtIrmmQR-A8/Tq58UebzmCI/AAAAAAAAArA/l3cs3L6k_po/s1600/1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt; &lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-udvH9b-5wSE/Tq6D2BR-9wI/AAAAAAAAArs/udbY6OuQzKE/s1600/5.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="295" src="http://3.bp.blogspot.com/-udvH9b-5wSE/Tq6D2BR-9wI/AAAAAAAAArs/udbY6OuQzKE/s400/5.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-Sluy0mGjlzU/Tq6EDCB12aI/AAAAAAAAAr0/8jZI4oSB0ao/s1600/6.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="295" src="http://2.bp.blogspot.com/-Sluy0mGjlzU/Tq6EDCB12aI/AAAAAAAAAr0/8jZI4oSB0ao/s400/6.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-FkrH3CxURL4/Tq6ETfbWnaI/AAAAAAAAAr8/0Ol05CZfUMU/s1600/7.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="293" src="http://1.bp.blogspot.com/-FkrH3CxURL4/Tq6ETfbWnaI/AAAAAAAAAr8/0Ol05CZfUMU/s400/7.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Contoh Program &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://1.bp.blogspot.com/-AtIrmmQR-A8/Tq58UebzmCI/AAAAAAAAArA/l3cs3L6k_po/s1600/1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://3.bp.blogspot.com/-o9sOLRajoaI/Tq6HduKk1PI/AAAAAAAAAsI/ljKSVkH9czg/s1600/segitigaOOP.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="338" src="http://3.bp.blogspot.com/-o9sOLRajoaI/Tq6HduKk1PI/AAAAAAAAAsI/ljKSVkH9czg/s400/segitigaOOP.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;Simpan dengan nama segitigaOOP.java&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-vgLwCS1dUQc/Tq6HkKHMGMI/AAAAAAAAAsQ/JU4sHDTAAQo/s1600/OOPsegitiga.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="236" src="http://2.bp.blogspot.com/-vgLwCS1dUQc/Tq6HkKHMGMI/AAAAAAAAAsQ/JU4sHDTAAQo/s400/OOPsegitiga.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; font-size: small;"&gt;&amp;nbsp;Simpan dengan nama OOPsegitiga.java&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6889123113454544520-3027594644632915775?l=dianuraiman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dianuraiman.blogspot.com/feeds/3027594644632915775/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://dianuraiman.blogspot.com/2011/10/apa-itu-oop.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6889123113454544520/posts/default/3027594644632915775'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6889123113454544520/posts/default/3027594644632915775'/><link rel='alternate' type='text/html' href='http://dianuraiman.blogspot.com/2011/10/apa-itu-oop.html' title='Apa itu OOP?'/><author><name>Dian Nuraiman</name><uri>http://www.blogger.com/profile/02472907183638166296</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='22' height='32' src='http://1.bp.blogspot.com/_MAHVLbfcSXY/TLwn7r5MIcI/AAAAAAAAAew/ya6GbB0nfxc/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-AtIrmmQR-A8/Tq58UebzmCI/AAAAAAAAArA/l3cs3L6k_po/s72-c/1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6889123113454544520.post-8990955212938829598</id><published>2011-07-13T06:46:00.000+07:00</published><updated>2011-07-13T06:46:26.936+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Inspiring Video'/><title type='text'>Star 5 - Asaku Asamu</title><content type='html'>&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;ni, dengerin lagu Star 5 berjudul Asaku Asamu...# enakeun&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-8a3191485b6ec7e4" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v6.nonxt7.googlevideo.com/videoplayback?id%3D8a3191485b6ec7e4%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330393625%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D2F5EFEA9567FC1D729A0FFDDCE7F98DC719D0CDF.3DF2119F16817475AFBFACE32CBBB8A97C39601B%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D8a3191485b6ec7e4%26offsetms%3D5000%26itag%3Dw160%26sigh%3DUadBLzVLzALYf9lPA_Qgw6IEsgs&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v6.nonxt7.googlevideo.com/videoplayback?id%3D8a3191485b6ec7e4%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330393625%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D2F5EFEA9567FC1D729A0FFDDCE7F98DC719D0CDF.3DF2119F16817475AFBFACE32CBBB8A97C39601B%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D8a3191485b6ec7e4%26offsetms%3D5000%26itag%3Dw160%26sigh%3DUadBLzVLzALYf9lPA_Qgw6IEsgs&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;sponshored by Youtube.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6889123113454544520-8990955212938829598?l=dianuraiman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dianuraiman.blogspot.com/feeds/8990955212938829598/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://dianuraiman.blogspot.com/2011/07/star-5-asaku-asamu.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6889123113454544520/posts/default/8990955212938829598'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6889123113454544520/posts/default/8990955212938829598'/><link rel='alternate' type='text/html' href='http://dianuraiman.blogspot.com/2011/07/star-5-asaku-asamu.html' title='Star 5 - Asaku Asamu'/><author><name>Dian Nuraiman</name><uri>http://www.blogger.com/profile/02472907183638166296</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='22' height='32' src='http://1.bp.blogspot.com/_MAHVLbfcSXY/TLwn7r5MIcI/AAAAAAAAAew/ya6GbB0nfxc/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6889123113454544520.post-3207515458266444118</id><published>2011-07-08T06:05:00.001+07:00</published><updated>2011-07-08T06:07:44.604+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Dasar Pemrograman'/><title type='text'>Nilai Akhir Praktikum DasProg Kls D</title><content type='html'>&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;NILAI AKHIR PRAKTIKUM DASAR PEMROGRAMAN&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;JURUSAN TEKNIK INFORMATIKA&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;KELAS D/II&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;SEMESTER GENAP TA 2010/2011&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;  &lt;/span&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;table border="1" cellpadding="0" cellspacing="0" class="MsoNormalTable" style="border-collapse: collapse; border: medium none; margin-left: 43.5pt; width: 371px;"&gt;&lt;tbody&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" rowspan="2" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;NIM&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td colspan="3" nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 62.6pt;" valign="bottom" width="83"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;TUGAS&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;TUGAS&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;UTS&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;UAS&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;TOTAL&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;NILAI&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;1&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;2&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;3&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705120&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;82&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85.58&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705121&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;73&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;65&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;72.42&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705122&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;62&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;52.67&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;D&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705123&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;95&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;91&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;86&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;86.75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705124&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;86&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;89&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;72&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;58.17&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;D&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705125&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85.67&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705126&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;89&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;84&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88.33&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705127&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;62&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;52.67&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;D&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705128&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;72&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;62&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;71.08&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705129&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;87.08&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705130&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;84&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;83&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;77&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;80.42&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705131&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;74&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;75.17&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705132&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;82&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;84.67&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705133&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;73&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;74.92&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705134&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;73&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;67.00&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705135&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;77&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;81.83&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705136&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;74&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;86.00&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705137&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;74&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;81.00&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705138&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;95&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;91&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;82&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;83.75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705140&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;95&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;92&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;68&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;78.67&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705141&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;63&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;74.00&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705142&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;65&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;68.75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705143&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;95&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;92&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;81.67&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705144&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;78&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;84&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70.58&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705145&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;86.58&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705146&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;68.75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705147&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;65&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;72.50&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705150&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;73&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;75.33&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705151&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;80.83&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705152&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;83.33&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705153&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;73.33&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705155&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;65&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;71.67&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705156&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;73&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;74.92&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705157&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88.58&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705158&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;95&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;92&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;72&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;80.92&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705159&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;89&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;81.00&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705160&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;86&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;65&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;67&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;71.50&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;705161&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.9pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.2pt;" valign="bottom" width="39"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;87.08&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 32.35pt;" valign="bottom" width="43"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black; font-family: &amp;quot;Arial Narrow&amp;quot;,&amp;quot;sans-serif&amp;quot;;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;  &lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;  &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6889123113454544520-3207515458266444118?l=dianuraiman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dianuraiman.blogspot.com/feeds/3207515458266444118/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://dianuraiman.blogspot.com/2011/07/nilai-akhir-praktikum-dasprog-kls-d.html#comment-form' title='2 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6889123113454544520/posts/default/3207515458266444118'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6889123113454544520/posts/default/3207515458266444118'/><link rel='alternate' type='text/html' href='http://dianuraiman.blogspot.com/2011/07/nilai-akhir-praktikum-dasprog-kls-d.html' title='Nilai Akhir Praktikum DasProg Kls D'/><author><name>Dian Nuraiman</name><uri>http://www.blogger.com/profile/02472907183638166296</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='22' height='32' src='http://1.bp.blogspot.com/_MAHVLbfcSXY/TLwn7r5MIcI/AAAAAAAAAew/ya6GbB0nfxc/S220/me.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6889123113454544520.post-1069000576570082333</id><published>2011-07-08T05:56:00.002+07:00</published><updated>2011-07-08T06:07:20.386+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Dasar Pemrograman'/><title type='text'>Nilai Akhir Praktikum DasProg Kls C</title><content type='html'>&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;NILAI AKHIR PRAKTIKUM DASAR PEMROGRAMAN&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;JURUSAN TEKNIK INFORMATIKA&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;KELAS C/II&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;SEMESTER GENAP TA 2010/2011&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;  &lt;/span&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;table border="1" cellpadding="0" cellspacing="0" class="MsoNormalTable" style="border-collapse: collapse; border: medium none; width: 373px;"&gt;&lt;tbody&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" rowspan="2" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" width="55"&gt;&lt;span style="font-size: small;"&gt;&lt;br clear="all" style="page-break-before: always;" /&gt;   &lt;/span&gt;   &lt;br /&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;NIM&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td colspan="3" nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 62.55pt;" valign="bottom" width="83"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;TUGAS&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;TUGAS&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;UTS&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;UAS&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;TOTAL&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-style: solid solid solid none; border-width: 1pt 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;NILAI&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;1&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;2&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;3&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 18pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 18pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705080&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 18pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 18pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 18pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 18pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;52&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 18pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 18pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;65&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 18pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60.42&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 18pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705081&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;27&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;62&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60.17&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705082&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;50&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;64.17&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705083&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;53&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;50&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60.83&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705084&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;68&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;81&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;95&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;79.00&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705085&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70.00&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705086&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;53&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;64&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60.33&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705087&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0.00&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;E&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705088&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;78&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;83.58&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705089&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;53&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;74&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;64.08&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705090&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;92&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;91&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;95&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90.42&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705091&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;52&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;66.67&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705092&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;52&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;68&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60.67&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705093&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;82&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;95&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;86.67&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705094&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;52&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;61.67&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705095&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;78&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;68.33&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705096&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;93&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;91&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90.25&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705097&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;80.00&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705098&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;82&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;73&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;78.17&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705099&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;89&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;72&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;80.75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705100&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;68&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;83&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;72&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70.42&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705101&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;53&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;65.83&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705102&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;73&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;81.50&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705103&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;73.08&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705104&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;84.17&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705105&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;59&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;93&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;73.00&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705106&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;89&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;82&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85.75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705107&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;72.08&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705108&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;80&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;65&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60.00&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705109&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;58&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;65.83&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705110&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;68&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;83&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;71.92&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705111&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;58&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;74&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;65.33&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;C&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705112&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;83&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;72&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70.58&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705113&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;68&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;81&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;72&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70.00&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705114&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;89.42&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705115&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;0&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;53&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70.83&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705116&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;88&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;75&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;75.83&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705117&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;86&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;55&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70.50&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 15pt;"&gt;   &lt;td nowrap="nowrap" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-right: 1pt solid windowtext; border-style: none solid solid; border-width: medium 1pt 1pt; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;705119&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;90&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;85&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;87&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;60&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;70&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;71.83&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 15pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="color: black;"&gt;B&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;  &lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6889123113454544520-1069000576570082333?l=dianuraiman.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dianuraiman.blogspot.com/feeds/1069000576570082333/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://dianuraiman.blogspot.com/2011/07/nilai-akhir-praktikum-dasprog-kls-c.html#comment-form' title='8 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6889123113454544520/posts/default/1069000576570082333'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6889123113454544520/posts/default/1069000576570082333'/><link rel='alternate' type='text/html' href='http://dianuraiman.blogspot.com/2011/07/nilai-akhir-praktikum-dasprog-kls-c.html' title='Nilai Akhir Praktikum DasProg Kls C'/><author><name>Dian Nuraiman</name><uri>http://www.blogger.com/profile/02472907183638166296</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='22' height='32' src='http://1.bp.blogspot.com/_MAHVLbfcSXY/TLwn7r5MIcI/AAAAAAAAAew/ya6GbB0nfxc/S220/me.jpg'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6889123113454544520.post-4048820728039178452</id><published>2011-07-08T05:43:00.003+07:00</published><updated>2011-07-08T05:49:30.727+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Dasar Pemrograman'/><title type='text'>Nilai Akhir Praktikum DasProg Kls B</title><content type='html'>&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;NILAI AKHIR PRAKTIKUM DASAR PEMROGRAMAN&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;JURUSAN TEKNIK INFORMATIKA&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;KELAS B/II&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;SEMESTER GENAP TA 2010/2011&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;table border="1" cellpadding="0" cellspacing="0" class="MsoNormalTable" style="border-collapse: collapse; border: medium none; margin-left: 49.2pt; width: 334px;"&gt;&lt;tbody&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" rowspan="2" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;NIM&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td colspan="3" nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 62.55pt;" valign="bottom" width="83"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;TUGAS &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;TUGAS&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;UTS&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;UAS&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;TOTAL&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" rowspan="2" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;NILAI&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;1&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;2&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="color: black;"&gt;3&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705041&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;88&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;92&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;70&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;80.08&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;A&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705042&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;88&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;92&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90.08&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;A&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705043&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;92&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;89&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;72&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;80.75&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;A&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705044&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;95&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;95&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;92&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;93&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;88.67&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;A&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705045&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;87&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;55&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;70&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;70.42&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;B&lt;/span&gt;&lt;/div&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705046&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;88&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;43.33&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;D&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705047&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;58&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;84&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;72&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;71.58&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;B&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705048&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;95&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;95&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;93&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;92&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;91.33&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;A&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705050&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;58&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;55&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;65&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;60.83&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;C&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705051&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;95&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;91&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;70&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;80.25&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;A&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705052&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;88&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;80&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;84.58&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;A&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705053&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;57&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;60&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;63&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;60.67&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;C&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705054&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;91&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;75&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;82.75&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;A&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705055&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;88&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;88&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;72&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;80.08&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;A&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705056&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;30&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;60&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;56&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;50.50&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;C&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705057&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;88&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;88&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;86&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;87.08&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;A&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705058&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;88&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;89&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;65&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;76.08&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;B&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705059&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;87&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;80&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;84.17&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;A&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705061&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;58&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;55&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;77&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;66.83&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;C&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705062&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;95&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;92&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;85&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;65&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;76.67&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;B&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705063&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 42.4pt;" valign="bottom" width="57"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 28.85pt;" valign="bottom" width="38"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;70&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 29.85pt;" valign="bottom" width="40"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;0&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 40.9pt;" valign="bottom" width="55"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;17.50&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 34.35pt;" valign="bottom" width="46"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;E&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;tr style="height: 16.5pt;"&gt;   &lt;td nowrap="nowrap" style="border: 1pt solid windowtext; height: 16.5pt; padding: 0cm 5.4pt; width: 11.8pt;" valign="bottom" width="16"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;705064&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; padding: 0cm 5.4pt; width: 20.85pt;" valign="bottom" width="28"&gt;&lt;div align="center" class="MsoNormal" style="line-height: normal; text-align: center;"&gt;&lt;span style="color: black; font-size: small;"&gt;90&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;   &lt;td nowrap="nowrap" style="border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; border-style: none solid solid none; border-width: medium 1pt 1pt medium; height: 16.5pt; 
