@charset "utf-8";
/* CSS Document */

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
}
#pgContent p + p {
  clear: left;
}
#pgContent ul + p {
  clear: both;
}
#pgContent img {
  float: left;
  width: 12.5em;
  height: 9.4em;
  margin-right: 1em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
  margin-bottom: 1em;
}
#pgContent ul {
  float: left;
  margin-bottom: 2em;
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.3em;
  padding-left: 1em;
  background: url(/imgs/global/block.gif) left 0.4em no-repeat;
}
#pgContent p + img {
  margin-right: 1.5em;
  margin-bottom: 0;
  
}
#pgContent #receivables {
  margin-bottom: 0;
}
#pgContent #receivables img {
  margin-right: 0;
  margin-bottom: 0;
}

#pgContent #receivables li {
  padding-left: 1.2em;
  background: url(/imgs/global/check.gif) left 0.2em no-repeat;
}
