@charset "UTF-8";
/* CSS Document */

#ffsHeadingHome {
	background-image:url(../images/lay/fade-header.png);
	background-repeat:no-repeat;
	padding:15px 24px 12px 12px;
	font-size:24px;
	font-weight:bold;
}
.ffsHomeContent {
	width:330px;
	height:160px;
	margin:23px;
	overflow:auto;
	font-size:12px;
	color:#004d69;
}
.ffsHomeContent table tr td {
	font-size:12px;
	color:#004d69;
}
#ffsFooterHome {
}
#ffsFooterHome table tr td {
	padding:30px 0 13px 0;	
}
#ffsFooterHome a,
#ffsFooterHome a:visited,
#ffsFooterHome a:hover {
	color:#000;	
}

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

#slideshow {
    position:relative;
    height:208px;
}

#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;
}