/*
 * Print Stylesheet
 */ 

html { font-size: 85%;}

body {
  line-height: 135%;
  font-family: arial, sans-serif;

}

.align-center {
  text-align: center;
}

img,
#blind-navigation,
#page-header img,
#breadcrumb-wrapper,
.meta-navi,
#left-side-wrapper,
#service-menu-wrapper {
  display:none;
  visibility:hidden;
}

#page-header h1 {
  font-size:130%;
  padding-bottom:15px;
}

h1 {
  font-size: 125%;
  margin-bottom: 3px;
}

h2 {
  font-size: 100%;
  margin-top: 6px;
}

h3 {
  font-size: 90%;
  margin-top: 12px;
}

h4 {
  font-size: 80%;
  margin-top: 6px;
}

h5 {
  font-size:80%;
}
h6 {
  font-size:80%;
}

#page-footer p {
  font-size: 75%;
}
