/*   Cascading Style Sheet for Category Navigation */

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
	background-image : url(cat_nav_bk_bw.gif);
	background-color : #CCCCCC;
}

A:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	text-decoration : underline;
	color : #303030;
}

A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	text-decoration : underline;
	color : #303030;
}

A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	text-decoration : underline;
	color : #303030;
}

/* Normal cells */
.CellNormal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #FFFFFF;
	font-size : 10pt;
	text-decoration : none;
	border : 1px  White;
}

/* The Back cell */
.CellBack {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	background-color : #999999;
	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 : White;
	background-color : #999999;
	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 : #000000;
}

/* The copyright notice below the table */
.CopyrightNotice {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}

/* The footer below the copyright notice */
.Footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
	background-color : #C0C0C0;
}

/* The row with the Home link */
.Home {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : darkgray;
}
