

body {
  margin: 10px 0px 10px 0px;
  padding: 0px;
  background-color: #ff0000;
  text-align: center;
}



h1 {
  font-family: Arial, Helvetica, sans-serif;
}

.heading {
  font-family: Arial, Helvetica, sans-serif;
  color: red;
  font-size: 22pt;
}

.subHead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
}

.outerEnvelope {
  width: 775px;
  background-color: #fffdfd;
}

.topLeft {
  width: 240;
  background-color: #fff4f4;
  border-color: red;
  border-width: 2px 1px 0px 0px;
  border-style: solid;
  text-align: right;
  padding-right: 10px;
}

.topRight {
  width: 533;
  background-color: #fff4f4;
  border-color: red;
  border-width: 2px 0px 0px 1px;
  border-style: solid;
}


.menuEnvelope {
  background-color: #ffe0e0;
  width: 180px;
  border-width: 2px 1px 2px 0px;
  border-color: red;
  border-style: solid;
  text-align: center;
  vertical-align: top;
  padding-top: 10px;
}

.menuCell {
  width: 170px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  background-color: white;
  font-family: Times New Roman, Times Roman, Garamond, serif;
  font-size: 14pt;
  border-width: 2px;
  border-color: red;
  border-style: solid;
}

.menuBlankCell {
  width: 170px;
  height: 5px;
}

.contentEnvelope {
  background-color: #fff4f4;
  width: 573px;
  border-width: 2px 0px 2px 1px;
  border-color: red;
  border-style: solid;
  padding: 10px;
}

.caption {
  font-size: 9pt;
  margin: 0px auto 10px auto;
}

#panel1 {
  position: absolute;
  top: 250px;
  left: 50px;
  z-index: 2;
  clip: rect(0px 533px 209px 0px);
  visibility: hidden;
}


#panel2 {
  position: absolute;
  top: 250px;
  left: 50px;
  z-index: 1;
  visibility: hidden;
}



a:hover.menuLink {
  font-family: Times New Roman, Times Roman, Garamond, serif;
  font-size: 14pt;
  color: black;
  text-decoration: none;
}
a:link.menuLink {
  font-family: Times New Roman, Times Roman, Garamond, serif;
  font-size: 14pt;
  color: black;
  text-decoration: none;
}
a:active.menuLink {
  font-family: Times New Roman, Times Roman, Garamond, serif;
  font-size: 14pt;
  color: black;
  text-decoration: none;
}
a:visited.menuLink {
  font-family: Times New Roman, Times Roman, Garamond, serif;
  font-size: 14pt;
  color: black;
  text-decoration: none;
}


a:hover.topAreaLink {
  font-family: Times New Roman, Times Roman, Garamond, serif;
  font-size: 12pt;
  color: black;
  text-decoration: none;
}
a:link.topAreaLink {
  font-family: Times New Roman, Times Roman, Garamond, serif;
  font-size: 12pt;
  color: black;
  text-decoration: none;
}
a:active.topAreaLink {
  font-family: Times New Roman, Times Roman, Garamond, serif;
  font-size: 12pt;
  color: black;
  text-decoration: none;
}
a:visited.topAreaLink {
  font-family: Times New Roman, Times Roman, Garamond, serif;
  font-size: 12pt;
  color: black;
  text-decoration: none;
}



/* Classes used in renderlisting.html */

.BoxTable {
  border-color: red;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  width: 450px;
}



