/*
  $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 {
	margin: 0px 0px 5px 0px; 
  	padding: 0px;
 	text-align: center; 
	background-color:#ffffff;}
body, td {font-family:Tahoma,verdana,arial; font-size:11px; color:#787878;}

a 
{
	color: #807A80;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

V { 
  color: #800080; 
  text-decoration: none; 
}

TABLE.infoBox {
  background-color: #ffffff; 
  border-color : #496bbc;
  border-style : solid;
  border-width : 1px;
}

TABLE.products {
  background-color: #ffffff; 
}

TD.products {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  line-height : 1.5;
}

TD.main {
  font-family : Verdana, Arial, sans-serif;
  font-size : 12px;
  line-height : 1.5;
}

TABLE.header, Table.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #97BDCF; 
  border-color : #97BDCF;
  border-style : solid;
  border-width : 1px;
}

TABLE.headerContents, Table.footerContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: white;
}