/*
  $Id:stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

BODY {
  background:#ffffff;
  color:#444444;
  font-size:12px;
  margin:0px;
  font-family:Verdana, Arial, sans-serif;
}
	
TD.pageHeading, DIV.pageHeading {
  font-family:Verdana, Arial, sans-serif;
  font-size:20px;
  font-weight:bold;
  color:#9a9a9a;
}
A {
  color:#ee8202;
  text-decoration:none;
}

A:hover {
  color:#ee8202;
  text-decoration:underline;
}
img {
border-color:#000000;
}
a:hover img {
border-color:#ee8202; 
}
#footer {
	text-align:center;
	color:#999;
	}

.vr {
	width:1px;
	background:#db7734;
	margin:0 10px;
}