@charset "UTF-8";

* {
    font-family : 'Arial', sans-serif;
    font-size : 14px;
}


a:link {
  color: #003399;
  text-decoration: none;
}


a:visited {
  color: #002288;
  text-decoration: none;
}


a:hover {
  text-decoration: underline;
}


a:active {
  color: #003399;
  text-decoration: underline;
}


body {
  background-color: #cccccc;
  background-image: url("../img/bg.gif");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0px 251px;
  margin: 0;
}


h1 {
  color: #252525;
  font-weight: normal;
  font-size : 140%;
  margin-top: 1.5em;
}

h1 span.error {
  color: red;
  font-size : 100%;
}

h2 {
  color: #252525;
  font-style: italic;
  font-weight: normal;
  font-size : 130%;
  margin-top: 1.5em;
}


h3 {
  font-style: italic;
  font-weight: bold;
  font-size : 110%;
  margin-top: 1.5em;
}


h4 {
  font-style: italic;
  font-weight: normal;
  font-size : 110%;
  margin-top: 1.5em;
}


h5 {
  font-style: italic;
  font-weight: normal;
  font-size : 100%;
}


h6 {
  font-style: italic;
  font-weight: normal;
  font-size : 100%;
}


hr {
    background-position : center center;
    background-repeat : repeat-x;
    border: 0;
    height: 2px;
    margin: 2em 0;
}


img {
  border-style: none;
  border-width: 0px;
}


p {
  margin: 0 0 1em 0;
  padding: 0;
  line-height: 150%;
}

small {
  font-size : 80%;
}
