/* CSS Document */

.default{ /* Default style black */
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
}
.bold{ /* Default style black bold */
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
  font-weight:bold;
}
.small{ /* Small style black */
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#000000;
}