<?xml version="1.0"?>
<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
<xsl:output method="html"/>
<xsl:template name="sp_style">

<xsl:text disable-output-escaping="yes">
	<![CDATA[
		<style type="text/css">
			<!--
				td.tab,td.tabSelected {font-family:tahoma,arial;font-size:80%;color:#FFFFFF}
				.tab {background:green;cursor:hand}
				.tabSelected {cursor:hand;background:#3CB371;font-weight:bold}
			-->
		</style>

		<script language="javascript" type="text/javascript">
			<!--
				function goUrl(url)
				{
					location.href=url;
				}
			//-->
		</script>	
	]]>
</xsl:text>

</xsl:template>
</xsl:stylesheet>
