/* Generated by KompoZer */
a:link {
  color: #ff6600;
}
a:visited {
  color: #880088;
}
a:hover {
  color: #ffffee;
  text-transform: capitalize;
  text-decoration: underline;
  background-color: #ff6600;
}
a:active {
  color: #ff8800;
}
body {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1.4;
  background-color: #ffffff;
  font-family: Georgia,"Times New Roman",Times,Serif;
  color: #002141;
}
h1 {
  color: #880022;
  font-size: 24px;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: bold;
  font-style: italic;
  text-transform: capitalize;
  text-align: center;
  line-height: normal;
}
h2 {
  color: #000000;
  font-size: 18px;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: bold;
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
  line-height: normal;
}
h3 {
  color: #000000;
  font-size: 17px;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: bold;
  font-style: italic;
  text-transform: none;
  text-align: center;
  line-height: normal;
}
h4 {
  color: #ffbb11;
  font-size: 40px;
  font-family: "Times New Roman",Times,serif;
  font-weight: bold;
  font-style: italic;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}
.page_footer {
  color: #000000;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  line-height: normal;
  font-family: Arial,Helvetica,sans-serif;
}
.picview {
  position: relative;
  z-index: 0;
}
.picview:hover {
  background-color: transparent;
  z-index: 50;
}
.picview span {
  border: 2px solid #eea500;
  padding: 5px;
  position: absolute;
  background-color: #ffffee;
  left: -999px;
  top: -100px;
  visibility: hidden;
  color: black;
  text-decoration: none;
}
.picview span img {
  border-width: 3px;
  padding: 2px;
}
.picview:hover span {
  visibility: visible;
  top: -100px;
  left: 100px;
}

