/*
  Tom Bullock
  www.tbullock.com/css/print.css
  Standard Style Sheet for Printing
*/

BODY {
  color: black;
  font-family: Garamond, Georgia, Times, serif;
  background-color: white;
  background-image: none ! important;
}

P {
  margin-top: 0;
  margin-bottom: 0.5em;
}

UL, OL, TH, TD, CAPTION {
  font-family: Garamond, Georgia, Times, serif;
}

P {
  font-family: Garamond, Georgia, Times, serif;
  margin-top:    0.8em;
  margin-bottom: 0.8em;
}

H1, H2, H3 {
  color: black;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family: Garamond, Georgia, Times, serif;
  font-weight: normal;
}

H1 { font-size: 1.3em; }
H2 { font-size: 1.2em; }
H3 { font-size: 1.1em; }

A:link    { color: #0000DD; background: transparent; }
A:visited { color: #0000DD; background: transparent; }

.NOPRINT {
  display: none; /* Suppress the navigation links and other junk when printing */
}

HR {
  color: gray;
  background: white;
  border-width: thin;
  clear: both;
  margin-top:    0.2em;
  margin-bottom: 0.2em;
  margin-left:   0;
  margin-right:  0;
/*  border-top: 1px solid gray; */
}

FORM, OL, UL, DL {
  margin-top: 0;
  margin-bottom: 0;
}

/* For <TABLE> nice thin lines */
.FINELINE {
  border-collapse: collapse;
  border: 1px solid gray;
  color: black;
  background-color: white;
}
.FINELINE TH, .FINELINE TD {
  border: 1px solid gray;
  empty-cells: show;
}

.red {
  color: red;
}

.center {
  text-align: center;
}

.left {
  float: left;
  margin-right: 0.6em;
  margin-left: 0;
}

.right {
  float: right;
  margin-left: 0.6em;
  margin-right: 0;
}

.clear {
  clear:both;
}

.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

TABLE,center {
  margin-left: auto;
  margin-right: auto;     /* Center table */
}

IMG.left {
  margin-left:  0;
  margin-right: 0.4em;
}

IMG.right {
  margin-left:  0.4em;
  margin-right: 0;
}

IMG {
  border: none;
}
