/*
  $Id: stylesheet.css,v 1.48 2002/07/11 17:13:14 dgw_ Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/

BODY {
  background: #fff6eb;
  color: Black;
  margin: 0px;
  font-size: 12px;
  line-height: 1.5;
}

.subheading, H2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.emphisis, H4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #000000;
}

.highlight, H4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TD.wiki, SPAN.wiki, P.wiki {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}

TD.pageHeading, DIV.pageHeading., H1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: Black;
  text-align: center;
}

Table, TD, TR, P {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

A { 
  color: #000080; 
  text-decoration: underline; 
}

A:hover { 
  color: #000080; 
  text-decoration: underline; 
}

HR {
  color: #000080; 
}

TD.smalltext, SPAN.smalltext, P.smalltext {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}