a {
	color: #000000;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	color: #000000;
	font: 11pt "Times New Roman", Times, serif;
	text-align: left;
}

#col1 {
	float: left;
	width: 60%;
}

#sidebar {
	border-left: 1pt solid #000;
	float: right;
	padding-left: 6pt;
	width: 35%;
}
#footer {
	border-top: 1px solid #000000;
	clear: both;
	font-size: 10pt;
	margin: 1em 0 0 0;
	padding: .5em 0 0 0;
	text-align: center;
}

#nav {
	display: none;
}

.noprint {
	display: none;
}