/* DUBONNET: color: #990066; */
/* DUBONNET2: color: #993366; */
/* GRAY: color: #888888; */
/* GRAYBLUE: color: #666699; */
/* LIME: color:#57ba07; */
/* RED: color: #ff0000; */
/* BLUE: color: #3300ff; */
  /* BLACK: color: #000000;*/

body {
  background-color:#FFFFFF;
  /* font-family: verdana, arial, helvetica, sans-serif; */
  padding-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 30px;

  /* DUBONNET2: color: #993366; */
  color: #666699;
  font-family:"Lucida Grande",Calibri,Helvetica,Verdana,Arial,sans-serif;
  font-size: 8pt;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
}

::selection {
  background: red;
  color: white;
}

::-moz-selection {
  background: red;
  color: white;
}

h2 {
  text-align: center;
}

div.group {
  margin-top: 10px;
}

.groupHeader {
  font-size: 14pt;
  color: #666699;
  font-weight:bold;
  /* font-variant: small-caps; */
}

div.subgroup {
  margin-top: 6px;
  margin-left: 16px;
}

.subgroupHeader {
  font-size: 10pt;
  color: #666699;
  font-weight:bold;
  /* font-variant: small-caps; */
}

div.item  {
  /* font-weight: normal; */
  font-weight: bold;
  text-decoration: none;

  /* XXX: None of these work:
  text-indent: 20px;
  padding-left: 14px;
  position: relative;
  left:14px;
  */
}

a:link {
  color: #888888; 
  text-decoration: none;
  padding-left: 0pc;
}

a:active {
  color: #0000ff; 
  text-decoration: none; 
  padding-left: 0pc;
  padding-right: 0pc;
}

a:visited {
  color: #6633ff; /* original blue */
  /* color: black; */
  font-weight:bold;
  text-decoration: none; 
  padding-left: 0pc;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
  font-size: 10pt;
  padding-left: 0pc;
  padding-right: 0pc;
}
