/* Required style file is svppc-common.css */
/* Default style file is svppc-classic.css */

/* Turn off background color to avoid wasting ink */
HTML
{
  background-color: #FFFFFF;
}

/* Turn off content margins and borders and force black-on-white to avoid wasting ink */
BODY
{
  margin: auto auto auto auto;
  border-left: none;
  border-right: none;
  padding: 2px;
  color: #000000;
  background-color: white;
  background-image: none;
  orphans: 3;
  widows: 3;
}

/* Turn off sections that waste ink */
DIV.navigation, DIV.logo, DIV.banner_ad, DIV.ads, DIV.email, DIV.stats, DIV.refs, DIV.footer
{
  display: none;
}

/* Display E-mail addresses on Contact page */
#contact DIV.email
{
  display: block;
}

.mailto
{
  background: #FFFFFF;
}

A.mailto:link
{
  border: none;
  color: #000000;
}

/* Force black-on-white to avoid wasting ink */
TD
{
 color: #000000;
}

/* Force black-on-white to avoid wasting ink */
LEGEND
{
 background-color: #FFFFFF;
}

H1, H2, H3, H4, H5, H6
{
  page-break-after: avoid;
}

.note
{
  border-color: #000000;

}

/* Force links to standard colors to avoid problems with white background */
A:link
{
 color: #0000FF;
}

A:visited
{
 color: #800080;
}

A.target
{
 color: #000000;
}

/* Display input forms to avoid wasting inks */
INPUT, TEXTAREA, SELECT
{
 background-color: #FFFFFF;
 color: #000000;
}

INPUT[type=text]:focus, INPUT[type=password]:focus, INPUT[type=file]:focus, TEXTAREA:focus, SELECT:focus
{
 background-color: #FFFFFF;
}

INPUT.button
{
 background-color: #C0C0C0; /* Restore original button color */
}

/* Turn off graphics in the page information */
.pageinfo IMG
{
  display: none;
}