.calc_page_header a {
	display: block;
	width: 23%;
	text-align: center;
	float: left;
	padding: 5px 0px;
	font-size:11px;
	background:#D6C1A2;
	margin-right:1px;
	color:#37667F;
}
.calc_page_header a:hover {
	text-decoration: underline;
	color:#37667F;
}
.calc_page_header a.active {
	text-decoration: none;
	font-weight:bold;
}
fieldset {
	border: 1px solid #CCC;
	color:#222222;
	padding:10px;
}
legend {
	padding: 0px 10px;
	color:#222222;
	text-align: right;
	margin-left: 10px;
	font-weight: bold;
}
.calc_footer {
	text-align: center;
	font-weight: bold;
}