.active     {
             color : green;
            }
.inactive   {
             color : red;
            }
.dbody      {
             background-color : #FEF4CC;
             color : #333333;
            }
.pwtable    {
             empty-cells : show;
             border-collapse : collapse;
            }
.name       {
             font-size : xx-small;
             border-bottom : thin dotted;
            }
.namelink   {
             font-size : 10pt;
             font-weight : bold;
             text-align : center;
             height : 25px;
            }
.tblhead    {
             font-size : xx-small;
             font-weight : bolder;
             text-align : center;
             border-bottom : thin dotted;
            }
.tbltophead {
             font-size : xx-small;
             font-weight : bolder;
             text-align : center;
            }
.intro      {
             font-size : x-small;
            }
.dname      {
             font-size : medium;
             font-weight : bolder;
            }
.dinst      {
             font-family : monospace;
             font-size : small;
             vertical-align : top;
             text-align : right;
            }
.doffense   {
             font-family : sans-serif;
             font-size : small;
             vertical-align : top;
             text-align : left;
            }
.doffenseb  {
             font-family : sans-serif;
             font-size : small;
             vertical-align : bottom;
             text-align : left;
            }
.dborder   {
             border-left : thin solid;
            }
.dcomment   {
             font-size : small;
            }
.sexp       {
             color : red;
             text-align : center;
            }
.altrow     {
             background-color : #FFFFCC;
            }
.pnav       {
             background-color : #FFFFFF;
             text-decoration  : none;
             color            : #5065FF;
            }
.pnav:visited {
             color : #5065FF;
            }
.pnavsel    {
             background-color : #6EFF70;
             text-decoration  : none;
             color            : #8C99FF;
            }
.mustedit   {
             background-color : #FFB0B0;
            }
