body {
	background: #ffc;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:20px auto;
	text-align:center;
}

div.top {
	background:url(images/top1.jpg) #ffc no-repeat bottom;
	width: 600px;
	height: 18px;
	padding:0;
	margin:0 auto;
}

div.mid {
	background:url(images/mid1.jpg) #ffc bottom;
	width: 600px;
	padding:0;
	margin: 0 auto;
	font-weight: bold;
}

div.bottom {
	background:url(images/bottom1.jpg) #ffc no-repeat bottom;
	width: 600px;
	height: 28px;
	padding:0;
	margin: 0 auto;
}

table.calcTbl	{
	border: 0;
	width: 95%;
	margin:0 auto;
	margin-right: 30px;
}	

.tdR {
	width: 32%;
}

.tdL {
	width: 68%;
}		

table.calcTbl td{
	text-align: right;
}	