/***DELIVERY SERVICES ***/
h2 { margin-top:10px; }
h3 { 
	font-weight:bold;
	color:#009900;
	margin-top:10px;
}
.deliveryTable {
	text-align:center;
	border:2px solid black;
}
.deliveryTable th, .deliveryTable td { padding:5px;  }
.deliveryTable thead th, .deliveryTable thead td { background-color:#006633;}
.deliveryTable thead th {
	color:#FFFFFF;
}
.deliveryTable thead td {
	color:#000000;
	font-weight:bold;
}
.deliveryTable tbody th {
	background-color:#CCFFCC;
	font-weight:normal;
}
.deliveryTable tbody td {
	background-color:#FFFFFF;
}
hr { margin:20px 0px; }

.purple {
	background-color:#E5C7F4;
}
.purpler {
	background-color:#800080;
	border:2px solid #000000;
}
.borderBot {
	border-bottom:1px solid #000000;
}
.borderSides {
	border-left:1px solid #000000;
	border-right:1px solid #000000;	
}
.lightUrpleTable {
	font-size:10px;
}

div.benefits {
	background:url(/images/leasing/starbullet.jpg) left top no-repeat; 
	padding-left:20px;
	padding-top:2px;
	margin:5px 0px 0px 8px;
}

ul.benefits {
	list-style-image: url(/images/leasing/starbullet.jpg);
	width: 300px;
	float: left;
	margin: 0px !important;
}

ul.benefits li {
	margin: 10px 0;
	padding: 0px;
}

