BODY {
  background: #0009bc;
  background-image: url("/images/mainbackground.jpg");
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  color: black;
}
A {
  color: red;
}
A.bar {
  color: #e0fffc;
}
A.button {
  color: black;
}
A:hover {
  color: red;
}
A.border0 {
  border: 0;
}
DIV.barText {
  font-size: 1.25em;
  color: white;
  font-weight: bold;
}
DIV.bottomBarText {
  color: #e0fffc;
  font-size: 0.9em;
}
DIV.smallText {
  font-size: 0.8em;
}
DIV.copyrightText {
  color: #e0fffc;
  font-size: 0.8em;
}
DIV.copyrightTextRight {
  color: #e0fffc;
  font-size: 0.8em;
  text-align: right;
}
IMG.border0 {
  border: 0;
}
IMG.border1 {
  border: 1px solid black;
}
TABLE {
  width: 100%;
}
TABLE.innerTable {
  width: 100%;
}
TABLE.border1 {
  border: 1px solid #e0fffc;
}
TABLE.border1500 {
  width: 500px;
  border: 1px solid #e0fffc;
}
TABLE.borderHumyo {
  width: 425px;
  border: 1px solid #e0fffc;
}
TABLE.white {
  background-color: white;
  border: 1px solid #e0fffc;
}
TD.blueBack {
  background-color: #e0fffc;
}
TD.whiteBack {
  background-color: #ffffff;
}
TD.width10percent {
  width: 10%;
}
.cols1 {
  width: 100%;
}
.cols2 {
  width: 50%;
}
.cols3 {
  width: 33%;
}
.cols4 {
  width: 25%;
}
.cols5 {
  width: 20%;
}
.photoNextWidth {
  width: 45%;
}
.photoThisWidth {
  width: 10%;
}
.width184px {
  width: 184px;
}
.width132px {
  width: 132px;
}
.width66px {
  width: 66px;
}

