/*
CSS file for Hongkongpost.com
Author	: Laurence Lim (webmaster)
Date	: Jul 12, 2006
Version	: 1.1
*/

	table.criteria {
		background-color: #FFFFFF;
		width: 100%;
		border:#999999 solid 1px;
	}

	table.criteria th {
	width:15%;
		padding: 2px;
		text-align:left;
		font-weight:bold;
		border:#999999 solid 1px;
	}
	
	table.criteria td {
		width:12%;
		padding: 2px;
		vertical-align: top;
		border:#999999 solid 1px;
	}