table.pricing {
	width:95%;
}

.pricing td, .pricing th {
	text-align:left;
	font-family:verdana;
	font-size:11px;
	padding:2 6 2 6;
	vertical-align:top;
}

.pricing th {
	text-align: left;
	background-color: Navy;
	color:white;
}

.price_category td {
	background-color: #D3EEFB;
	color:blue;
}

.row1 td {
	background-color:white;
}
.row2 td {
	background-color:#f2f0f0;
}

table.simple {
	width:100%;
	border-bottom:1px dotted navy;
}
.simple td, .simple th {
	padding:3px;
	text-align:left;
	border-bottom:none;
	vertical-align:top;
	line-height:13px;
	border-bottom:1px dotted silver;
}
.simple th {
	vertical-align: bottom;
	font-weight:bold;
	border-bottom: 1px dotted navy;
	font-size:13px;
	line-height:13px;
	padding-bottom:3px;
}
