/* Start of CMSMS style sheet 'chapel' */
body {
  color: #000000;
  background-color: #ffffff;
  font-size: 10pt;
  font-family: Tahoma;
  margin: 10;
}

td.nav {
  color: #000000;
  background-color: #fff;
  font-size: 10pt;
  text-align: center;
  font-family: Tahoma;
}
td.header {
  color: #000000;
  font-size: 10pt;
  font-family: Tahoma;
}
td.label {
  color: #000000;
  background-color: #ccccff;
  font-size: 10pt;
  font-family: Tahoma;
}
td.body {
  color: #000000;
  background-color: #ffffff;
  font-size: 10pt;
  font-family: Tahoma;
}
td.bodyalt {
  color: #000000;
  background-color: #e9e9e9;
  font-size: 10pt;
  font-family: Tahoma;
}
td.footer {
  color: #000000;
  font-size: 10pt;
  font-family: Tahoma;
}

a: link {
  color: #002060;
  text-decoration: underline;
  font-family: Tahoma;
}
a: visited {
  color: #333333;
  text-decoration: underline;
  font-family: Tahoma;
}
a: active {
  color: #606060;
  text-decoration: underline;
  font-family: Tahoma;
}
a: hover {
  color: #700000;
  text-decoration: underline;
  font-family: Tahoma;
}

div.heading {
  background-color: #fc9604;
  color: #ffffff;
  padding: 9px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
div.leftsidebar {
  float: left;
  width: 150px;
  background-color: #ffffff;
  font-size: 12pt;
  padding: 7px;
  border-right: 1px dotted #666666;
  color: #888888;
  font-variant: small-caps;
  line-height: 9pt;
}
div.leftsidebar a {
  color: #444444;
  text-decoration: underline;
  padding: 0.3em;
  font-size: 10pt;
  font-variant: normal;
  display: block;
  margin: 0;
  width: auto;
}
div.leftsidebar a: hover {
  background: #666666;
  color: #ffffff;
}
div.thebody {
  padding: 5px;
  margin-left: 180px;
  font-size: 10pt;
  font-family: Tahoma;
  text-align: justify;
}
div.bottom {
  background-color: #ffffff;
  border-top: 1px solid #666666;
  padding: 3px;
  text-align: center;
  font-size: 8pt;
}

p.title {
  font-size: 14pt;
  font-weight: bold;
  margin: 0;
}
p.smalltitle {
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  padding: 4px;
  background-color: #cccccc;
  text-transform: uppercase;
}
p.sectionname {
  font-weight: bold;
  margin: 0;
}

.leftsidebar p.sectionname {
  padding-left: 15px;
}

.icons {
  text-align: center;
}

/* End of 'chapel' */

