
/*top table*/
	.hp_3up {
		margin-bottom: 7px;
	}
	.hp_3up td {
		font-size: 12px;
		vertical-align: top;
	}
	.hp_3up td .featured_author {
		font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		font-style: italic;
		text-align: right;
		padding-top: 0px;
		color: #3366CC;
	}
	.hp_3up td.left {
		padding: 10px;
		background-color: #c4ddff;
	}
	.hp_3up td.middle {
		padding: 10px;
		background-color: #daffc4;
	}
	.hp_3up td.right {
		padding: 10px;
		background-color: #fffac4;
	}

/*testimonials*/
	.author {
		font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		font-style: italic;
		text-align: right;
		padding: 20px;
		padding-top: 0px;
		border-bottom: 1px solid #ccc;
	}
	.customer {
		color: #3366CC;
		font-weight: bold;
	}
	.testimonial {
		font-size: 14px;
		padding: 20px;
		font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		line-height: 1.5;
	}
	.alt td {
		background-color: #eee;
	}
