body { 
      overflow-x: hidden;  /* 7-13-2010 hide the horizontal scollbar in IE */
}

.html {
      overflow-x: hidden;  /* 7-13-2010 hide the horizontal scollbar in IE */
}

A:link, 
A:visited,
A:active { color:#666666; text-decoration: none; } 
A:hover  { color:#000000; text-decoration: none; }

/*
 * This is a hack.  The index page uses an old and poorly designed doctype
 * that does not let standard anchors within tables correctly use the global
 * body style as defined above.  So we must explicitly define the style of
 * the table cell.
 */
td {
      border:0;
      font-weight: bold;
      font-size: 68%; /* approximately 11px */
}

/* 1/20/2011 - adding a spaced version of p for the categories  */
p.spaced {
    /* top, right, bottom, left */
    margin: 0px 0px 0px 0px;
    padding: 19px 0px 0px 0px;
}

