@charset "UTF-8";

/***********************************************/
/* CSS file For Hunglead, Inc.                 */
/* FileName: print.css                         */
/* data: 2011/01/07                            */
/***********************************************/


/* ------------------------------------------------------- */
/* ===== PRINT STYLE ===== */
/* ------------------------------------------------------- */

body {
	font-size:12px;
	color:#000000;
	background:#ffffff;
	}

a:link, a:visited {
	text-decoration:underline;
	color:#0000ff;
	}

img {
	border:0;
	}

#globalHead,#globalFoot,#headTxtLink {
	display:none;
	}

.newPage{
	page-break-before:always;
	}
