@charset "UTF-8";
/* print styles */

body {
	background-color: white;
	color: black;
	background-image: none;
	font-family: "Times New Roman", serif;
	font-size: 10pt;
	width: auto;
	margin: 5%;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
} 
h2 {
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
}

a:link, a:visited {
	background: none;
	font-family: "arial", verdana, helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#gradient-top, #gradient-bt {
	background-image: none;
	}

img, #header, #nav, #nav2, #social, #footer, .spacer, #sidebar, #sidebar form, #commentform, .postmetadata {
	display: none;
}