
.navbar {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 10px;
}

.column {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #669966;
}

.column a:link {
	color: #669966;
	font-weight: normal;
	text-decoration: none;
}

.column a:visited {
	color: #669966;
	font-weight: normal;
	text-decoration: none;
}

.column a:hover {
	color: #660000;
	font-weight: normal;
	text-decoration: none;
}

.columnError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.errorBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffb3b5;
  font-weight: bold;
}

.bodyHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #660000;
}

.body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #669966;
}

.bodybig {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #669966;
}

.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #669966;

}

.smallText a:link {
	color: #669966;
	font-weight: normal;
	text-decoration: none;
}

.smallText a:visited {
	color: #669966;
	font-weight: normal;
	text-decoration: none;
}

.smallText a:hover {
	color: #660000;
	font-weight: normal;
	text-decoration: none;
}


CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.markProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
}

.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.formArea {
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

BODY {
  color: #000000;
  margin: 0px;
}

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

FORM {
	display: inline;
}

A.pageResults { 
  color: #0000FF; 
}

A.pageResults:hover { 
  color: #0000FF; 
  background: #e0e0e0; 
}