body {
	height: 100.01%;
	font-size:100%;
	text-align:left;
	
}

p	{
	align: left;
	margin-left:20px;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:0.875em; <!-- 14pt -->
	text-align: left;
}

img	{
 border:0px;
}

/*
img.button_image	{
	display: inline-block;  
	background: #eaeaea;  
	padding: 6px;  
	border: solid 1px #d6d6d6;  
}
*/

a.button_image, a.button_image:link, a.button_image:visited {
	background: transparent;
	padding: 0px;
	border: solid 1px transparent;  
	display: inline-block;
}

a.button_image:hover, a.button_image:active {
	background: transparent; 
	padding: 0px;
	border: solid 1px #7f3934;
	display: inline-block;
}
/*
a.button_image img {
	display: inline-block;
	border: none;
	border: solid 1px #d6d6d6;
}
 */	
 /* redundant selectors to help NS4 not forget 
div, p, th, td, li, dd, dl, dt  {
      
  font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
  }
  */
a	{
	/*text-decoration: underline;*/
	text-decoration: none;
	font-weight: bold;
}

a.no_hover_underline:hover	{
	 background-color: transparent;
}

a:link	{
	color: #7f3934;
	background-color: transparent;
	text-decoration: underline;
	
	}
a:visited	{
	color: #7f3934;
	background-color: transparent;
	}

a:hover	{
	color:	#7f3934;
	background-color: transparent;
	text-decoration: underline;
	}
	
a:active	{
	color:	#600;
	background-color: transparent;
	}


h1	{
	margin-top:20px;
	margin-left:20px;
	font-size:1.375em; <!-- 22pt -->
	color: #5c2d29;
	font-family: Times, serif;
	font-weight: 900;
	}

h2	{
	margin-top:0px;
	margin-left:20px;
	margin-bottom:1px;
	font-size:1.25em; <!-- 20pt -->
	color: #5c2d29;
	font-family: Times, serif;
	font-weight: 700;
	}
 <!-- font-style:italic;-->
 <!--font-size:0.875em; 14pt -->
 <!--font-size:0.9375em; 15pt -->
  <!--font-size:1em; 16pt -->
    <!--font-size:1.0625em; 17pt -->
	<!--font-size:1.25em; 20pt -->
 <!-- text-transform:capitalize; -->
 <!-- font-family: Courier New, Courier, momospace; -->
  <!-- font-family: Arial, Helvetica, sans-serif; -->
h3	{
	font-size:0.875em; <!-- 14pt -->  
	}

h4 {
	font-size:	18px;
	}

h5	{
	font-size:	14px;
	}

h6	{
	font-size:	13px;
	}
	


.ahem	{
	display: none;
	}

.tileHV {background-image: url(../img/interface/tile-1.gif); background-repeat: repeat;}

.product {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	font-size:1.0em; <!-- 16pt -->  
	letter-spacing:-1px;
	color: #543;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:Bold;
}

.indent{
margin-left:20px;
}

#content {
  width: 748px ;
  margin-left: auto ;
  margin-right: auto ;
}
