/*   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;
	color : #FFFFFF;
	background-image : ;
	background-color : #000000;
}

A:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	text-decoration : none;
	color : Black;
}

A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	text-decoration : none;
	color : Black;
}
	
A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : italic;
	text-decoration : underline;
	color : #808080;
}

/* Normal cells */
.CellNormal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	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 : White;
}

/* The copyright notice below the table */
.CopyrightNotice {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : White;
}
