body { 
  color: black;
  background: white;
  font-size: 12pt;
  }
	
h1,h2,h5,p { 
  margin-top: 1em; 
  margin-bottom: 1em; 
  }
	
h1 { 
  font-size: 180%; 
  color: black; 
  font-family: Arial, Helvetica, sans-serif; 
  }
	
h2 { 
  font-size: 150%; 
  color: black; 
  font-family: Arial, Helvetica, sans-serif; 
  }
	
h3 { 
  font-size: 150%; 
  color: black; 
  font-family: Arial, Helvetica, sans-serif; 
	page-break-before: always;
  }
	
h4 { 
  font-size: 100%; 
  letter-spacing: -0.1em;
  font-family: Arial, sans-serif; 
  color: black; 
  }
	
h5 { 
  font-size: 75%; 
  font-family: Arial, sans-serif; 
  color: black; 
  }

h6 { 
  font-size: 70%; 
  font-family: Arial, sans-serif; 
  color: black; 
  text-transform: uppercase; 
  }
	
p { 
  font-size: 100%; 
  font-family: Georgia, "Times New Roman", serif; 
  color: black; 
  }

p.break {
  page-break-before: always;
	}
	
p.menu { 
  font-size:100%; 
  font-family: serif; 
  color: black; 
  }
	
p.noprint {
  display: none;
}

pre { 
  font-family: monospace; 
  }
	
ul { 
  font-size:85%; 
  text-indent: 0em; 
  }
	
a:link {color: #0000FF; }
a:visited {color: #008000; }
a:active {color: #00CCFF; }
a:hover {color: #FF0000; }

#headl {
  position: absolute;
  top: 0px;
  left: 0px;
	height: 63px;
  border: 0px;
  background-color: #009900;
  padding: 0px;
  z-index: 2;
}

#headr {
  position: absolute;
  height: 63px;
	top: 0px;
	left: 175px;
	right: 0px;
  border: 0px;
  background-color: #009900;
  padding: 0px;
  z-index: 2;
}

#content {
  margin-top: 75px;
  left: 0;
  border: 0;
  background-color: white;
  padding: 0;
}
	
#fullpage {
  margin-top: 75px;
  left: 0;
  border: 0;
  background-color: white;
  padding: 0;
}

#navleft {
  display: none;
}

p.noprint {
  display: none;
}

