/* 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;
}

.payset
{
  margin-left:    auto;
  margin-right:   auto;
  margin-top:     20px;
  margin-bottom:  20px;
  width:          340px;
  text-align:     center;
}

.paysetlegend
{
  font-weight:    bold;
}

.payonlinedescr
{
  color:          #234D65;
  font-weight:    bold;
  text-align:     left;
  margin-left:    8px;
  margin-right:   8px;
}

.standout
{
  color:          #FF0000;
}

.payonlinebtn
{
  color:            #234D65;
  font-weight:      bold;
  padding:          2px 8px 2px 8px;
  width:            160px;
  margin-top:       8px;
  margin-bottom:    8px;
  text-align:       center;
}

.bulletlist
{
  list-style-type:  disc;
}

.bulletlist li
{
  margin-bottom:    1em;
  margin-left:      20px;
}



