/* CSS Document */

body	{
	background: #fff;
	color: #000;
	margin: .5in;
	padding: 0;
	border: 0;
	font: 10pt/18px arial, verdana, helvetica, sans-serif;
}
img {
	border: 0;
	display: block;
}
.in {
	display: inline;
}
h1 {
	font-weight: bold;
	font-size: 16pt;
}
h2 {
	font-weight: bold;
	margin: .5em 0 .5em 0;
	border-bottom: 1px solid #000;
	font-size: 14pt;
	color: #000;
	width: 90%;
}
h3 {
	font-weight: bold;
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: .5em;

}
p {margin: 1em 0;}
a:link, a:visited {
	border-bottom:none;
	text-decoration:underline;
}

#topnav, #close, #print, #rightcol {
	display: none;
}

#container {
	width: 90%;
	margin: 0;
}
#printonly {
	font-size: 10pt;
	display: block;
}
#copyright {
	text-align: center;
	margin-top: 2em;
	border-top: none;
	font-size: 10pt;
}

