body {
  font-family: "Arial", "Verdana", sans-serif, serif;
  font-size: 12px;
}

td {
  font-size: 12px;
}

img {
  border: none;
}

li {
  padding-left: 7px;
  padding-top: 3px;
}

a:link, a:active {
  color: #3366CC;
  text-decoration: none;
}

a:visited {
  color: #336699;
  text-decoration: none;
}

a:hover {
  color: #3366CC;
  text-decoration: underline;
  cursor: hand;
}

.mybutton
{
  border: thin solid black;
  background-color: #99CCFF;
  width: 80px;
  font-size: 10px;
  text-align: center;
}

.mybuttonlong
{
  border: thin solid black;
  background-color: #99CCFF;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  text-align: center;
}

.indented {
  padding-left: 7px;
}

.chinese {
    font-family: ËÎÌå,MingLiU;
}

#navInfo {
  padding-right: 59px; 
  text-align: right;
  font-weight: bold;
  color: #FFFFFD;
}

.sectionHeader {
  font-variant: small-caps;
}

#subHeadingText {
  background-image: url(images/JSR_19.gif);
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  color: white;
}

.contentArea {
  border: thin solid #660000;
  background-color: #FFFFCC;
  width: 100%;
}

.borderedWhiteBox {
  background-color: white;
  border: thin solid black;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.borderedOffWhiteBox {
  background-color: #FFFFEE;
  border: thin solid gray;
}

.statusText {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: green;
  text-decoration: italic;
  vertical-align: middle;
}

.errorText {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: red;
  text-decoration: italic;
  vertical-align: middle;
}

.contentAreaFreeText {
  padding-right: 15px;
  padding-top: 10px;
}

.quoteSource {
  padding-right: 10px;
  text-align: right;
  font-style: italic;
}

.paddedTextArea {
  padding-left: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-top: 8px;
  vertical-align: top;
}

.topBottomPad {
  padding-top: 15px;
  padding-bottom: 15px;
}

.contentBannerText {
  padding-bottom: 5px;
  padding-right: 5px;
  color: #FFFFCC;
  font-weight: bold;
}

.blurbPara {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.footerText {
  color: #FFFFCC;
  font-size: 10px;
  padding-right: 5px;
  text-align: right;
}

.borderedBox {
  border: thin solid #000000;
  padding-top: 2px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 3px;
}



/*
 * I can't think of any reason any of these should be changed - they go to
 * the pages' color scheme and background layout.
 */

.contentSideBar {
  background-color: #660000;
  vertical-align: top;
}

.standardBGColor {
  background-color: #660000;
}
