/* $Id: print.css,v 1.1 2004/12/23 14:02:05 davidjoyce13 Exp $ */
body {
  font-family: Times New Roman;
  font-size: 10pt;
  color: black;
  background-color: white;
  margin: 2pt;
}
table {
  empty-cells: show;
  border-collapse: collapse;
}
td {
  color: black;
  background-color: white;
  font-size: 10pt;
  vertical-align: top;
  border-collapse: collapse;
}
pre {
  font-family: hevetica;
}
a, a:visited {
  color: black;
  text-decoration: none;
}

pre.report {
	font-family: courier;
	font-size: 10pt;
}

.header, .header a, .header a:visited {
  display: none;
}
.crumb {
  display: none;
}
.titlebar {
  text-align: center;
  font-weight: bold;
}
.titlebar a, titlebar a:visited {
  text-align: center;
  font-weight: bold;
}
.subtitle, .subtitle a, .subtitle a:visited {
  font-weight: bold;
}
.tablehead, .tablehead td, .tablehead a, .tablehead a:visited	{
  font-weight: bold;
}
.borders {
  border: 1px solid black;
  border-collapse: collapse;
}
.borders td {
  border: 1px solid black;
}
.noborders td {
  border: none;
}
.private {
  background: url(images/private.gif) no-repeat;
  background-position: center;
}
.label {
  font-weight: bold;
}
.error {
  font-weight: bold;
}
.leftnav {
  display: none;
}
.rightnav {
  display: none;
}
input, select, textarea {
  font-size: 10pt;
  border: 0px solid black;
}
textarea {
  font-size: 10pt;
  width: 99%;
}
.footer {
  display: none;
}
form {
  display: inline;
}
.noprint {
  display: none;
}
.pagebreak {
  display: block;
  page-break-after: always;
}
