
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: auto; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border-top: 2px solid #ccc; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 540px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 700px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			display: none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 14px;
			font-weight: bold;
			text-align: left;
			background: #c6e3ff;
			width: 75px;
			color: #444;
			text-decoration: none;
			display: block;
			padding: 0 15px;
			border-top: 2px solid #ccc;
			border-right: 2px solid #ccc;
			border-left: 2px solid #ccc;
			border-bottom: 0px solid #ccc;
		}
		
		.stripNav li.tab1 a { background: #eee }
		.stripNav li.tab1 a:current { background: #FF0000; }
		.stripNav li.tab2 a { background: #eee }
		.stripNav li.tab3 a { background: #eee }
		
		.stripNav li a:hover {
			background: #aaa;
			color: #FFF;
		}
		
		/*.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		*/
		.stripNavL, .stripNavR { /* The left and right arrows */
			display: none;
		}
		
		div.naviespacing {
			margin: 0 0 0 50px;
		}
	
		a.navie { /* The nav links */
			float: left;
			margin: 5px 5px 0px 0px;
			font-size: 112x;
			font-weight: bold;
			text-align: left;
			background: #eee;
			width: 135px;
			height: 35px;
			line-height: 18px;
			color: #444;
			text-decoration: none;
			display: block;
			padding: 5px;
			border-top: 2px solid #ccc;
			border-right: 2px solid #ccc;
			border-left: 2px solid #ccc;
			border-bottom: 0px solid #ccc;
		}
		
		a:hover.navie {
			background: #aaa;
			color: #FFF;
		}
			
		/*
		a.current {
			background: #444444;
			color: #FFF;
		}
		*/
		
		.submit {
			background: #aeb7ce;
			padding: 6px 15px 7px 15px;
			font-weight: bold;
			font-size: 16px;
			color: #a90b02;
			border: 0;
			cursor: pointer;
			
		}
		
		a.submit {
			text-decoration: none;
			background: #96a5cd;
			padding: 8px 15px 8px 15px;
			font-weight: bold;
			font-size: 16px;
			color: #1c2e5e;
			border: 0;
		}
		
		a:hover.submit {
			color: #1c2e5e;
			background: #96a5cd;
			padding: 8px 15px 8px 15px;
			font-weight: bold;
			font-size: 16px;
			color: #1c2e5e;
			border: 0;
		}
		
		input, textarea {
			background: #fff;
			padding: 3px;
			width: 75px;
			font-size: 11px;
			font-family: arial;
		}
		
		.debtspacing {
			text-align: right; 
			margin: 5px 220px 5px 5px;
		}
		
		.incomespacing {
			text-align: right; 
			margin: 5px 5px 5px 5px;
		}
		
		.floatleft {
			float: left;
			display: inline;
			width: 150px;
			margin: 5px;
			text-align: right;
		}
		
		.floatright {
			float: left;
			display: inline;
			text-align: left;
			width: 300px;
			padding-top: 3px;
		}
		
		.text {
			width: 290px;
		}
		
		.textarea {
			width: 290px;
			height: 60px;
		}
		
		.clear {
			clear: both;
		}
		
		.right {
			text-align: right;
		}
		
		h3 {
			margin-bottom: 10px;
		}