/*
  $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
*/

/*
  Added by sfn 2008-11-18
*/

BODY {
  text-align: center;
  background: #ffffff;
  color: #313839;
  margin: 0px;
}

.fixcenter {
  width: 770px;
  border: #000000 none;
  background: #000000: #000000;
  margin: auto
  margin-top: 20px;
  text-align: left;
}

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

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

.infoBox {
  background: #f8f8f9;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

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

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

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;  
}








