/*
  $Id: stylesheet.css

  JTNSI, Open Source E-Commerce Solutions
  http://www.jtnsi.net

  Copyright (c) 2002	JTNSI

*/


BODY {
  background: #ffffff;
  margin: 0px;
}

A { 
  color: #8D6752; 
  text-decoration: underline; 
}
A.main { 
  color: #ffffff; 
  text-decoration: underline; 
}
A.nav { 
  color: #996633; 
  text-decoration: underline; 
}
A:hover {
  color: #ffffff;
  text-decoration: underline;
}
FORM {
	display: inline;
}

TD.main, P.main, TD.Fields,  td.Data, ul.main, blockquote.main, ol.main{
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color:#ffffff;
	background : #8D6752;
}

TD.nav, P.nav{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight : bold;
	line-height: 1.5;
	color:#996633;
	background : #CC9966;
	margin-left: 80px;
}
P.title{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style : italic;
	line-height: 1.5;
	color:#000000;
	background : #8D6752;
	font-weight : bold;
	text-align : center;
}

