@charset "utf-8";

/*********************************
 *  NZ Focus on Health	30|08|08 * 
 *  Print CSS					 * 
 *********************************
 
 ******************************************************************************************** Initials */

html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input {
	margin:0px;
	padding:0px;
}
html, body {
	font-family:Verdana, sans-serif;
	border:0;
	color:#555555;
	height:100%;
	font-size:11px;
	line-height:18px;
}
img {
	border:0;
	margin:0;
	padding:0;
}
#wrapper, #content {
   width: auto;
   margin: 0 2%;
   padding: 0;
   border: 0;
   float: none !important;
   background: transparent none;
   }
#header div.header_bar, #footer {
   display: none !important;
}
#header,
#header div.header_bar {
	height: auto !important;
	clear: both;
}

#header div.left_logo {
	position: absolute;
	top: 0;
	left: 0;
}

#header div.right_logo {
	position: absolute;
	top: 11px;
	right: 0;
}


/******************************************************************************************** Letter Style */


p {
	padding:5px 0px 10px 0px;
}
h1 {
	font-size:22px;
	line-height:24px;
	font-weight: bold;
	margin:0px;
	padding:5px 0px 5px 0px;
}
h2 {
	color:#CAD025;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	margin:0px;
	padding:5px 0px 5px 0px;
}
h3 {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 5px 0px;
}
h4 {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 5px 0px;
}
a:link {
	color:#555555;
	text-decoration:underline;
}
a:visited {
	color:#555555;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
.hrule {
	width:100%;
	height:6px;
	padding:5px 0px 0px 0px;
	border-bottom:double #000000 1px;
	margin:0px 0px 5px 0px;
	line-height:6px;
	font-size:6px;
	}
.hrulevar {
	width:100%;
	height:6px;
	padding:5px 0px 0px 0px;
	border-bottom:solid #555555 1px;
	margin:0px 0px 5px 0px;
	line-height:6px;
	font-size:6px;
	}
.breadcrumb {
	padding:15px 0px;
	}
