/*these items will not print*/
	#menu, #submenu, .whats-new, #footer, .home-feature { display: none; }

body {
	background: white;
	font-size: 12px;
	color: #000000;
	}
	
a:link, a:hover, a:visited, a:active {
	color: #0000FF;
	text-decoration: underline;
}
#content .content-left-inner h1 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  height: 50px !important;
}
#content .content-left-inner h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  height: 50px !important;
}


#printOnly {
	}
.printOnlyContent {
 	font-size: 16px;
	}