BODY {
  background: #FFFFFF;
  color: #1B1B50;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 0;
}

IMG {
  border: 0;
}

A.NoUnderline {
  text-decoration: none;
}

.BoldFont {
  font-weight: bold;
}

.XSmallFont {
  font-size: xx-small;
}

.XSmallBold {
  font-weight: bold;
  font-size: xx-small;
}

.SmallFont {
  font-size: x-small;
}

.SmallItalic {
  font-style: italic;
  font-size: x-small;
}

.SmallBold{
  font-weight: bold;
  font-size: x-small;
}

.LargeFont {
  font-size: large;
}

.LargeBold {
  font-weight: bold;
  font-size: large;
}

.XLargeFont {
  font-size: x-large;
}

.XLargeBold {
  font-weight: bold;
  font-size: x-large;
}

.PageHeader {
  font-weight: bold;
  font-size: x-large;
  color: #FF0000;
  position: absolute;
  width:310px;
  height:40px;
  z-index:1;
  left: 30px;
  top: 126px;
}

.ShipSameDayText {
  font-weight: bold;
  font-size: xx-small;
  color: #FF0000;
  margin-left: 40px;
}

.BoldFont {
  font-weight: bold;
}

.BlueBorder {
  border: thin solid blue;
}

DIV.RowContainer {
  display: inlin;
  border: thin solid blue;
}

DIV.ColumnContainer {
  display: run-in;
  border: thin solid blue;
}
