h3 {
	background: #F0F5F6;
	border: 1px solid #7A9CBD;
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	position: relative;
	left: 21px;
	text-align: center;
	width: 232px;
}

h3 a {
	padding: 5px 20px 5px 20px;
	width: 192px;
}

h3 a:link, h3 a:visited {
	display: block;
	text-decoration: none;
	color: #7A9CBD;
}

h3 a:hover, h3 a:active {
	background: #7A9CBD;
	color: #fff !important;
}

#text-container a.graph-caption {
	border: 1px solid #000;
	float: right;
	font-size: 11px;
	margin: 0 20px 0 10px;
	overflow: hidden;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 140px;
}

#text-container a.graph-caption:hover {
	background-color: #fff;
}

#text-container a.graph-caption img {
	border: 0;
	clear: both;
}