/*
  $Id: windowstylesheet.css,v 1.2 2004/09/17 Stephen Walker SNJ Computers$

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

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/
BODY {
  background-color: #F1F1F1;
}

TABLE.products {
  background-color: #FFFFFF; 
}

TD.products {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  line-height : 1.5;
}

TABLE.headerContents, Table.footerContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color:  #424242;
}

TABLE.header, Table.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:  #424242;
  background-color: #FFFFFF; 
  border-color : #D8D8D8;
  border-style : solid;
  border-width : 1px;
}

.main {
  font-family : Verdana, Arial, sans-serif;
  font-size : 14px;
  font-weight: normal;
}