body, div, span, td {
  font-family: Tahoma, Arial, Verdana;
  font-size: 11px;
  color: #45453F;
}

a {
  font-weight: bold;
  color: #63603B;
  text-decoration: underline;
}

a:hover {
  font-weight: bold;
  color: #79742B;
  text-decoration: underline;
}

a.menu-link {
  font-weight: bold;
  color: #63603C;
  text-decoration: none;
}

a.menu-link:hover {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a.menu-link-on {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a.menu-link-on:hover {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.bg {
  background-color: #5A5845;
}

.header {
  background-image: url('images/header-cream.jpg');
  font-family: MS Trebuchet, Tahoma, Arial, Verdana;
  font-size: 22px;
  font-weight: bold;
  color: #28270A;
}

.menu-cell {
  background-image: url('images/m-cream.jpg');
  padding-left: 10px;
}

.menu-cell-on {
  background-image: url('images/m-cream-hover.jpg');
  padding-left: 10px;
}

.menu-cell-header {
  background-color: #666;
  padding-left: 8px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

.shaded-bg {
  background-color: #F8F8F5;
}

.title {
  font-weight: bold;
  color: #171603;
}

.small {
  font-size: 10px;
}

.border {
  background-color: #999999;
}

.header-bg {
  color: #000000;
  font-weight: bold;
  background-color: #BBBBBB;
}

.title-bg {
  background-color: #DDDDDD;
}

input, textarea, select {
  font-size: 11px;
  font-family: Verdana;
}
.footer {
  background-image: url('images/footer-cream.jpg');
}

.footer-text {
  color: #5A5845;
}

.footer-text:hover {
  color: #5A5845;
}

.error {
  color: red;
}

.success {
  color: #171603;
}

.large {
  font-size:14px;
  font-weight: bold
}

.shaded-input {
	background-color: #F6F7F7;
	border-style: solid;
	border-width: 0px;
	border-color: #F6F7F7;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	width: 200px;
	height: 15px;
	vertical-align: middle;
}