						
	<style type="text/css">
		
		
 

			
			/*** COLORS ***/
			
			body.snif {
				             /* background behind table */
			}
			table.snif {
				border: 0px solid #693a01;       /* main table border style */
			}
			td.snDir {
				color: #ebdea1;                  /* table header text color */
				background-color: #693a01;       /* table header background color */
			}
			td.snDir a {
				color:white;                     /* link text color within table header */
			}
			tr.snHeading, td.snHeading, td.snHeading a { color: #ebdea1;                  /* column headings text color */
			       /* column headings background color */
				background-color: #a86f1e; border-bottom: 25px solid #521b20;       /* column headings bottom spacer */
			}
	
			tr.snPaging, td.snPaging, td.snPaging a {
				color: #ebdea1;                  /* column headings text color */
				background-color: ;       /* column headings background color */
				border-bottom: 16px solid #521B20;       /* column headings bottom spacer */
				border-top: 16px solid #521B20;       /* column headings top spacer */
			}
				
			
			tr.snF td a {
				color: #ebdea1;                  /* file listing link text color (filename)*/
			}
			tr.snF td a:hover, a.snif:hover {
				       /* file listing link hover background color */
			}
			tr.snfirst, tn.snodd {
				background-color: #895257;
				border-top: 4px solid #521B20;       /* file listing background color for rows 1*/
			}
			tr.snsecond, tn.sneven {
				background-color: #733C41;       /* file listing background color for rows 2 */
			}
			tr.snthird { background-color: #6a3338;       /* file listing background color for rows 3 */
				border-bottom: 4px solid #521b20; }
			
			tr.snthird td {        /* file listing background color for rows 3 */
				border-bottom: 4px solid #521b20; }
			
			
			tr.snF td {
				color: #ebdea1;                  /* file listing text color */
			}
			.snCopyright * {
				color: #bbbbbb;                  /* copyright notice text color */
			}
			.snWhite {
				color: white;                    /* active page in paging header */
			}
		
			
			/*** FONTS ***/
			.snif * {
					 font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
			}
			.snif a, a.snif {
				text-decoration: none;
			}
			.snif a:hover, a.snif:hover {
				text-decoration: underline;
			}
			.snCopyright * {
				font-size: 8pt;
			}
			.snifSmaller {
				font-weight: normal;
				font-size: 8pt;
			}
			td.snDir {
				font-weight: bold;
			}
			tr.snHeading, td.snHeading, td.snHeading a, tr.snPaging, td.snPaging, td.snPaging a {
				font-weight: bold;
			}
			
			
			/*** MARGINS AND POSITIONS ***/
			table.snif {
			width:300px;
				}
				
			
			table.snif td {
				padding-left: 20px;
				padding-right: 20px;
			}
			table.snif td.littlepadding {
				padding-left: 4px;
				padding-right: 0px;
			}
			td.snDir {
				padding-top: 6px;
				padding-bottom: 6px;
			}
			tr.snHeading, td.snHeading, td.snHeading a {
				padding-top: 6px;
				padding-bottom: 6px;
			}
			tr.snF td {
				padding-top: 4px;
				padding-bottom: 4px;
				vertical-align: top;
				padding-left: 20px;
				padding-right: 20px;
				white-space: nowrap;
			}
			.snif img {
				border:none;
			}
			.snW {
				white-space: normal;
			}
