<style type="text/css">
	.toc_item_0 {font-size: 14pt; font-weight: bold;}
	.toc_item_1 {font-size: 12pt; font-weight: bold;}
	.toc_item_2 {font-size: 11pt; font-weight: normal; }
	.toc_item_3 {font-size: 10pt; font-weight: normal;}
	.toc_item_4 {font-size: 9pt; font-weight: normal;}
	.toc_item_5 {font-size: 8pt; font-weight: normal;}
	.toc_item_6 {font-size: 8pt; font-weight: normal;}
</style>

<ul style="list-style-type: disc;">
<!--#for var="item"-->

	<!--#if var="open"-->

<li class="toc_item_<!--#echo var='level'-->" >
<a href="<!--#echo var='link'-->">
<!--#echo var="numbering"--><!--#echo var="text"--></a>
</li>

		<!--#if var="children"-->
			<ul style="list-style-type: disc;">
		<!--#endif-->

	<!--#else -->

		<!--#if var="children"-->
			</ul>
		<!--#endif-->


	<!--#endif if="open"-->

<!--#endfor-->
</ul>