body {
  background-color: #FFFFFF;
  text-align: center;
  margin: 0px;
}



img {
  border-width: 1px;
  border-color: #4E5A5C;
  border-style: solid;
}
.graphic {
  border-width: 0px;
}



.tab {
  background-color: #F0F0F0;
}
.tab-left {
  background-image: url(/resources/graphics/tab-left.gif);
  background-repeat: no-repeat;
}
.tab-right {
  background-image: url(/resources/graphics/tab-right.gif);
  background-repeat: no-repeat;
}
.tab-middle {
  background-color: #FFFFFF;
  background-image: url(/resources/graphics/tab-middle.gif);
  background-repeat: repeat-x;
  color: #CD0000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
}
.tab-selected {
  background-color: #FFFFFF;
}
.tab-unselected {
  background-color: #CD0000;
}



.copy {
  color: #4E5A5C;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}
.thumbnail {
  color: #4E5A5C;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}
.last {
  color: #4E5A5C;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: right;
}



a {
  color: #CD0000;
  text-decoration: underline;
}
a:visited {
  color: #CD0000;
}
a:hover {
  color: #DB7474;
}
a:active {
  color: #DB7474;
}
a:focus {
  color: #DB7474;
}



a img {
  border-color: #CD0000;
}
a:visited img {
  border-color: #CD0000;
}
a:hover img {
  border-color: #DB7474;
}
a:active img {
  border-color: #DB7474;
}
a:focus img {
  border-color: #DB7474;
}



a.navigation {
  text-decoration: none;
}



a.navigation-unselected {
  color: #4E5A5C;
  text-decoration: none;
}
a.navigation-unselected:visited {
  color: #4E5A5C;
}
a.navigation-unselected:hover {
  color: #CD0000;
}
a.navigation-unselected:active {
  color: #CD0000;
}
a.navigation-unselected:focus {
  color: #CD0000;
}
