/* CSS Document */
		p { font-family: Courier New, Courier, mono; color: #000000; text-align: left }
		
		p, ul { font-size: 13px; line-height: 1.4em } 
		
		p a, li a { color: #39c; text-decoration: none }

		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }

		a:focus { outline:none }

		a:link { text-decoration: none; color: #666666}
        a:visited { text-decoration: none; color: #666666}
        a:active { text-decoration: none; color: #666666}
        a:hover { text-decoration: none; color: #CCCCCC}
		
		a.blue:link { text-decoration: none; color: #0000FF}
        a.blue:visited { text-decoration: none; color: #0000FF}
        a.blue:active { text-decoration: none; color: #0000FF}
        a.blue:hover { text-decoration: none; color: #0000FF}
		
		img { border: 0 }
						
		h2 { color: #000000; text-align: left; margin: 0; border-bottom: 1px solid black; margin-bottom: 0px; }
				
		h3 { color: #000000; text-decoration: 0px; padding-bottom: 0px; text-align: Left; margin:0}

		h3.menu { color: #FFFFFF; text-decoration: underline; text-align: center; margin: 5}
		
		h3.data { color: #000000; text-decoration: underline; text-align: left; margin: 0 }
				   
		h4 { color: #000000; border-bottom: 1px solid black; }
		
	    h4.m { font-size: 16px; color: #FFFFFF; text-align: center }
				
		h5 { color: #FFFFFF; text-align: center }
		
		p.menu { font-size: 16px; color: #FFFFFF; text-align: center; margin: 0 }
		
		p.lineindex { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; color: #666666; margin-left: 3px; margin-top: 3px }

		p.menuslide { font-size: 14px; color: #000000; padding-top: 0px; text-align: left; margin: 0 }
		
		p.menuSmall { font-size: 14px; color: #666666; text-align: left; margin: 3 }
		
		p.menuindex { font-size: 16px; color: #666666; text-align: left; margin-left: 3px; margin-top: 3px}

		p.crossL{ font-size: 14px; color: #666666; text-align: left; margin: 0 }
		
		p.crossR{ font-size: 14px; color: #666666; text-align: right; margin: 0 }

		p.data { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-align: center; margin: 0}
		
		p.price { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; color: #000000; text-align: left; margin: 0}

		table, tr, td {
	    font-family: Courier New, Courier, mono; color: #000000; text-align: center;
	    align: center;
        }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 10px 0 20px;
		}
		
		.slider-wrap {
	    margin: 2px 0;
	    position: relative;
		margin: 0;
	    width: 620px;
	    height: 520px;
	
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 3px solid #FFFFFF; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 520px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 520px;
			clear: both;
			background: #FFFFFF;
		}
		
		.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; 
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 520px;
			/* 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) */
			margin: auto;
			text-indent: -9000em;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
	        margin: 10px 0 0 0;
	        padding: 0;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 3px; /* 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 */
		    height: 16px;
	        width: 16px;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			line-height: 16px;
			background: url('../images/button_grey.gif') no-repeat;
			color: #000000;
			text-decoration: none;
			display: block;
		}

.stripNav a:focus {
	outline: none;
}

.stripNav a:hover {
	background: url('../images/button_blue.gif') no-repeat center;
}

.stripNav a.current {
	background: url('../images/button_grey_blue.gif') no-repeat center;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 220px;
			text-indent: -9000em;
			
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}

		.stripNavL a, .stripNavR a:focus {
	outline: none;
}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/arrow_left.gif") no-repeat center;
		}
		.stripNavL a:hover{
	       background:  url("../images/arrow_left_hover.gif") no-repeat center;
        }
		.stripNavR {
			background: url("../images/arrow_right.gif") no-repeat center;
		}
        .stripNavR a:hover{
	       background:  url("../images/arrow_right_hover.gif") no-repeat center;
        }