/*
Title:       THE Journal Print Stylesheet
Author:      Steven Ametjan
Company:     101communications
Description: Provides  the formatting when articles are printed through the web browser
Version:     14 Dec 2005
*/
@import url(safari_fix.css);

body {
	font: 12pt/15pt Times, "Times New Roman", serif;
	margin: .25in;
	width: auto;
}
#mainContent:after {
	content: url(/graphics/101com.gif);
	display: block;
	text-align: center;
}
.left {
	float: left;
	margin: 0 6pt 0 0;
}
.right {
	float: right;
	margin: 0 0 0 6pt;
}
.border {
	border: 1pt solid #000;
}
table {
	border: 1pt solid #000;
	border-collapse: collapse;
	border-spacing: none;
}
a {
	text-decoration: none;
	color: #000;
}
.leaderboard, #search, #mainNav, #sideBar, #extraContent, #footer, .sponsored {
	display: none;
}
