body {
  
width: 100%;
  
padding: 0;
  
margin: 0;
  
color: black;
  
background-color: white;
  
font-family: Frutiger, "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}



h1, h2, h3, h4, h5, h6 {
  
font-family: Frutiger, "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  
font-weight: bold;
  
padding-bottom: 0px;
  
margin-bottom: 0px;
}



h1 {
  font-size: 130%;
}


h2 {
  font-size: 120%;
}


h3 {
  font-size: 110%;
}


h4 {
  font-size: 100%;
}



a img {
  border: none;
}



/* *************** */
/* Generic Classes */
/* *************** */


.hidden {
  display: none;
  visibility: hidden;
}


.printMe, .printme {
  display: none;
  visibility: hidden;
}


.small {
  font-size: small;
}


.center, .centered {
  text-align: center;
  margin: auto;
}


.clear, .spacer {
  clear: both;
}


.indent {
  padding-left: 30px;
}
