@charset "UTF-8";body {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #666666;	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0px;	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;}.oneColFixCtr #container {	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0px auto 10px;	text-align: left; /* this overrides the text-align: center on the body element. */	border-top: 0px none;	border-right: 0px none;	border-bottom: 0px none;	border-left: 0px none;	padding: 0px;}.oneColFixCtr #mainContent {	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	margin: 0px;}.headline {	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	font-weight: bold;	color: #F76618;}.bigheadlineCopy {	font-family: Arial, Helvetica, sans-serif;	font-size: 24px;	font-weight: bold;	color: #F76618;}.bodycopy {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 18px;}.bigbodycopy {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	line-height: 22px;}.instructions {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	color: #666;	line-height: 13px;}.products {	overflow: auto;}.productHead {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;	color: #000;}.borderFrame {	border: 3px solid #F76618;}