.tableHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #112743;
}
.tableHead a {
	color: #DDDDDD;
	text-decoration: none;
}
.tableHead a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tableCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	background-color: #F4F4F4;
}
.tableCellAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	background-color: #CCDDFF;
}
.tableBody {
	background-color: #CCCCCC;
}
.windowHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
}
.windowBody {
	background-color: #000066;
}
.windowCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.windowHeadSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color: #8DABFF;
}
.windowCellSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.tableHeadSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #112743;
}
.tableHeadSm td {
	padding-left:3px;
}
.tableCellSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	background-color: #C8DAED;
}
.tableCellSm td {
	padding-left:3px;
}
.CurrentWatchGrid {
	border: 1px solid #CCCCCC;
}
.sideCartShowButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #336699;
	padding-left: 1px;
	margin-left: 28px;
	width: 168;
}
.sideCartShowButton a {
	color: #FFFFFF;
}
.sideCartShowButton a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.sideCartSubtotal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
thead { display: table-header-group; } 
tfoot { display: table-footer-group; }
