@import 'layout.css';

h1 {
  font-size: 2.5em;
  font-weight: bold;
}

h2 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 0 0 1.2em 0;
}

h3 {
  color: #5285ad;
  font-size: 1.4em;
  font-weight: normal;
  margin: 1.2em 0 0.6em 0;
}

h4 {
  color: #5285ad;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0.9em 0 0.4em 0;
}

h4.subtitle {
  margin-top: 0.2em;
  margin-bottom: 1.4em;
}

p {
  color: #555;
  margin: 0.4em 0 1.2em 0;
  line-height: 1.5em;
}

a {
  color: #fe0002;
}

a:hover {
  color: #555;
  text-decoration: none;
}

a:visited {
  color: #72a5cd;
}

ul {
  margin: 0.5em 0 1em 10px;
  list-style-type: disc;
  list-style-position: outside;
}

li {
  color: #555;
  line-height: 1.5em;
}

address {
  color: #555;
  margin: 0.5em 0 1em 0;
  line-height: 1.5em;
  font-style: normal;
}

form {
  margin-bottom: 1em;
}

input {
  margin-bottom: 0.3em;
}

label {
  color: #555;
  vertical-align: bottom;
}

.success {
  color: #0c0;
}

.error {
  color: #f00;
}

table {
  color: #555;
}

td {
  padding: 0.4em 0.8em;
  border: 1px #b9d2e1 solid;
}

img.whiteBorder {
  border: 3px solid #fff;
}

#tabs h3, #tabs1 h3, #tabs2 h3 {
  color: #000;
  font-size: 1.8em;
  padding-bottom: 7px;
  margin-top: 0;
}

#tabs h4.subtitle, #tabs1 h4.subtitle, #tabs2 h4.subtitle {
  font-size: 1.2em;
}

#tabs p, #tabs1 p, #tabs2 p {
  font-family: 'Trebuchet MS', Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}

#seo h1, #seo p, #seo a {
  color: #666;
  font-size: 10px;
  line-height: 1em;
  text-align: justify;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 0;
}

#seo h1 {
  text-align: center;
}
