body {
  text-align : center;
  background-color : #000000;
  width : 800px;
  font-family : Verdana, Tahoma, Arial, Sans-Serif;
  margin: 0px auto;
  padding : 0px;
}
.bodyline {
  background : #ffd670;
  text-align : justify;
  width : 800px;
  border-left : 1px solid #ffffff;
  border-right : 1px solid #ffffff;
  padding : 0px;
}
a {
  color : #000455;
  text-decoration : none;
}
a:hover {
  color : #000455;
  text-decoration : underline;
}
a.white {
  font-size : 10px;
  color : #ffffff;
  text-decoration : none;
}
a:hover.white {
  font-size : 10px;
  color : #ff0000;
  text-decoration : underline;
}
td {
  font-family : Verdana, Tahoma, Arial, Sans-Serif;
  font-size : 11px;
  color : #111111;
  text-align : justify;
  text-decoration : none;
  padding : 10px;
}
img {
  border : 0;
}
hr {
  color : #FFFFFF;
  border-top : 1px solid #FFFFFF;
}
pre {
  font-family : Verdana, Tahoma, Arial, Sans-Serif;
  font-size : 11px;
}
.alt {
  color : #666666;
}
.header {
  background-color : #000000;
  width : 800px;
  height : 100px;
  border-left : 1px solid #ffffff;
  border-right : 1px solid #ffffff;
  padding : 0px;
}
.navheader {
  width : 800px;
  height : 19px;
  vertical-align : middle;
  font-family : Verdana, Tahoma, Arial, Sans-Serif;
  font-size : 10px;
  color : #ffffff;
  border-left : 1px solid #ffffff;
  border-right : 1px solid #ffffff;
  border-bottom : 1px solid #ffffff;
}
.footer {
  background-image : url(images/footer_gradient.gif);
  width : 800px;
  height : 30px;
  font-family : Verdana, Tahoma, Arial, Sans-Serif;
  font-size : 9px;
  color : #eeeeee;
  text-align : center;
  vertical-align : bottom;
  border-left : 1px solid #ffffff;
  border-right : 1px solid #ffffff;
  padding : 30px 0px 0px 0px;
  bottom : 0;
}
.header-center {
  background-image : url(images/header-center.gif);
  background-repeat : repeat-x;
}
.gallery img {
  border : 1px solid #d1d8dd;
}
.gallery:hover img {
  border : 1px solid #000066;
}
.gallery:hover {
  text-decoration : none;
}
