/* CSS Document */

#side_measure {
	background-color: #b9c6d3;
	text-align: center;
	border: 2px solid #FFFFFF;
	margin-bottom: 10px;
}
#side_measure h6 {
	color: #a46613;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 1em;
}
#side_measure a {
	color: #a46613;
	text-decoration: none;
}
#side_measure a:hover {
	color: #007882;
	text-decoration: underline;
}

