h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006666;
	font-style: normal;
	letter-spacing: 2pt;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336666;
	font-style: normal;
	text-align: center;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
.graybk { background-color: #E6E6E6;}
.projects {
  font:  10pt "Arial", "Helvetica", sans-serif;
}
th {
  background: #999;
  color: black;
  text-align: left;
}
.subheading {
  background: #CCC;
  color: black;
  text-align: center;
}
@media print {
  #sidebar {
    display: none;
  }
  body {
    margin: 0;
    padding: 0;
  }
}