div#priceTable{
	font-size: 1em;
	margin: 0 20px 10px 20px;
	padding: 10px 20px 10px 20px;
	background: #FFE;
	border: 1px solid #060;
}
div#priceTable h1{
	color:#774;
	font-size:1.6em;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
div#priceTable p{
	margin: 0 0 10px 0;
	color: #663;
}
div#priceTable h3{
	color: #330;
	font-size:1.2em;
	font-weight: bold;
	margin: 4px 0 4px 0;
}	
div#priceTable h3 a{
	color: #693;
	text-decoration: none;
}
div#priceTable h3 a:hover{
	text-decoration: underline;
}
div#priceTable table{
	font-size: 1em;
	color: #663;
	padding:0;
	margin: 0 0 20px 0;
	width: 85%
}
div#priceTable table th{
	color : #664;
	font-weight: bold;
	border-bottom: 1px solid #663;
}
div#priceTable table td{
	text-align: right;
}
div#priceTable table tr.oddRow td{
	border-top: 1px solid #663;
	border-bottom: 1px solid #663;
}
div#priceTable table td.firstCell, div#priceTable table th.firstCell{
	text-align: left;
}
div#priceTable table th.secondCell{
	text-align:right;
}
div#priceTable table th.thirdCell{
	text-align:right;
}
div#priceTable table th.fourthCell{
	text-align:right;
}

