/* this stylesheet is for the print layout of Trends pages  */
/* ----------------------*/
/*print styles start here*/
/* ----------------------*/
/* this is so the printed page is black serif type on white*/

body { 
	font-family: "Times New Roman", Garamond, serif; 
	font-size: 12pt; 
}
#mainmed {
	width: 95%; 
	margin: 0; 
	padding-right: 1in;
	text-align: left;
	font-size: .85em;
	clear:both;
}
h2 {
	font-size: 150%;
	border-bottom-style: solid;
	border-bottom-color:#936;
	border-bottom-width:thin;
	font-variant: small-caps;
	margin-top: 2em;
}
h2 .pubdate {
	font-size: .76em;
	color: #666;
	font-weight: lighter;
}
h3, h4 {
	margin-top: 2em;
	margin-bottom: 0;
}
.byline {font-style: italic;}

 /* this is so the links are NOT underlined*/
a:link, a:visited  { 
  text-decoration : none; 
  color: #000; 
 }
table, {
	font-size: 1em;
	border: 1px solid #ccc;
}
td, th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px;
}
td {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#000;
	line-height: 1.6em;
	font-size: 83%;
}
table tr.highlightrow1,
table td.highlightcol1 { 
	background-color: #999;
	font-weight: bold;
}
table tr.highlightrow2,
table td.highlightcol2 { 
	background-color: #ccc;
	font-weight: bold;
}					
.quote {
	font-size: 1em;
	font-style: italic;
	margin-right: 3em;
	padding-left: 2em;
}
.quotecite {
	font-size: .75em;
	margin-right: 3em;
	margin-bottom: 2em;
	padding-left: 5em;
	font-style: normal;
	text-align: right;
}

/* ---------------------------------------------------------------*/
/*stuff that should not display when printing { display : none; } */
/* ---------------------------------------------------------------*/

#banner,
#footer,
#deptnav, 
#sectnav, 
#tagline,
#latest,
#nameplate,
.issue,
#trendstoc,
#pubsnav {
	display: none; 
}
#copyrightnotice { font-size : 10pt; 
	color:#666; 
	font-weight: lighter; 
}
#ETdisclaimer { 
	border: 1px solid #777;
	padding: 1em;
	margin-top: 2em;
}
