/* CSS Document */
table.pricetab {
	line-height: 1.4em;
	border-collapse: collapse;
	color: #2e4403;
	width: 510px;
	margin-left: 40px;;
	text-align: center;
}
table.pricetab caption{
	margin: 0;
	padding: 0 0 6px 0;
	color: #2e4403;
	line-height: 2em;
	text-align: left;
	font-weight: bold;
	font-size: 120%;
}
.pricetab thead .header2{
	color: white;
	background: #67950c;
	height: 40px;
	text-align: center;
}
th {
	border: 1px solid #67950c;
}
.odd td {
	background: #eeffcd;
	line-height: 1.8em;
	border: 1px solid #67950c;
}
td {
	line-height: 1.8em;
	border: 1px solid #67950c;
}
#readylogo {
	position: relative;
	top: 4px;
}

