/*
  $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,td,th {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

H1 {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: bold;
  font-size: 14px;
}
H3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: top;
  text-decoration: none;
}
.BMlink  {
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: top;
  font-weight: bold;  
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.menu {
	width: 250px;
	vertical-align: top;
	
}
.menu ul, .menu li {
	list-style-type: square;
	padding-left: 10px;
}
li.menu_current {
	font-weight: bold;
}
.current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.content {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}

.infoBox {
  background: #D3E3CE;
}

.infoBoxContents {
  background: #F3F3F3;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #000000;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #D3E3CE;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E2EDDE;
  color: #000000;
  font-weight : standard;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

