/*
  $Id: stylesheet.css,v 1.48 2002/07/11 17:13:14 dgw_ Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/

BODY {
    background-color : #252525;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu {
  font : small Arial;
  font-size : 12;
  font-weight : normal;
  line-height: 1.6;
}

A { 
  color: #ffda89; 
  text-decoration: underline; 
}

A:hover { 
  color: #ffda89; 
  text-decoration: underline; 
}

TABLE, TR, TD {
font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color : White;
}

TD.pageHeading, DIV.pageHeading, H1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: White;
}

TD.main, P.main, DIV {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color : White;
}

TD.news, P.news {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color : White;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color : White;
}

TD.wiki, SPAN.wiki, P.wiki {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color : White;
}

.tableblack {
	background-color : Black;
}

.tablegrey {
	background-color : #a35337;
}

.LinkTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight : bold;
  color : White;
}

.LinkText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : normal;
   color : White;
}

.LinkURL {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : normal;
  color : White;
}

