body {
	background-color: #ffffff;
	color: #000000;
}

#bblLinks {
	display: none;
}

#leftsidebar1 {
	display: none;
}

#rightsidebar1 {
	display: none;
}

#core1 {
	float: none;
	margin-right: -.1em; /* matches rightsidebar1 width */
}

#core2 {
	margin-right: .1em; /* matches rightsidebar1 width */
	margin-left: .1em; /* matches leftsidebar1 width */
}

#leftsidebar1 {
	float: none;
	width: .1em;
	margin-right: -.1em; /* matches core2 margin-right */
}

#rightsidebar1 {
	float: none;
	width: .1em;	 /* matches core1 & core2 margin-right */
}

div.form {
	border-color: #000000;
	color: #000000;
}

.checkoutSteps {
	display: none;
}

.printButton {
	display: none;
}


