body {
	font-size: 10pt;
}

#header	{
	background: none;
	height: 22pt;
}
#header h1	{
	font-size: 1.5em;
	border-bottom: 1px solid silver;
}
#header h1 a	{
	color: #ff6000;
	text-decoration: none;
}

#content h2	{
	margin: 10pt 0;
}

#footer .wrapper {
	font-size: 9pt;
	color: gray;
}


hr,
h2 {
	display: none;
}
#content hr,
#content h2 {
	display: block;
}

.skip,
#menu,
#topMenu,
#columnLeft,
#columnRight,
#copyright {
	display: none;
}

