/*
  $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
*/
html
{
	height:100%;
}

BODY {
  height:100%;
  	background : #cccccc;
	color : #2d3d5f;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
}

FORM {
	display: inline;
}

h2
{
    margin-top:10px;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	text-transform:uppercase;
  	background:#2d3d5f;
  	color:#FFFFFF;
    
}

A {
  color: #2d3d5f;
  text-decoration: none;
}

TD
{
     color : #2d3d5f;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
}

.tab
{
    width:150px;
    float:left;
}

