* html {
  padding: 0;
  margin: 0;
}
* body {
  padding: 0;
  margin: 0;
}
body {
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  background-color: none;
}
span { color: #cccccc; }
h1 {
  font-family: Arial;
  color: #000000;
  font-size: 30px;
  line-height: 36px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  word-spacing: normal;
  background: none;
  margin: -3px 0 0 0;
  padding: 0 0 23px 0;
}
h1.alt_header { padding: 0 0 0 0; }
h2 {
  font-family: Arial;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.5em;
  font-style: italic;
  font-weight: bold;
  letter-spacing: normal;
  word-spacing: normal;
  background: none;
}
em {
  font-weight: normal;
  font-style: italic;
}
* a {
  outline: none !important;
  cursor: pointer;
  border: 0;
}
a {
  color: #777777;
  text-decoration: none;
}
a:visited {
  color: #777777;
  text-decoration: none;
}
a:active {
  color: #777777;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a img {
  border-width: 0 0 0 0 !important;
  border-color: transparent !important;
  border-style: solid !important;
  outline: none !important;
}
img {
  border: 0;
  outline: none;
}
::-moz-selection {
  background: #fdf5ee;
  color: #e40f48;
}
::selection {
  color: #e40f48;
  background: #fdf5ee;
}
.left { float: left !important; }
.right { float: right !important; }

