/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 1223 2005-04-22 03:46:20Z ajeh $
*/
body {
	color: #333399;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


table {
	border-collapse: collapse;
	margin: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
}

td {
	font-size: 10px;		
	font-weight: bold;
}

td.ico {
	background-image: url(images/winplayer.jpg)
}

A.high {
  color: #006600;
  text-decoration: none;
  font-weight: bold;
  font-size: 9px;
}

A.low {
  color: #FF6666;
  text-decoration: none;
  font-weight: bold;
  font-size: 9px;
}

A {
  color: #428dff;
  text-decoration: none;
}

A:hover {
  color: #ffb062;
  text-decoration: none;
}