.table6_what-you-get_holder {
	width:80%;
	margin:0 auto;
}

h2.tableHeader {
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	color: #006699;
}

/********** Tables Common Styles **********/
table.tables {
	width:100%;
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	margin:0;
	font-size:12px;
}
table.tables a {
	color:#204e78;
}
table.tables .header {
	font-weight:bold;
}
table.tables caption {
	padding:5px 10px;
	/* firefox need these */
	margin:0 auto;
	width:auto;
	/**/
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
	color: #006699;
}
table.tables thead th {
	border:0;
	padding:5px 10px;
	margin:0;
	line-height:1.22em;
	color: #006699;
}
table.tables tbody td {
	padding:10px;
	margin:0;
	vertical-align:top;
}
table.tables tbody td.header {
	text-align:left;
}
table.tables thead th, table.tables tbody td {
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#dae7ef;
}
table.tables thead th {
	border-width:0;
}
table.tables tbody tr.evenRow td {
	background:white;
}
table.tables tbody tr.oddRow td {
	background:#f0f5f8;
}
table.tables td.firstCol, table.tables th.firstCol {
	border-left:0;
}
table.tables td.lastCol, table.tables th.lastCol {
	border-right:0;
}


/********** Tables Specific Styles **********/
table.table1_course-comparisons {
}
	table.table1_course-comparisons thead th {
		text-align:left;
	}
	table.table1_course-comparisons tbody td {
		width:95px;
		text-align:center;
		vertical-align:middle;
	}
	
	table.table1_course-comparisons tbody td.header {
		vertical-align:top;
		width:186px;
	}
	

table.table2_course-descriptions {
}
	table.table2_course-descriptions tbody td.header {
		width:125px;
	}
	
table.table3_test-at-glance {
}
	table.table3_test-at-glance tbody td.header {
		width:160px;
	}
	
table.table4_comparison-chart {
}
	table.table4_comparison-chart thead th {
		text-align:left;
	}
	table.table4_comparison-chart tbody td {
		width:85px;
	}
	table.table4_comparison-chart tbody td.firstCol {
		width:216px;
		font-weight:bold;
	}
	
table.table6_what-you-get {
}
	table.table6_what-you-get tbody td.lastCol {
		width: 90px;
	}
	
table.table8_test-dates {
}
	table.table8_test-dates thead th {
		text-align:left;
	}
	table.table8_test-dates tbody td {
		width:33.3%;
	}
	table.table8_test-dates tbody td.firstCol {
		font-weight:bold;
	}
	
table.table9_noFrills {
}
	table.table9_noFrills thead th {
		text-align:left;
	}
	table.table9_noFrills thead th, table.table9_noFrills tbody td {
		border-width:1px;
	}
