/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3215 2006-03-20 06:05:55Z birdbrain $
 */
 
body {
	margin: 0 auto;
    padding: 0;
  	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url("images/background.gif");
        }

TD {
	font-family : Arial, Helvetica, sans-serif sans-serif;
	font-size: 11px; 
	fontsize: 11px;
	}

a:link, #navEZPagesTOC ul li a {
	color: #4d4d4d;
	text-decoration: none;
	}
 
a:visited {
	color: #4d4d4d;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #cc3300;
	}

a:active {
	color: #a0a0a0;
	}
