@media print {
/*******************************/
body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 15px;
}

img {
	max-width: 500px;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 14pt;
	margin-top: 25px;
}

td.left_col, 
td.right_col,
td.header_media,
table.categories-module, 
table.site-footer,
.donotprint,
td.header_search_box {
	display: none;
}

#nav-left, #nav-right {
	display: none;
}

/*******************************/
}

