a:hover {
  color: #DDFFDD;
}
body {
  margin: 0px;
}
body.head {
  background: url("../images/banner.gif");
  background-attachment: fixed;
  background-repeat: no-repeat;
}
body.detail {
  background: url("../images/bodypic.gif");
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.tableText {
  font-size: 11px;
  font-family: Arial;
  color: rgb(101, 96, 38);
  font-weight: bold;
}
.bannerBack {
  background: rgb(255, 236, 217);
}
.bannerBackNoHead {
  background: rgb(255, 236, 217);
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}
.leftPaneLinkCell {
  background: url("../images/leftLinkBack.jpg");
  text-align: center;
  height: 50px;
  background-repeat: no-repeat;
}
.rightLinkCell {
  text-align: center;
  padding: 2px 5px 2px 20px;
}
.leftPaneLink {
  text-decoration: none;
  color: rgb(255, 255, 153);
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
.rightPanelLink {
  text-decoration: none;
  color: rgb(124, 65, 7);
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
}
.siteHeading {
  font-size: 25px;
  font-style: italic;
  font-weight: bold;
  color: rgb(128, 64, 0);
}
.bannerLink {
  text-decoration: none;
  color: #000000;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;  
}
.footer {
  text-decoration: none;
  color: #000000;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  text-align: justify;
}
.content {
  text-decoration: none;
  color: #000000;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  text-align: justify;
}
p.initial:first-letter {
  font-size: 50px;
}
p.initial {
  font-size: 14px;
  font-family: Arial;
  color: rgb(101, 96, 38);
}
.labelText {
  font-size: 12px;
  font-family: Arial;
  color: rgb(101, 96, 38);
}
.bodyText, .looseText, .looseWord {
  font-size: 14px;
  font-family: Arial;
  color: rgb(101, 96, 38);
}
.looseText {
  letter-spacing: 1px;
}
.looseWord {
  word-spacing: 2px;
}
b.red {
  color: #FF0000;
}
b.green {
  color: #008000;
}
b.blue {
  color: rgb(0, 0, 128);
}
span.red {
  color: #FF0000;
}
span.green {
  color: #008000;
}
span.blue {
  color: #0000FF;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
