/*	This style sheet is for printing pages of Goway.com */

body {
	width: 100%;
	margin: 0;
	float: none;
	font-size: 12pt;
	background-color: #FFF;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
#container {
	width: 100%;
}
/* Hide everything but the submain and the leftpanel block */
#header, #navbar, #copyright, #breadcrumb, #leftpanel {
	display:none;
}
/* Hide addthis button */
div.addthis_default_style {
	display:none;
}
#leftpanel {
	border:#999 1px dashed;
}
#main {
	width: 100%;
	margin: 0;
	float: none;
}
#submain {
	width: 100%;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#submain p {
	padding: 0px;
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
#container h1, #submain h2, #submain h3, #submain h4 {
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#container h1 {
	font-size: 13pt;
	font-weight: bold;
}
#container h2 {
	font-size: 12.5pt;
}
#container h3 {
	font-size: 12pt;
}
#container h4 {
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
}
