/*
	Tweak the page a little for printing.
	Print in times font.
	Suppress some elements.
*/
body,
td
{
	font-family: "Times New Roman", Times, serif !important;
}
#page-header,
#sub-menu-container,
div#toc,
.FooterButton,
#footer-search,
.Ads,
a.QuoteLink,
.DoNotPrint
{
	display: none !important;
}
#footer
{
	margin-top: 1em !important;
	color: black !important;
	background-color: white !important;
}
.BlogMargins
{
	margin-left: 5px;
	margin-right: 5px;
}
/* $Id: styles-common-print.css 1002 2007-03-18 03:40:37Z nvaracal $ */
