body {
background: #FFFFCC;
margin: 0;
text-align: center; 
}

h1 {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin-bottom: -13px;
  font-size: xx-large;
}

h2 {
/*  background: #FFCC00;
  color: #FFFFCC;  */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  font-size: x-large;
}

div.kfr_header {
  background: #FFFFCC;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 750px;
  text-align: left;
}
div.commlogo {
  background: #FFFFCC;
  color: #006600;
  text-align: center;
  text-decoration: none;
  font-style: italic;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Times New Roman";
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 730px;
}

div.kfr_body {
  background: #FFFFCC;
  color: #006600;
  text-decoration: none;
  font-family: Verdana;
  font-weight: normal;
  font-size: medium;
  text-align: left;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 730px;
}

div.kfr_footer {
  background: #006600;
  color: #dcdcdc;
  font-weight: lighter;
  font-size: x-small;
  text-transform: none;
  font-style: normal;
  font-family: Verdana;
  font-variant: normal;
  text-decoration: none;
  text-align: left;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 750px;
}
img.photo {
  border: thin inset black;
  margin: 1px;
}

td.photoframe {
  border:  none;
  margin: 10px;
  padding: 5px;
  font-weight: lighter;
  font-size: medium;
  text-align: center;
  font-family: Verdana;
  color: #006600;
}

.stat_grid_main {
  border: 2pt solid #006600;
  border-collapse: collapse;
  text-align: center;
}
.stat_grid_tl {
  border: 0.75pt solid #006600;
  font-weight: bold;
  color: #dcdcdc;
  background-color: #006600;
}
.stat_grid_left {
  border: 0.75pt solid #006600;
  font-weight: bold;
  color: #dcdcdc;
  text-align: left;
  background-color: #006600;
  width: 6%;
  height: 2em;
}
.stat_grid_top {
  border: 0.75pt solid #006600;
  font-weight: bold;
  color: #dcdcdc;
  text-align: right;
  background-color: #006600;
  width: 4%;
  height: 2em;
}
.stat_grid_data {
  border: 0.75pt dotted #006600;
  font-weight: normal;
  color: #006600;
  text-align: right;
  background-color: #dcdcdc;
  width: 4%;
  height: 2em;
}
.stat_grid_total {
  border: 0.75pt dotted #006600;
  font-weight: bold;
  color: #006600;
  background-color: #dcdcdc;
  width: 4%;
  height: 2em;
}
.stat_grid_desc {
  border: 0.75pt solid #006600;
  font-weight: normal;
  color: #dcdcdc;
  text-align: left;
  background-color: #006600;
  width: 6%;
  height: 2em;
}
.stat_grid_link {
  border: 0.75pt dotted #006600;
  font-weight: normal;
  font-style: italic;
  color: #006600;
  background-color: #dcdcdc;
  width: 4%;
  height: 2em;
}
.norm_grid_tl {
  text-align: left;
  width: 20%;
  height: 2em;
  display: table-cell;
  vertical-align: top;
}
.norm_grid_top {
  border: 0.75pt solid #006600;
  font-weight: bold;
  text-align: left;
  width: 40%;
  height: 2em;
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
.norm_grid_left {
  border: 0.75pt solid #006600;
  font-weight: bold;
  text-align: left;
  width: 20%;
  height: 2em;
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
.norm_grid_text {
  border: 0.75pt solid #006600;
  font-weight: normal;
  text-align: left;
  width: 40%;
  height: 2em;
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
