a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.button {
	background-color: rgb(128,128,128); color:#ffffff; font-size: 8pt;
	}
.inputc {
	font-size: 8pt;
	}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
}
.header1 {
	font-family: "Helvetica 55 Roman";
	font-size: 17px;
	color: #F8981C;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.header1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color: #666666;
}
.box2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 12px;
	color: #FFFFFF;
}
.boxhead {
	font-family: "Helvetica 55 Roman";
	font-size: 17px;
	padding: 12px;
	color: #F8981C;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	font-weight: bold;
}

		.stripViewer .panelContainer .panel ul {
			text-align: left;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 425px; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			width: 394px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 455px;
			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: 394px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding inside the panels, without messing with existing panel width */
			padding: 24px 12px 0 12px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			display: none;
		}
			
		.stripNavL, .stripNavR { /* The left and right arrows */
			display: none
		}
		
		.stripNavL a, .stripNavR a {
			display: none
		}
		
.h3 {
	color: #F8981C;
	font-family: "Helvetica 55 Roman";
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Helvetica 55 Roman";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
}				

.h4 {
	color: #999999;
	font-family: "Helvetica 55 Roman";
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Helvetica 55 Roman";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
}

.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-bottom: 10px;
}
.subheading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.boxline {
	font-family: "Helvetica 55 Roman";
	font-size: 17px;
	color: #F8981C;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
}
