<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
	<xsl:template match="/">
		<HTML>
			<HEAD>
				<TITLE>
					<xsl:value-of select="am_object/am_titles/OTG_object_title_name/OTN__object_title_name"/>
				</TITLE>
			</HEAD>
			<BODY BGCOLOR="#FFFFFF">
				<TABLE WIDTH="95%" border="1">
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>DC-Element </B>
							</FONT>
						</TD>
						<TD ALIGN="left">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Content:</B>
							</FONT>
						</TD>
					</TR>
					<!-- ########################################################################### -->
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Type: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="am_object/am_appearance/OPD__physical_description"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Title: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="am_object/am_titles/OTG_object_title_name/OTN__object_title_name"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Description: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/description"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Subject: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/subject"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Creator: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="am_object/am_creators/CRG_creator/CRT__creator_name_text"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Contributor: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/contributor"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Publisher: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/publisher"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Date: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="am_object/am_creation_dates/OCG_creation_dates/OCT__creation_date_text"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Format: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/format"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Identifier: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="am_object/AID__amico_identifier"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Source: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/source"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Language: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/language"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Relation: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/relation"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Coverage: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/coverage"/>
						</TD>
					</TR>
					<!-- ########################################################################### -->
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Rights: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle">
							<xsl:apply-templates select="dc-record/rights"/>
						</TD>
					</TR>
				</TABLE>
			</BODY>
		</HTML>
	</xsl:template>
	<!-- ########################################################################### -->
	<xsl:template match="ixiahit">
		<FONT FACE="Arial" SIZE="3" COLOR="#FF0000">
			<B>
				<xsl:apply-templates/>
			</B>
		</FONT>
	</xsl:template>
	<!-- ########################################################################### -->
	<xsl:template match="OPD__physical_description">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="OTN__object_title_name">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="description">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="subject">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="CRT__creator_name_text">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="contributor">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="publisher">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="OCT__creation_date_text">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="format">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="AID__amico_identifier">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="source">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="language">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="relation">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="coverage">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<!-- ########################################################################### -->
	<xsl:template match="text()">
		<xsl:value-of/>
	</xsl:template>
	<!-- ########################################################################### -->
	<xsl:template match="rights">
		<FONT FACE="Arial" SIZE="2" COLOR="#000000">&#169;&#160;<xsl:apply-templates/>
		</FONT>
	</xsl:template>
</xsl:stylesheet>

