.csheadline {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	margin-left: -20px;
	font-style: italic;
	letter-spacing: -0.1ex;
	word-spacing: -.1ex;
}
.cssubheads { font-size: 12px; font-weight: bolder; text-transform: uppercase; color: #B4761A; }
.cscaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.csbodycopy {
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #000000;
}
.csbodycopy a:link {
	color: #000000;
	text-decoration: underline;
}
.csbodycopy a:visited {
	color: #333333;
	text-decoration: underline;
}
.csbodycopy a:hover {
	color: #B4761A;
	text-decoration: underline;
}
.cs_table_head {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
	font-weight: bolder;
	background-image: url(../cs/assets/images/cs_bg_black.gif);
}
.cs_table_head a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
.cs_table_head a:visited {
	color: #333333;
	text-decoration: underline;
}
.cs_table_head a:hover {
	color: #B4761A;
	text-decoration: underline;
}
.cs_table_head_white {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.cs_table_banner {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #B4761A;
	font-weight: bolder;
}
.checklist {
	list-style-position: inside;
	list-style-image: url(../cs/assets/images/checkbox.gif);
}
li {
}

/*** set the width and height to match your images **/

#slideshow {
	position:relative;
	height:199px;
	width: 300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
