/* CSS Document */

table#eightColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #0099FF;
}
table#eightColumn th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004599;
	border-right: solid;
	border-right-color: #777777;
	border-right-width: 1px;
}
table#eightColumn th.product {
	color: #111111;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #777777;
}
table#eightColumn th.productAlt{
	color: #111111;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #777777;
}
table#eightColumn th.productAlt, table#eightColumn td.productAlt {
	background-color: #DDDDDD;
}

table#eightColumn td {
	color: #111111;
	background-color: #FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #777777;
}
table#eightColumn caption {
font-size: 85%;
text-align: right;
}
/* Three Columns */
td.threeShowThree, th.threeShowThree, td.fourShowThree, th.fourShowThree, td.fiveShowThree, th.fiveShowThree, td.sixShowThree, th.sixShowThree, td.sevenShowThree, th.sevenShowThree {
	display: none;
}
/* Four Columns */
td.fourShowFour, th.fourShowFour, td.fiveShowFour, th.fiveShowFour, td.sixShowFour, th.sixShowFour, td.sevenShowFour, th.sevenShowFour {
	display: none;
}
/* Five Columns */
td.fiveShowFive, th.fiveShowFive, td.sixShowFive, th.sixShowFive, td.sevenShowFive, th.sevenShowFive {
	display: none;
}
/* Six Columns */
td.sixShowSix, th.sixShowSix, td.sevenShowSix, th.sevenShowSix {
	display: none;
}
/* Seven Columns */
td.sevenShowSeven, th.sevenShowSeven {
	display: none;
}