body {
  margin: 10px;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
  background-color: #CCCCFF;
}

a {
  color: #FFE600;
  text-decoration: none;
}
a:hover	{ text-decoration: underline; }
img { border: 0px }
h1 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

h2 { font-size: 13px; font-weight: bold; }
h3 { font-size: 12px; text-decoration: underline; }


.subtle { color: #666666; }
.linkText { color: #FFE600; }
.smallText { font-size: 10px; }
.error { color: #FFFF33; font-weight: bold }

.mainCell {
  background-color: #99CC00;
  background-image: url(/images/shared/chip-99CC00.gif);
}

.bodyCell {
  background-color: #F781BF;
  background-image: url(/images/shared/chip-F781BF.gif);
  padding: 18px;
}

.storeCell {
  background-color: #FFFFFF;
  padding: 8px 20px;
  color: #000;
}

.storeCell a {
  color: #000;
}

.storeCell a:hover {
  color: #aabbdd;
}

.blueCell {
  background-color: #0099FF;
  padding: 15px 30px;
  color: #FFF;
}

.navTab {
  color: #FFE600;
  white-space: nowrap;
  font-weight: bold;
  background-color: #99CC00;
  background-image: url(/images/shared/chip-99CC00.gif);
}

.rh_footer {
  text-align: center;
  background-color: #99CC00;
  background-image: url(/images/shared/chip-99CC00.gif);
  font-weight: bold;
  padding: 18px;
}

.whiteBG { background-color: #fff; }

.blueTitle { font-weight: bold; color: #009CFF; }

.whiteTable {
  color: #000;
}
