/* copyright, 2008, Woodland Engineering */


.notation
{
  color:          #234D65;
  font-size:      120%;
  font-style:     italic;
  font-weight:    bold;
  text-align:     center;
}

#duestbl
{
  border:           none;
  border-collapse:  collapse;
  table-layout:     fixed;
  font-size:        100%;
  font-style:       normal;
  font-weight:      normal;
  color:            #000000;
  vertical-align:   middle;
  text-align:       center;
  margin-left:      auto;
  margin-right:     auto;
}

#duestbl th
{
  font-size:      120%;
  font-weight:    bold;
  padding-top:    4px;
  padding-bottom: 4px;
  padding-left:   10px;
  padding-right:  10px;
  border-bottom:  1px #000000 solid;
}

.moncol
{
  width:          160px;
}

.memcol
{
  width:          106px;
}


.sectionhead
{
  color:          #000000;
  font-size:      120%;
  font-weight:    bold;
}


.bulletlist
{
  list-style-type:  disc;
}

.bulletlist li
{
  margin-bottom:    1em;
  margin-left:      20px;
}


