
/*
 * Print Stylesheet
 */
 
.align-center {
	text-align: center;
}

img,
#blind-navigation,
#page-header img,
#breadcrumb-wrapper,
#menu-meta, 
#menu-meta-bottom,
#content-left-wrapper,
#menu-toolbar-wrapper,
.print_button {
	display:none;
	visibility:hidden;
}

#page-header h1 {
	font-size:140%;
	padding-bottom:15px;
}

#content-wrapper h1 {
	font-size:130%;
}
#content-wrapper h2 {
	font-size:120%;
}
#content-wrapper h3 {
	font-size:115%;
}
#content-wrapper h4 {
	font-size:110%;
}
#content-wrapper h5 {
	font-size:105%;
}
#content-wrapper h6 {
	font-size:100%;
}