	.title {
		font-family : Arial;
		font-size : 11pt;
		font-weight : bold;
	}
	
	.main {
		font-family : Verdana;
		font-size : 10pt;
	}
	
	.small {
		font-family : Verdana;
		font-size : 8pt;
	}
	
	.price {
		font-family : Verdana;
		font-size : 10pt;
		color: #990000;
	}
	
	.sold {
		font-family : Verdana;
		font-size : 10pt;
		color: #999999;
	}
		
	.listprice {
		font-family : Verdana;
		font-size : 10pt;
		text-decoration: line-through
	}
	
	P.footer {
		font-family : Verdana;
		font-size : 8pt;
		font-weight : bold;
		font-variant : normal;
		color : Gray;
	}
	
