/**************************************************************
* privacy.css
*
* Styles common to screen and print
*
* CVS: $Id: privacy.css,v 1.1.1.1 2004/03/18 05:51:25 kbailey Exp $
**************************************************************/

ol.roman-outline {
  list-style-type: upper-roman;
  margin-left: 1em;
  padding-left: 1em;
}

ol.roman-outline li {
  list-style-type: upper-roman;
  font-weight: bold;
  color: black;
  padding-bottom: 2em;
}

ol.letter-outline {
  color: black;
  margin-left: 2em;
  padding-left: 2em;
  padding-right: 3em;
  margin-top: 0.5em;
  list-style-type: lower-alpha;
}

ol.letter-outline li {
  color: black;
  list-style-type: lower-alpha;
  font-weight: normal;
  padding-bottom: 0;
}

ol.roman-outline p {
  font-weight: normal;
  margin-left: 2em;
  padding-left: 2em;
}

ol.roman-outline p.address {
  padding-left: 10em;
  margin-left: 10em;
}
  
  