<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">

<xsl:template match="adv">
    <table width="600">
        <tr><td colspan="2"><hr size="1" /></td></tr>
        <xsl:apply-templates select="Description"/>
    </table>
</xsl:template>

<xsl:template match="Description">
    <tr>
        <td colspan="2">
            <b><font size="+2" color="#dd0000"><xsl:value-of select="@f_339152"/></font></b><xsl:text> </xsl:text><xsl:value-of select="@f_339153"/>
        </td>
    </tr>
    <tr><td colspan="2"><hr size="1" /></td></tr>
    <tr>
        <td colspan="2">
            <b><xsl:value-of select="@f_339155"/></b><xsl:text> </xsl:text>
            <xsl:value-of select="@f_339156"/><xsl:text> </xsl:text>
            <xsl:value-of select="@f_339157"/><xsl:text> </xsl:text>
            <xsl:value-of select="@f_339158"/><xsl:text> </xsl:text>
            <xsl:value-of select="@f_339159"/><xsl:text> </xsl:text>
            <xsl:value-of select="@f_339160"/><xsl:text> </xsl:text>
            <xsl:value-of select="@f_339161"/><xsl:text> </xsl:text>
            <xsl:value-of select="@f_339162"/><xsl:text> </xsl:text>
            <xsl:value-of select="@f_339163"/>
        </td>
    </tr>
    <xsl:apply-templates select="f_339165"/>
</xsl:template>

<xsl:template match="f_339165">
    <tr>
        <td colspan="2">
            <font color="#c0c0c0"><b><xsl:value-of select="@f_339166"/></b></font>
        </td>
    </tr>
    <xsl:apply-templates select="f_339167"/>
</xsl:template>

<xsl:template match="f_339167">
    <tr>
        <td valign="top">
            <xsl:value-of select="@f_339168"/>
        </td>
        <td>
            <b><xsl:value-of select="@f_339169"/></b>(<font color="#dd0000" size="+1"><xsl:value-of select="@f_339170"/></font>)<xsl:text> </xsl:text>
            <xsl:value-of select="@f_339172"/>
        </td>
    </tr>
</xsl:template>

</xsl:stylesheet>
