<?xml version="1.0" encoding="windows-1251"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:output method="html" version="1.0" encoding="windows-1251" omit-xml-declaration="no" indent="yes" media-type="text/html"/>

	<xsl:template match="/"><xsl:apply-templates/></xsl:template>

	<xsl:template match="mail">
<html>
<head>
	<title><xsl:value-of select="Subject"/></title>
	<style type="text/css">
		BODY,P,TD,INPUT,DIV,SPAN,SELECT, LI, UL,OL, BUTTON, TEXTAREA, SELECT {
		    font-family:Tahoma;
		    font-size:11px;
		    color:#191919;
    		margin:0px;
		}	
		A IMG { border: none; }
		A { color: #2B2C81;text-decoration:underline; }
		A:hover { text-decoration:none; }
		A.nound { text-decoration:none; }
		A.nound:hover { text-decoration:underline; }
		A.nohund { text-decoration:none; }
		A.nohund:hover { text-decoration:none; }
		.bold { font-weight:bold; }
		.s10 { font-size:10px; }
		.s12 { font-size:12px; }
		.copyright { font-size:9px;}
		.heading1, h1 { font-size: 34px; font-family: Times; font-weight: normal; color:#000000; }
		.heading2, h2 { font-size: 28px; font-family: Times; font-weight: normal; color:#000000; }
		.heading3, h3 { font-size: 22px; font-family: Times; font-weight: normal; color:#000000; }
		.heading4, h4 { font-size: 18px; font-family: Times; font-weight: normal; color:#000000; }
		.heading5, h5 { font-size: 16px; font-family: Times; font-weight: normal; color:#000000; }

	</style>
</head>
<body bgcolor="#FCFCFC" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<!--tr>
	<td valign="top" colspan="2" align="center"><a href="{server_name}{app_path}/" target="_blank"><img src="{server_name}{app_path}/images/logo.gif" border="0"/></a></td>
</tr-->
<tr>
	<td colspan="2" style="padding-left:10px;padding-right:9px;" valign="top">
		<div><img src="{server_name}{app_path}/images/pix.gif" border="0" width="1" height="11"/></div>
		<p class="heading4"><xsl:value-of select="Subject"/></p>
		<p><xsl:value-of select="Body" disable-output-escaping="yes"/></p>
		<div><img src="{server_name}{app_path}/images/pix.gif" border="0" width="1" height="51"/></div>
	</td>
</tr>
<tr><td colspan="2" bgcolor="#CCCCCC"><img src="{server_name}{app_path}/images/pix.gif" border="0" width="1" height="1"/></td></tr>
<tr><td colspan="2"><img src="{server_name}{app_path}/images/pix.gif" border="0" width="1" height="3"/></td></tr>
<tr><td colspan="2" bgcolor="#CCCCCC"><img src="{server_name}{app_path}/images/pix.gif" border="0" width="1" height="1"/></td></tr>
<tr>
	<td colspan="2"><img src="{server_name}{app_path}/images/pix.gif" border="0" width="400" height="1"/></td>
</tr>
</table>
</body>
</html>
	</xsl:template>

</xsl:stylesheet>
 