/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


BODY {
	background-image: url('images/bg7.jpg');
	background-repeat: repeat-x;
	color: #000000;
	
}

.bannerOnly {
  border: 2px;
  color: #000000;
} 

a.nav { 
  color: #ffffff;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
}

a.nav:hover {
  color: #ffcc66;
  text-decoration: none;
}  
  
A {
  color: #000066;
  text-decoration: underline;
}

A:hover {
  color: #993300;
  text-decoration: none;
}

A.login {
  color: #ffffff;
  text-decoration: underline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight: bold;
}

A.login:hover {
  color: #000000;
  text-decoration:none;
} 

FORM {
	display: inline;
}

TR.header {
  background: #3366cc;
}

.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

TR.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #993300;
  color: #ffffff;
  font-weight : bold;
  
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #993300;
  color: #ffffff;
  font-weight : bold;
}


A.headerNavigation {
	color: #FFFFFF;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

A.headerNavigation:hover {
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


TR.footer {
  background: #99cc99;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #99cc99;
  color: #ffffff;
  font-weight: bold;
}


TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a.info:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
.alpha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.alpha:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
}
