* html {
  padding: 0;
  margin: 0;
}
* body {
  padding: 0;
  margin: 0;
}
body {
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  background-color: #d3e0f1;
}
span { color: #cccccc; }
h1 {
  font-family: Arial;
  color: #000000;
  font-size: 14px;
  line-height: 1em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  word-spacing: normal;
  background: none;
  border-bottom: 2px solid #000000;
  margin: 0 0 20px 0;
  padding: 0 0 1px 0;
}
h2 {
  font-family: Arial;
  color: #000000;
  font-size: 14px;
  line-height: 1em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  word-spacing: normal;
  background: none;
  width: 100%;
  border-bottom: 2px solid #000000;
  margin: 0 0 0 0;
  padding: 3em 0 1px 0;
}
em {
  font-weight: normal;
  font-style: italic;
}
* a {
  outline: none !important;
  cursor: pointer;
  border: 0;
}
a {
  color: #0066b2;
  text-decoration: none;
  border-bottom: 1px solid #7fb2d8;
}
a:visited {
  color: #0066b2;
  text-decoration: none;
  border-bottom: 1px solid #7fb2d8;
}
a:active {
  color: #0066b2;
  text-decoration: none;
  border-bottom: 1px solid #7fb2d8;
}
a:hover {
  color: #000000;
  text-decoration: none;
  border-color: #000000;
}
a.underlined { border-bottom: 1px solid #0066b2; }
a.underlined:visited { border-bottom: 1px solid #0066b2; }
a.underlined:active { border-bottom: 1px solid #0066b2; }
a.underlined:hover { border-bottom: 1px solid #000000; }
::-moz-selection {
  background: #ffffff;
  color: #0066b2;
}
::selection {
  color: #0066b2;
  background: #ffffff;
}
.left { float: left; }
.right { float: right; }

