
  /*  CSS1 */



body {
	color: #666;
	background: #fff;   /* Netscape 6, Mac */


	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 10px;

	margin-left: 0px;


	font-size: 80%;

	font-family: verdana, arial, helvetica, sans-serif;

	}



#width {
color: #666;

	background: #fff;


	font-family: verdana, arial, helvetica, sans-serif;

	}



h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;

	margin-bottom: 5px;


	color: #333;

	}



h1 {
 font-size: 2.5em;

	}



h2 { font-size: 2.25em;

	}



h3 { font-size: 2em;

	}



h4 { font-size: 1em;

  margin-bottom: 10px;

  }



h5 {
 font-size: 1.5em;

  }



h6 { font-size: 1.25em;

  }



ul li {
 list-style: square;

	}



ol li {
	margin-left: 20px;

  	list-style: lower-alpha;

	}



dt {
  margin-top: 15px;

	}



dd {
  margin-top: 5px;

	margin-bottom: 5px;

	}



address {
  margin-left: 25px;


  	letter-spacing: .1em;

  	}



img {
  display: none;

  	}



#item {
  margin-top: 10px;

  	margin-bottom: 20px;

  	}



.headingRunIn {
  display: run-in;

  	}


p.sold {
  text-decoration: line-through;

  	color: #999;

  	}


p.soldt {
  color: #DC143C;

  	font-size: 24pt;

  	}


p img.sold {
  color: #DC143C;

  	font-size: 24pt;

  	text-align: center;

  	}

