/* removed
* {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

a {
  color: #0199FF;
  /* color: #007bcc; */
  text-decoration: none;
  cursor: pointer;
  /* outline: none; */
}

a:hover {
  text-decoration: underline;
}

body {
  font-size: 62.5%;
  font-family: arial, helvetica, verdana;
  color: #4C4C4C;
  background-color: #EEEEEE;
  margin: 0 auto;
  text-align:center;
  width: 990px;
  position: relative;
}

input, textarea {
  font-family: arial, helvetica, verdana;
}

body h1, body h2, body h3, body h4, body h5 {
  line-height: 1.2em;
}

body h1,
div.feature-content-text h2 {
  font-size: 1.7em;
  margin-bottom: 0.3em;
}

body h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

p.strap-line, p.strap-line-no-border {
  margin-bottom: 0.5em;
  padding-bottom: 1.1em;
  font-size: 1.17em;
  line-height: 1.15em;
  background: url('../images/presentation/dotted-border-grey.gif') repeat-x left bottom;
}

p.strap-line-no-border {
  background: none;
}

ul {
  list-style-type: none;
}

p {
  margin-bottom: 1em;
  line-height: 1.3em;
}

p.caption {
  font-style: italic;
  text-align: right;
  font-size: 0.9em;
}

dl dt {
  
}

.last {
  border: none !important;
  background: none !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.date {
  font-size: 0.8em;
}

a.bottom-link {
  clear: both;
  display: block;
  padding: 5px 40px;
  font-weight: bold;
  background: #F5F5F5 url('../images/icons/email.gif') no-repeat 10px center;
}

.hide-content {
  position: absolute;
  left: -9999px;
  width: 1px;
}

.clear {
  clear: both !important;
}

.clear-left {
  clear: left !important;
}

select {
  padding: 0px 1px;  
}

.expandInfo {
  display:  none;
}

.expandButton {
  display: block;
  text-align: right;
}
*/

