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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
  clear: left;
}
#pgContent dl {
  float: left;
  
}
#pgContent dt {
  color: #001278;
  font-size: 1.2em;
  line-height: 1.7em;
  font-weight: bold;
}
#pgContent dd {
  margin-bottom: 1em;
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
}

