/*   Cascading Style Sheet for IMatch - Copyright © 1998-2002 Mario M. Westphal - www.photools.com */
/*   Category Navigation style sheet 'Aqua'   */

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : Black;
	color : #FFFFFF;
}

A:LINK {
		font-style : normal;
		text-decoration : none;
		color : #FFFFFF;
}

A:VISITED {
		font-style : normal;
		text-decoration : none;
		color : #FFFFFF;
}

A:HOVER {
		font-style : normal;
		text-decoration : underline;
		color : #FFFFFF;
}

.ImageCell {
	border : 1px solid White;
}
	
.Headline
{
	font-size : 14pt;
}

.SubHeadline
{
	font-size : 12pt;
}

.LinkLine
{
	font-size : 8pt;	
}

.GridFont
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.SmallGridFont
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* Normal cells */
.CellNormal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : Silver;
	font-size : 10pt;
	text-decoration : none;
	border : 1px White;
}

/* The back cell */	
.CellBack {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Navy;
	background-color : Gray;
	font-size : 10pt;
	text-decoration : none;
	border : 1px #FFFFFF;
	text-align : left;
}

/* The current cell */
.CellCur {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	background-color : Silver;
	font-size : 10pt;
	text-decoration : none;
	border : 1px #FFFFFF;
	text-align : left;
}

/*  The header above the table  */
.Header {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	text-align : center;
	margin-bottom : 12pt;
	color : Black;
}

/* The copyright notice below the table */
.CopyrightNotice {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : White;
}
