body {
	color: #333333;
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.smallText {
  font-family: Arial, Century Gothic, verdana, sans-serif; font-size: 10px;
}

A {
  color: #333333;
  text-decoration: none;
}

A:hover {
  color: #CCCC66;
  text-decoration: none;
}

A.tanText {
    color: #CCCC66;
}

TD.mainMenu {
  font-family: Arial, Century Gothic, verdana, sans-serif;
  letter-spacing : 5px;
  font-size: 12px;
  background: #666666;
  color: #333333;
  text-align: center;
}

TD.purchaseTableHeading {
  font-family: Arial, Century Gothic, verdana, sans-serif;
  letter-spacing : 5px;
  font-size: 12px;
  background: #CCCC66;
  color: #333333;
  text-align: center;
}

TD.purchaseTableContent {
  font-family: Arial, Century Gothic, verdana, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #333333;
  text-align: center;
}

TD.lowerMenu {
  font-family: Arial, Century Gothic, verdana, sans-serif;
  letter-spacing : 5px;
  font-size: 10px;
  background: #ffffff;
  color: #333333;
  text-align: left;
}

SPAN.tanText {
  font-family: Arial, Century Gothic, verdana, sans-serif;
  color: #CCCC66;
}

.tb1 {
height: 100%;
width: 100%;
}

TD.main, P.main {
  font-family: Arial, Century Gothic, verdana, sans-serif;
  letter-spacing : 1px;  
  font-size: 12px;
  line-height: 1.5;
}

/* message box */

.messageBox { font-family: Arial, Century Gothic, verdana, sans-serif; font-size: 15px; }
.messageStackError, .messageStackWarning { font-family: Arial, Century Gothic, verdana, sans-serif; font-size: 15px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Century Gothic, verdana, sans-serif; font-size: 15px; background-color: #99ff00; }
