@charset "UTF-8";
/* CSS Document */

input.btn { background-image: url(designimgs/go-button.jpg);
	background-repeat: no-repeat;
	height:15px;
	width:23px;
	border:none;
	margin:5px 0 5px 3px;
	background-color:#660000;
	cursor:pointer;
}

input.textBox {
	border: solid 1px #660000;
	height: 15px;
	font-size:11px;
}

.calc th {
	text-align:center;
	font-weight:bold;
}


.calc td {
	text-align:center;
	padding:2px;
}

.calc td.tableNote {
	font-style:italic;
	font-size:10px;
	text-align:left;
}

.calc caption {
	caption-side:top;
	width:100%;
	background-color:#f7cb80;
	padding-bottom:5px;
	padding-top:5px;
	font-size:11px;
	font-weight:bold;
}