@charset "utf-8";
/* CSS Document */
#top, #nav, #banner, #columnleft, #columnright, #footer
	{
	display: none;
	}
.print
	{
	display: block;
	}
#columncenter
	{
	width: auto;
	}
h1
	{
	font-weight: bold;
	}
.heading
	{
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0 10px 0;
	}
body
	{
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 13pt;
	}
h1, h2, h3, h4, h5, h6
	{
	font-family: Arial, Helvetica, sans-serif;
	}
	
