/* copyright, 2008, Woodland Engineering */

.articlehead
{
  color:          #2139AB;
  font-size:      170%;
  font-weight:    bold;
  font-style:     italic;
  text-align:     left;
  margin-top:     20px;
}

.sectionhead
{
  color:          #000000;
  font-size:      120%;
  font-weight:    bold;
  border-bottom:  1px #000000 solid;
}

.introducer, .emphasis
{
  color:          #000000;
  font-weight:    bold;
}

.highlight
{
  color:          #FF0000;
  font-weight:    bold;
}

.enummed
{
  list-style-type:  decimal;
}

.sub_enummed
{
  list-style-type:  upper-alpha;
}

.enummed li, .sub_enummed li
{
  margin-bottom:    1em;
  margin-left:      20px;
}

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

.bulletlist li
{
  margin-bottom:    .25em;
  margin-left:      0px;
}

.topsnote
{
  font-style:     italic;
  padding-left:   40px;
  padding-right:  40px;
}

.label
{
  border:         1px solid #48AEE4;
}

#doctitle:link, #doctitle:visited
{
  font-style:     italic;
}

.logopara
{
  text-align:     center;
  margin-top:     20px;
}

.logoimg
{
  border-style:     none;
  text-decoration:  none;
}

.logolink:link, .logolink:visited
{
  text-decoration:  none;
}

.logolink:hover
{
  background-color: transparent;
}

.imageindent
{
  margin-left:  20px;
}

