/* Rob Kreider - RK Bodies, http://www.robkreider.com */
/* rob-kreider-01-print.css */
/* Updated:08-20-2009 */
/* Author: Rick DeVan, PW2 Web, rick@pw2web.com , http://www.pw2web.com */
/* Code validated at http://www.w3c.org - http://jigsaw.w3.org/css-validator/validator?uri=http://www.robkreider.com/external/css/rob-kreider-01-print.css */

/* Meyer Reset: Begin */
@import "reset.css";
/* Meyer Reset: End */

/* Print Settings:  Begin */

body {
	background: white;
	color:black
}
a:link, a:visited {
	font-weight:bold;
	text-decoration: underline
}
h1, h2, h3 {
	background: white;
	color: black;
	padding-bottom: 1px;
	border-bottom: 1px solid gray;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal
}
p {
	font-size:12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	top: auto;
	right: auto;
	bottom: auto;
	margin: auto;
	padding: 1em
}
img {
	display:none
}
#content div {
	display:none
}
#header {
	display:none
}
#sidebar_nav {
	display:none
}
#sidebar_news {
	display:none
}
#footer {
	display:none
}

/* Print Settings: End */
