/*********************************************************************/
/* TITLE: ENTER SITE TITLE HERE                         													*/ 
/* URI  : css/print.css                                   														*/
/* MODIF: 2005-Nov-01             																			*/
/* MEDIA: print                                             														*/
/* DESIGNER: Rob Poll                                    														*/
/*********************************************************************/

/* DESCRIPTION:
This is the print media stylesheet. It is not displayed on screen. It is  used only 
when the User prints the page or uses the browser's print preview function.     			*/


/* Common Styles ******************************************************/

body {
  color: black;
  background-color: white;
  font-family: "times new roman", times, roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}


.smallCaps {
  font-variant: small-caps;
}

.doNotPrint {
  display: none !important;
}


/* Headers ************************************************************/

h1 {

}
h2 {

}
h3 {

}
h4 {

}
h5 {

}

/* Main Copy ***********************************************************/


p {
  margin: 0 0 2ex 0;
  padding: 0;
}

q {
  display: none;
}


/* Footer ***************************************************************/

#footer {
  margin: 2em 0 0 0;
  padding: 1ex 0 0 0;
  border-top: 1px solid black;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
