body  {
	font: 9pt Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0 0 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.searchButton {
	float: right;
}
.prodTab {
	background: #FFFFFF;
	border: 1px solid #033C6B;
	color: #033c6b;
}
.prodTabLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #4D9818;
	text-align: right;
	vertical-align: top;
	padding-left: 6px;
	border-bottom: 1px solid #033C6B;
}
.prodTabRight {
	font-size: 9pt;
	vertical-align: top;
	border-bottom: 1px solid #033C6B;
	padding-right: 8px;
	padding-left: 8px;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.featuresTab {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #377C31;
	margin: 20px 0px 0px 13px;
	line-height: 9pt;
}
.featuresTabRow {
	background: #FFFFE3;
}
.featuresTabHead {
	font-weight: bold;
	color: #CBE4FD;
	background: #033C6B;
}
.featuresTabSubhead {
	color: #033C6B;
	background: #BCDCF7;
	font-weight: bold;
}
.tagFlt {
	margin: -8px 0px 0px;
	float: left;
}
#leftCol ul.specs {
	margin: 0px 0px 24px;
	padding: 0px;
}
#leftCol ul.specs li {
	line-height: 10pt;
	margin-right: 12px;
	list-style: none;
	margin-bottom: 6px;
	margin-left: 12px;
	color: #83BEE0;
}
