* {
  font-size: 1em;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  margin: 0;
}

a,a:link,a:visited,a:active {
  background-color: transparent;
  color: #46649C;
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-color: #46649C;
  border-style: dotted;
}

a:hover {
  background-color: transparent;
  color: #A30A0B;
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-color: #A30A0B;
  border-style: dotted;
}

a img {
  border: 0;
}

h1,h1 *,h2,h2 *,h3,h3 *,h4,h4 * {
  font-family: Arial, "Trebuchet MS", "Times New Roman", Times, serif;
  font-weight: normal;
  background-color: transparent;
  color: #333333;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.1em;
  margin: 2px 0px 2px 0px;
}

small {
  font-size: 0.8em;
}

sup {
  font-size: 0.7em;
}

ol li {
  margin: 1em 2.5em 0 0;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border-width: 0;
}

.noborder {
  border: 0;
}

.floatstopper {
  height: 1px;
  overflow: hidden;
  clear: both;
}

/* Photo-Caption PZ3 CSS (The Good Stuff) */
.PZ3-l {
  float: left;
  margin-right: 10px;
}

.PZ3-r {
  float: right;
  margin-left: 10px;
  direction: rtl;
}

html> /**/ body .PZ3-r {
  position: relative;
}

.PZ3zoom {
  border: 1px solid #369;
}

.PZ3zoom a,.PZ3zoom a:visited {
  display: block;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

html> /**/ body .PZ3-r a {
  right: 0;
}

.PZ3zoom a:hover {
  position: absolute;
  z-index: 999;
  padding: 0;
  background: none;
  cursor: default;
  height: auto;
  width: auto;
  overflow: visible;
  border: 1px solid #369;
  margin: -1px 0 0 -1px;
}

html>body .PZ3zoom a:hover {
  margin: -1px -1px 0 -1px;
}

.PZ3zoom a img {
  border: 0;
  height: 100%;
  width: 100%;
}

.PZ3zoom a:hover img {
  height: auto;
  width: auto;
  border: 0;
}

a:hover .PZ3cap,a:hover .PZ31cap {
  display: block;
  direction: ltr;
  font: 10pt verdana, sans-serif;
  margin-top: -3px;
  background: #369;
  color: #fff;
  text-align: left;
}

a:hover .PZ3cap {
  padding: 3px 5px;
}

.PZ3inr {
  display: block;
  padding: 2px 5px;
}

.noCap a:hover .PZ3cap {
  display: none;
}

.noBdr,.noBdr a:hover {
  border: 0;
}

.Lnk a:hover {
  cursor: pointer;
}
/* End Photo-Caption Zoom CSS */
