/* Print styles */

@media print
{

body
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
body, #headercontainer, #pagecontainer, #menubar, #footer
{
	background-image: none;
	background-repeat: none;
}

div.skiptocontent, div.commentformarea, #bottomlinks, #conformance_logos, #bookmarklinks, div.ads-inline, #sidebar-search, #sidebar-blog, #sidebar-articles, #sidebar-subscribe
{
	display: none;
}
#header p, #sidebarcontainer, #bodyarea, #footercontainer, #copyrighttext
{
	display: block;
	float: none;
}
#pagecontainer, #bodycontent, #bodycontainer, #bodyarea, #sitecontainer
{
	float: none;
	width: auto;
}
div.menubar
{
	border: none;
}
#headercontainer
{
	height: auto;
}
#sidebarcontainer
{
	width: auto;
}
blockquote, .warning, .info, .notice, .tip, .code, .samp, .output, table
{
	background-image: none !important;
	border: 1px black solid !important;
}
.code, .samp, .output, code, samp
{
	font-family: Courier New, Courier, monospace;
	font-size: 10pt;
}
code, samp { background-color: transparent; }

h1 { font-size: 24pt; }
h2 { font-size: 20pt; }
h3 { font-size: 18pt; }
h4 { font-size: 16pt; }
h5 { font-size: 14pt; }
h6 { font-size: 12pt; }

}
