/* the print style sheet for db html output */

body,
div#page {
	background: white; color: black;
   font: 12pt Garamond, Times, serif;}

div.article {
	margin: 0;
}

div.article div.section,
div#content {
	width: 100%;
}

div#content {
	margin-top: 12pt;
	padding-top: 6pt;
}

div.article div.section div.section {
	margin: 0;
	width: 100%;
}

div.toc, hr, div#menusBlock,
.DisplayNone, div#footer {
display: none !important;
}

div.article h2.title,
div#banner h1 {
border-bottom: 2px solid #999; color: #777;
font: 200 125%/0.85 Arial, Verdana, sans-serif;
padding: 0 0 0.25em;
margin: 0; letter-spacing: 0.33em;
}

div.article div.section h2.title,
div#content h2 {
font: 800 150% Arial, sans-serif;
margin: 0;
padding-top: 1em;
border: none;
}

h1 {font-size: 200%;}
h2 {margin: 2.5em 0 0.5em;}
h3 {
	font-size: 125%; margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h4 {
	font-size: 100%;
	margin: 1.25em 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

li {
padding: 0 0 0.15em 0;
}

li p {
padding: 0;
margin: 0;
}

p a.topLink {
	display: none;
}

a {color: inherit; text-decoration: none; font-weight: 400;}

/*
p a:after {font-size: 85%;
 content: " [" attr(href) "]"; text-decoration: none;

a:link:after {font-size: 85%;
 content: " [" attr(href) "]"; text-decoration: none;
}

a[href^="javascript:"]:after {
 content: " ";
}
*/