/* Sets the font sizes and line heights */

body {
  font-family: 'Liberation Sans',  Arial, 'Nimbus Sans L', Helvetica, sans-serif; /* The basefont stack */
  color: #111111;
  font-size: 62.5%;           /* This scales the basefont so that 1em = 10px when the default browser font size is set to 16px */
  line-height: 1.6em;	      /* Sets the baseline height to 16px */
}

p {
  font-size: 1.3em;           /* Text size 13px */
  margin-bottom: 16px; 
  padding-left: 8px;
  padding-right: 8px;       
}

h1 {
  font-size: 2.4em;
  line-height: 36px;
  margin-bottom: 12px;
  text-indent: 8px;
}

h2 {
  font-size: 2.1em;
  line-height: 32px;
  margin-bottom: 0px;
  text-indent: 8px;
}

h3 {
  font-size: 1.8em;
  line-height: 27px;
  margin-bottom: 5px; 
  text-indent: 8px;
}

h4 {
  font-size: 1.3em;
  line-height: 16px;
  margin-bottom: 0px;
  font-weight: bold;
  text-indent: 8px;
}

h5 {
  font-size: 1.2em;
  line-height: 16px;
  margin-bottom: 0px;
  font-weight: bold;
  text-indent: 8px;
}

h6 {
  font-size: 1.0em;
  line-height: 1.6em;
  margin-bottom: 0px;
  font-weight: bold;
  text-indent: 8px;
}

.text16 {
  font-size: 1.6em;
  line-height: 20px;			/* Incremental leading ratio of 4:5 */ 
  margin-top: -2px;
}

.text14 {
  font-size: 1.4em;
}

.text12 {
  font-size: 1.2em;
}

.text10 {
  font-size: 1.0em;
  line-height: 12.8px;			/* Incremental leading ratio of 5:4 */ 
  padding-top: 1.6px;
}

ul, ol, dl {
  margin-top: 16px;
  margin-bottom: 16px;
}

ul, ol {
  font-size: 1.3em;
  margin-left: 2em;
}

ul {
  line-height: 16px;
  list-style:disc outside;
}

ul.doublespaced li {
  margin-bottom: 16px;
}

ol {
  line-height: 16px;
  list-style: decimal outside;
}

ol li {
  margin-bottom: 16px;
}

dt {
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px; 
  margin-bottom: 16px;
}

dd {
  font-size: 1.4em;
  padding-left: 8px;
  padding-right: 8px; 
  margin-bottom: 16px;
}

ul ul, ul ol, ul dl, ol ol, ol ul, ol dl, dl ul, dl ol, dl dl { 
  font-size: 100%;  /* Fixes multiple font scaling in nested lists */
}

ul.ruled1pix {
  margin-top: -8px;
  margin-bottom: 8px;
}

ul.ruled1pix li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

input, select, button {
  cursor:pointer;
}
