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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 1em;
}
#pgContent ul + p {
  clear: left;
  magin-bottom: 0;
}
#pgContent img {
  float: left;
  margin-right: 2em;
  margin-bottom: 1.5em;
  width: 12.5em;
  height: 9.4em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
}
#pgContent ul {
  margin-bottom: 1.2em;
  float: left;
  /*padding-left: 3em;
  background: url(/imgs/global/questions.gif) left top no-repeat;*/
}
#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;
}
