.BodyFont {
  font-weight: normal;
  font-size: 16px;
  font-family: 'Trebuchet MS';
  color: #5b6f80;
  line-height: 1.4em;
}
.BreadcrumbsFont {
  font-weight: normal;
  font-size: 15px;
  color: #827b78;
}
.RoundedCornersAll {
  -webkit-border-radius: 8px;
  /* for safari */
  -moz-border-raidus: 8px;
  /* for firefox < 4 */
  border-radius: 8px;
  /* for all other that support it */
}
.RoundedCornersAllThin {
  -webkit-border-radius: 5px;
  /* for safari */
  -moz-border-raidus: 5px;
  /* for firefox < 4 */
  border-radius: 5px;
  /* for all other that support it */
}
.RoundedCornersTop {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -mox-border-top-left-radius: 8px;
  -mox-border-top-right-radius: 8px;
}
.RoundedCornersBottom {
  -webkit-border-bottom-left-radius: 8px;
  /* for all other that support it */
  -webkit-border-bottom-right-radius: 8px;
  /* for all other that support it */
  -moz-border-bottom-left-radius: 8px;
  /* for all other that support it */
  -moz-border-bottom-right-radius: 8px;
  /* for all other that support it */
  border-bottom-left-radius: 8px;
  /* for all other that support it */
  border-bottom-right-radius: 8px;
  /* for all other that support it */
}
.RoundedCornersRightThin {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  /* for all other that support it */
  -moz-border-bottom-right-radius: 5px;
  /* for all other that support it */
  border-bottom-right-radius: 5px;
  /* for all other that support it */
}
.RoundedCornersNone {
  -webkit-border-radius: 0;
  /* for safari */
  -moz-border-raidus: 0;
  /* for firefox < 4 */
  border-radius: 0;
  /* for all other that support it */
}
