@charset "UTF-8";
/* CSS Document */
*{padding:0;margin:0;list-style:none;outline:none;}

#slideshowWrapper{
	position:relative;
	width:auto;
	margin:auto;}



ul#slideshow{
	list-style:none
	
	
	margin:auto;
	
	width:258px;
	height:165px;
	overflow:hidden;}
p{text-align:center;}
#fssList{
	list-style:none;
	width:258px;margin:auto;
	}
#fssList li{
	display:inline;
	padding-right:10px;}
#fssList li a{
	color:#999;
	text-decoration:none;}
#fssList li.fssActive a{
	font-weight:bold;
	color:#333;}

#top{
	background:#3b5998;
	width:100%;
	height:40px;
	margin-bottom:20px;}
#top h1{
	color:#fff;
	font-weight:normal;
	font-size:18px;
	padding:7px 0 0 15px;}
#top h1 span{
	font-size:11px;}
#top h1 a{
	text-decoration:underline;
	color:#fff;}
#top h1 a:hover{
	text-decoration:none;}

small a{color:#000;}