@CHARSET "ISO-8859-1";

.calc {
	width: 600px;
}
.calc_holder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 50px;
}
.calc_heading {
	font-weight: bold;
}
.calc_border_top{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}