/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #000000;
  text-decoration: none;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #000000;
  text-decoration: none;
  margin-bottom: 0;
}

H1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  color: #000000;
  font-weight: bold;
}

H2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13pt;
  color: #000000;
  font-weight: bold;
  font-style: italic;
}

H3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #000000;
  font-weight: bold;
}

A {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #555555;
  text-decoration: underline;
}

A:hover {
  color: #000000;
  text-decoration: underline overline;
}

IMG   {
  border: 0;
}

FORM {
	display: inline;
}

span.capt {
  font-size: 11pt;
  font-weight: bold;
}

span.subcapt {
  font-size: 9pt;
  font-weight: normal;
  font-style: italic;
}

TD.leftcol {
  font-size: 9pt;
}

TD.leftcol_title {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

li {
  line-height: 15pt;
  font-weight: normal;
}
