body, table, tr, td {
  background-color: #FFFFCC;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

hr {
	color: #CC3300;
	height: 1;
	width: 100%;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.footblack {
  font-size: 12px;
  font-weight: normal;
}

.bgred, .txtyellow {
  background-color: #CC3300;
}

.txtyellow, .headyellow {
  color: #FFFFCC;
}

.headyellow, {
  font-size: 26px;
}

.txtred, .headred, .xxred {
  color: #CC3300;
}

.headred {
  font-size: 20px;
}

.xxred {
  font-size: 30px;
  font-weight: normal;
}

img {
  border: none;
}

img.menuimg {
  cursor: hand;
}

td.aleft {
  text-align: left;
}

td.aright {
  text-align: right;
}

td.acenter, td.acentertop {
  text-align: center;
}

td.atop, td.acentertop {
  vertical-align: top;
}

