.PricingDIV {
	background-color: #FFFFFF;
	width: 690px;
	display: block;
	height: auto;
	margin-bottom: 15px;
}
.PricingDIV img {
	display: inline;
	width: 150px;
	height: auto;
	margin: 7px;
}


.PricingDIV table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	display: block;
	width: 690px;
	background-color: #F9F5EA;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C0A989;
	margin-top: 0px;
	padding-top: 0px;
}

.PricingDIV table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #960;
	padding: 5px;
}

.PricingDIV table em{
	font-size: 11px;
	font-style: italic;
	color: #960;
}

.PricingDIV table strong{
	font-size: 12px;
	color: #900;
}
.PricingDIV table .service {
	padding-left: 15px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DECCA6;
}

.PricingDIV table .price{
	width: 80px;
	padding-left: 5px;
	font-size: 12px;
	color: #996600;
	font-weight: bold;

}

.PricingDIV table .service strong{
	color: #900;
	line-height: 18px;
}

.PricingDIV table .service em{
	font-size: 11px;
	font-style: italic;
	color: #6C6553;
}

