/*
	/parknpool/includes/stylesheets_0802//emhe_tbl.css

	Adapted from osCommerce, Open Source E-Commerce Solutions
	http://www.oscommerce.com
	Copyright (c) 2003 osCommerce
	
	Code modifications copyright (c) 2004-2008 ParknPool Corp.
	 
	2005/05/09 mv	copy from stylesheet_all_info_pages.css.
	2008/02/12 mv	Modify to use new page design.
*/

/* Used in Page Body Section -- Large Information Tables */

.emheInfoSecHdr {
	font-size: Medium;
	font-weight: bold;
	padding: 30px 0px 2px 0px;
	text-align: center;
}

table.emheInfoTable {
	color: #ffffff;
	background-color: #dfd;
	border: 1px solid #036;
	font-size: small;
	margin: 0;
	width: 600px;
}


