#hist {
	position:relative;
	float:left;
	margin-left: 5px;
	margin-right: 10px;
	border-top: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	width: 310px;
	height: 235px;
}#hist2 {
	position:relative;
	float:right;
	margin-left: 10px;
	margin-right: 5px;
	width: 310px;
	height: 235px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-bottom-color: black;
	border-left-color: black;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bold;
	color: #990033;
	margin-right: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: -3px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #990033;
}
.pad10 {
	padding-right: 20px;
	padding-left: 25px;
}

