/*   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-image : url(nav_bk3.jpg);
	background-color : #000000;
}

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 : #FF9900;
}

/* Normal cells */
.CellNormal {
	background-color : #330099;
	font-size : 10pt;
	text-decoration : none;
	border : 1px ridge #0033FF;
	color : White;
}

/* The back cell */	
.CellBack {
	background-color : #666666;
	font-size : 10pt;
	text-decoration : none;
	border : 1px ridge #969696;
	color : White;
}

/* The current cell */
.CellCur {
	background-color : #666666;
	font-size : 10pt;
	text-decoration : none;
	border : 1px ridge #969696;
	color : White;
}

/*  The header above the table  */
.Header {
	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;
}

