
			body.snif {
				background: #ffffff;             /* background behind table */
				background-image: url('../objection_bg_mirror.png');
				background-repeat: no-repeat;
				background-attachment: fixed;
				background-position: right bottom;
			}
			table.snif {
				border: 1px solid #222222;       /* main table border style */
			}
			td.snDir {
				color: #222222;                  /* table header text color */
				background-color: #eeeeee;       /* table header background color */
			}
			td.snDir a {
				color: #2222ff;                     /* link text color within table header */
			}
			tr.snHeading, td.snHeading, td.snHeading a {
				color: #333333;                  /* column headings text color */
				background-color: #fafafa;       /* column headings background color */
			}
			tr.snF td a {
				color: #0000ff;                  /* file listing link text color (filename)*/
			}
			tr.snF td a:hover, a.snif:hover {
				background-color: #bbbbff;       /* file listing link hover background color */
			}
			tr.snEven {
				background-color: #ffffff;       /* file listing background color for even numbered rows */
			}
			tr.snOdd {
				background-color: #eeeeee;       /* file listing background color for odd numbered rows */
			}
			tr.snF td {
				color: #444444;                  /* file listing text color */
			}
			.snCopyright * {
				color: #aaaacc;                  /* copyright notice text color */
			}
			.snWhite {
				color: white;                    /* active page in paging header */
			}
			.snif * {
				font-family: serif;
				font-size: 12pt;
			}
			.snif a, a.snif {
				text-decoration: none;
			}
			.snif a:hover, a.snif:hover {
				text-decoration: underline;
			}
			.snCopyright * {
				font-size: 10pt;
			}
			.snifSmaller {
				font-weight: normal;
				font-size: 10pt;
			}
			td.snDir {
				font-weight: bold;
			}
			tr.snHeading, td.snHeading, td.snHeading a {
				font-weight: bold;
			}
			table.snif {
				/*width: 100%;*/
			}
			table.snif td {
				padding-left: 10px;
				padding-right: 10px;
			}
			table.snif td.littlepadding {
				padding-left: 4px;
				padding-right: 0px;
			}
			td.snDir {
				padding-top: 3px;
				padding-bottom: 3px;
			}
			tr.snHeading, td.snHeading, td.snHeading a {
				padding-top: 3px;
				padding-bottom: 3px;
			}
			tr.snF td {
				padding-top: 2px;
				padding-bottom: 2px;
				vertical-align: top;
				padding-left: 10px;
				padding-right: 10px;
				white-space: nowrap;
			}
			.snif img {
				border: 0px;
			}
			.snW {
				white-space: normal;
			}
