/*
*	print stylesheet
*/

body {
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.4em;
}
h2,
h3 {
	font: bold 10pt tahoma, verdana, helvetica, sans-serif;
	margin-top: 1.5em;
	clear: both;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}
#sidebar,
#nav,
.noprint,
.thumb {
	display: none;
}
.print {
}
a:link,
a:visited {
	color: gray;
}
img {
	border: none;
}
/*
#content p a:link:after, #content p a:visited:after {
	content: " (" attr(href) ") ";
}
*/
p {
	line-height: 1.4em;
	margin: 0.6em 0;
}
.center {
	 text-align: center;
}
.alignleft {
	float: left;
	margin-right: 35px;
}
.alignright {
	float: right;
	margin-left: 35px;
}
.small {
	font-size: 90%;
	line-height: 1.3em;
}
.tiny {
	font-size: 80%;
	line-height: 1.3em;
}
img.border {
	padding: 9px;
	border: 1px solid #ddd;
	background: #fff;
}
.printhead {
	display: block;
	font-size: 105%;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 8px 0;
	margin-bottom: 30px;
}

.home a {
	text-decoration: none;
}
