BODY {
  font-family : arial, sans-serif;
  background: #8DA3C3;
  color: #000000;
  margin: 0px;
}

TD {
  font-family : arial, sans-serif;
  vertical-align: top;
}

DIV {
  font-family : arial, sans-serif;
}

P {
  font-family : arial, sans-serif;
}

.bigTable {
  width: 760px;
  padding: 0px;
  background: #ffffff;
}

.bigLeft {
  text-align: center;
  width: 160px;
}

.product {
  width: 100%;
  margin: 0px 0px 10px 0px;
}

.productHeading {
  color: #000000;
  font-size: medium;
}

.productContent {
  background: #EEEEEE;
  font-size: x-small;
}

.productFooter {
  font-weight: bold; 
  font-size: medium;
  vertical-align: top;
  text-align: right;
}


.menu {
  background: #EEEEEE;
  position: relative;
  left: 5px;
  top: 5px;
  width: 150px;
  padding: 5px;
  font-size: x-small;
}

.footer {
  text-align: center;
  font-size: x-small;
}

.sectionTitle {
  background: #EEEEEE;
  font-size: large;
  font-weight: bold;
  width: 100%;
}

.subtext {
  font-size: xx-small;
}

.boxRight {
  width: 240px;
  margin: 0px 0px 10px 0px;
}