			body.snif {
				background: #f3f3f3;             /* background behind table */
			}
			table.snif {
				border: 1px solid #dfe2e4;       /* main table border style */
				margin-left: 300px;
			}
			td.snDir {
				color: #5084c2;                  /* table header text color */
				background-color: #f1f4fb;       /* table header background color */
			}
			td.snDir a {
				color: #5084c2;                     /* link text color within table header */
			}
			tr.snHeading, td.snHeading, td.snHeading a {
				color: #5084c2;                  /* column headings text color */
				background-color: #e9ebef;       /* column headings background color */
			}
			tr.snF td a {
				color: #46597e;                  /* file listing link text color (filename)*/
			}
			tr.snF td a:hover, a.snif:hover {
				color: #054ee1;       /* file listing link hover background color */
			}
			tr.snEven {
				background-color: #f3f5f7;       /* file listing background color for even numbered rows */
			}
			tr.snOdd {
				background-color: #ffffff;       /* file listing background color for odd numbered rows */
			}
			tr.snF td {
				color: #46597e;                  /* file listing text color */
			}
			.snCopyright * {
				color: #bbbbbb;                  /* copyright notice text color */
			}
			.snWhite {
				color: white;                    /* active page in paging header */
			}