
body {
  padding-bottom: 5px;
  padding: 0;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  color: #333;
  background-color: #D3E9FE;
  text-align: center;
}

h1, h2, h3, h4, h5, ul, ol, li, p, form {
  margin: 0;
  padding: 0;
}

table {
  font-size: 100%;
}

ul li {
  list-style-type: none;
}

a img {
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
}

a:link, a:active, a:visited {
  color: #003F84;
  text-decoration: underline;
}
a:visited {
  color: #1049AA;
}
a:hover {
  color: #000;
}

.clear {
  height: 1px;
  clear: both;
  display: block;
  overflow: hidden;
}

.hidden {
  display: none;
}

hr {
  display: block;
  height: 1px;
  background: #fff;
  border: 0;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #98CCFE;
}

.screenHide {
  position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
}

.skip a {
   position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
}

.skip a:active, .skip a:focus {
    display: block;
    position: absolute;
    overflow: visible;
    width: 120px;
    height: auto;
    background-color: #fff;
    top: 15px;
    left: 200px;
    padding: 10px 5px 10px 5px;
    border: 2px solid #D4E9FE;
    font-weight: bold;
    font-size: 110%;
  z-index: 100;
}
.skip a:hover {
    color: #9F2800;
}

* a span {
  _cursor: hand;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: left top;
}

label#psearchtext {
  position: absolute;
  top: -10000px;
}

input.button {
  height: auto;
  width: auto;
  padding: 0.10em 0.4em 0.18em 0.4em;
  border: 1px solid #003F84;
  background: #98CCFE url(/images/sys/button.gif) repeat-x left top;
  color: #002b59;
  font-weight: bold;
  font-size: 95%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  cursor: pointer;
}
@media all and (min-width: 0px){ /* Opera 7 + 8 only */
   input.button {
     min-height: 1.5em !important;
   }
}
