/* This is currently the default the style sheet */
BODY
{
  background-image: url(svppc-bkgd.gif);
  background-color: #808080;
  color: #000000;
}

/* Turn off contributor preferences by default */
DIV.contributor
{
  display: none;
}

/* Align table cells at the top by default */
TD
{
  vertical-align: top;
}

/* Set nicer headers */
H1
{
  font-size: 180%;
}

H2
{
  font-size: 150%;
}

H3
{
  font-size: 110%;
}

H4
{
  font-size: 100%;
  font-variant: small-caps;
}

H5
{
  font-size: 100%;
  text-decoration: underline;
}

H6
{
  font-size: 100%;
}

/* Set Horizontal Rule styles */
HR
{
  height: 12pt;
}

HR.thin
{
  height: 2pt;
}

/* Set text size modifications */
.x50
{
  font-size: 50%;
}

.x90
{
  font-size: 90%;
}

.x120
{
  font-size: 120%;
}

.x150
{
  font-size: 150%;
}

.x200
{
  font-size: 200%;
}

/* Set navigation bar styles */
.hover
{
  vertical-align: top;
  background-color: #FFFFFF;
}

IMG.nav
{
  vertical-align: text-bottom;
}

TD.nav
{
  vertical-align: top;
}

TD.chosen
{
  vertical-align: top;
  background-color: #FFFF80;
}

A.chosen
{
  color: #000000;
  text-decoration: none;
}

/* Set default link styles */
A:link
{
  color: #0000FF;
}

A:visited
{
  color: #800080;
}

A:hover
{
  color: #000080;
}

A:active
{
  color: #FF0000;
}

A.image
{
  border:0;
}

A.target
{
  color: #000000;
}

/* Set basic style for light backgrounds */
A.dark
{
  font-family: sans-serif;
  color: black;
}

/* Set link styles for light backgrounds */
A.dark:link
{
  color: #0000FF;
}

A.dark:visited
{
  color: #800080;
}

A.dark:hover
{
  color: #000080;
}

A.dark:active
{
  color: #FF0000;
}
