/* print styles */
BODY {
	color: black;
	background: white;
	font-size: 12pt;
	}

div#top {
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;
	padding: 20px 0 20px 0;
}


#copytext {
	text-align: center;
	font-size: 8pt;
	}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

#main a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana,
"Bitstream Vera Sans", sans-serif;
  font-size: 14pt;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
  page-break-inside:avoid;
  padding-bottom: 1px;
  border-bottom: 1px solid gray;
}


div#menu, div#left, div#right, div#footer, .top, .print {display: none;}

