/*
  $Id: stylesheet.css,v 1.50 2002/11/02 03:06:05 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/

.boxText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fefeea;
}

.infoBox {
	background: #AB3912;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.infoBoxContents {
  background: #fefeea;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #fefeea;
}

.infoBoxNoticeContents {
  background: #fefeea;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #AB3912;
  color: #fefeea;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsTable {
	background: #fefeea;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;

}
.boxTextPRE {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

