/* CSS Document */
#cost table {
	width: 580px;
	border: 2px solid #000000;
	margin-bottom: 30px;
}
#cost p {
	font-size: 120%;
}

#cost td {
	padding: 8px;
	font-size: 90%;
	color: #000000;
	text-align: left;
	line-height: 180%;
	text-decoration: none;
}
#cost .bkggreen {
	background: #E3F4B7;
}
#cost .price {
	text-align: right;
	width: 150px;
	background: #F0F0F0;
}
