<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document SYSTEM "http://commons.omniupdate.com/dtd/standard.dtd"> 

<xsl:stylesheet version="3.0" 
				xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
				xmlns:xs="http://www.w3.org/2001/XMLSchema" 
				xmlns:ou="http://omniupdate.com/XSL/Variables"
				xmlns:fn="http://omniupdate.com/XSL/Functions" 
				xmlns:ouc="http://omniupdate.com/XSL/Variables"
				exclude-result-prefixes="ou xsl xs fn ouc">
	
	<xsl:template name="page-content">

		<xsl:comment> main </xsl:comment>
		<div id="main">
			<p>UAEX Default Colors</p>
<p>
<table class="auto-style2" style="width: 25px; height: 10px">
	<tr>
		<td style="width: 174px">&nbsp;</td>
	</tr>
</table>
Red<br />
Hex/Color Number - #ba0d2e<br />
Where to use it - Main Nav, Links, Titles</p>
<p>
<table class="auto-style1" style="width: 25px; height: 10px">
	<tr>
		<td style="width: 174px">&nbsp;</td>
	</tr>
</table>
Dark Gray<br />
Hex Number - #4b4538<br />
Where to use it - Top &amp; Footer, Headers, and Body text</p>
<p>
<table class="auto-style3" style="width: 25px; height: 10px">
	<tr>
		<td style="width: 174px">&nbsp;</td>
	</tr>
</table>
Beige<br />
Hex/Color Number - #f4f1e8<br />
Where to use it - Page Section</p>
<p>
<table class="auto-style4" style="width: 25px; height: 10px">
	<tr>
		<td style="width: 174px">&nbsp;</td>
	</tr>
</table>
Beige<br />
Hex/Color Number - #dacda7<br />
Where to use it - Share Field, Background</p>

		</div><!-- end main -->

	</xsl:template>
	
	

	


	

</xsl:stylesheet>
