html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body {
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Gill Sans MT";
	color: #000;
}

#wrapper {
	margin: 0px auto;
	width: 600px;
}

#header, #leftcol, #inside_box, #skip, #top, #navs, #search, #what_inside, #footer, #footer img {
display: none;
}

#content {
	display: block;
	width: 600px;
	font-size: 80%;
	margin-left: 30px;
}

#content h1 {
	font-size: 16pt;
	color: #FF6600;
	}

#content h2 {
	font-size: 14pt;
	color: #FF6600;
}

#content p {
	font-size: 12pt;
	margin: 12px;
}

#content .step_text {
	font-weight:bold;
	font-variant:small-caps;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 5px;
	padding-left: 5px;
}

#content input {
	display:none;
}

#content #printlogo {
	display: block;
}

#footer {
	clear: both;
}

#footer p {
font-size: 10pt;
color: #999;
padding: 8px;
text-align: right;
}

.left {
float: left;
margin: 5px 10px 1px 0;
border: 1px solid #283F13;
}

#footer blockquote {/* floats in content div */
	display: none;
 }

blockquote {
font-size: 10pt;
border: 1px solid #000;
padding: 6px;
font-family: Arial, Helvetica, sans-serif;
}
#content img {
	display: none;
}
#content td {
	padding-left: 5px;
}

#content #receipt {
	text-indent: 5px;
}