/* Kwik Bench */
/* Print.css */
/* Created February 14, 2005 */
/* Modified February 14, 2005
--------------------------------------- */

body {
	font-family: times, "Times New Roman", "New York", serif;
	font-size: 11pt;
	line-height: 1.4em;
	background-color: #FFF;
	color: #000;
	}

#container {
	margin: 0 5% 0 5%;
	padding: 0;
	display: block;
	background: #FFF;
	}

.nav, .hide {
	display: none;
	}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#header {
	background: #FFF;
	margin: auto;
	height: 124px;
	padding: 64px 0 0 0;
	color: #000;
	}

#header h1 {
	text-indent: 0;
	float: none;
	}

#header h1 a:link, #header h1 a:visited	{
	background: #FFF;;
	display: block;
	margin-left: 0;
	border: none;
	text-decoration: none;
	color: #000;
	height: auto;
	width: auto;
	}