BODY {
  background-color: white;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
A:link {
  color: red;
}
H1 {
  font-weight: bold;
  padding: 10px;
  font-size: 200%;
  font-family: Georgia, serif;
  background-color: rgb(255,240,180);
  border-top: 2px solid rgb(200,200,200);
  border-bottom: 2px solid rgb(200,200,200);
}
TABLE.header {
  width: 100%;
  margin-bottom: 15px;
  background-color: rgb(255,240,180);
  border-top: 2px solid rgb(200,200,200);
  border-bottom: 2px solid rgb(200,200,200);
}
TD.headerCol0 {
  padding: 10px;
  font-weight: bold;
  font-size: 200%;
  font-family: Georgia, serif;
}
TD.headerCol1 {
  padding: 10px;
  text-align: right;
  vertical-align: top;
  font-weight: plain;
  font-size: 80%;
  font-family: Georgia, serif;
}
.frameTab {
  height: 100%;
  width: 100%;
  padding: 10px;
  margin: 0px;
  border-collapse: collapse;
}
.frameNavCol {
  width: 20%;
  vertical-align: top;
  text-align: right;
  font-family: "Trebuchet MS", sans-serif;
  padding-right: 15px;
  padding-top: 10px;
  padding-left: 10px;
  margin: 0px;
  border-top: 2px solid rgb(200,200,200);
  border-bottom: 2px solid rgb(200,200,200);
  border-right: 2px solid rgb(200,200,200);
  background-color: rgb(255,240,180);
}
.content {
  width: 80%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}
.frameNavCol H3 {
  font-weight: normal;
  font-family: Georgia, serif;
  margin: 0px;
  text-align: right;
}
.frameNavCol P {
  text-align: right;
  font-size: 75%;
  margin-top: 0px;
  margin-bottom: 5px;
}
.captionTable {
  border-collapse: collapse;
  width: 100%;
}
.captionSpot {
  height: 20px;
  width: 10px;
  background-color: rgb(255,240,180);
  border: 1px solid rgb(200,200,200);
}
.captionText {
  padding-left: 10px;
  margin-bottom: 0px;
  font-family: Georgia, serif;
  font-size: 130%;
  border-top: 1px solid rgb(200,200,200);
}
.captionEmpty {
  width: 10px;
}
.content P {
  font-size: 80%;
  font-family: "Trebuchet MS", sans-serif;
  margin-left: 25px;
}
.content H2 {
  font-style: plain;
  font-family: Georgia, serif;
}
.content H3 {
  font-style: plain;
  font-family: Georgia, serif;
}
.content H4 {
  font-style: plain;
  font-family: Georgia, serif;
}
P.printRef {
  margin: 0px;
  border-top: 1px solid red;
  padding: 2px;
  text-align: right;
}
P.printRef A {
  padding: 2px;
  border: 1px solid red;
}
.content UL {
  font-size: 80%;
  font-family: "Trebuchet MS", sans-serif;
}
.content OL {
  font-size: 80%;
  font-family: "Trebuchet MS", sans-serif;
}
DIV.cclicense {
  text-align: right;
  font-size: 50%;
}

