/* Gift Card - General Formatting
------------------------------------------------------------------------*/
.giftCardContent {
  width:880px;
  margin-left: 50px;
  padding: 10px;
}

/* Gift Card - Text
------------------------------------------------------------------------*/
.txtHeaderBold{
  font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  font-variant: normal;
  color: #000000;
  text-decoration: none;
  text-align: left;
}
.txtNormal {
  font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size: 1.3em;
  color: #000000;
  text-align: left;
  margin-bottom: 15px;
}
a.txtNormalLink  {
  font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  color: #991000;
}