@charset "UTF-8";
/* CSS Document */

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1em;	
	font-size: 14px;	
	font-family:Helvetica, Arial, sans-serif;
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
	text-align:left;
	line-height:1em;
	text-decoration:none;
}
.caption-top, .caption-bottom h1 {
	font-weight:bold;
	font-size:20px;	
	line-height:1em;
	padding-bottom:5px;
	text-align:left;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 0px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
	text-decoration:none;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }
