/* This is the stylesheet modern browser will use to print your pages */

body {
	font-family: verdana, sanserif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

#content {
	margin: 0px;
	padding: 0px;
	width: auto;
}

#header, h2, h3, h4, .storytitle {
	border: none;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.printhead {
	font-size: 16pt;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 8px;
	border: 1px solid #000000;
	display: block;
	}

#main {
	float: none;
	margin: 0px 10%;
	padding: 0px;
	width: auto;
}

.storycontent a:link, .storycontent a:visited, #content a:hover {
	color: #000000;
	background: transparent;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.navigation, .top, #top_banner, #search, #topnav, .menu, .print_link, .highlights, #pro_footer, #footer {
display: none;
}

.smallprint {
	margin: 0;
	font-size: 8pt;
	text-align: center;
	border: 1px solid #333333;
	padding: 2px;
	}

