html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

*:focus {
  outline: 0;
}

body {
  line-height: 1em;
  color: black;
  background: #fff;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

img a {
  border: none;
}

body {
  background: #757575;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: white;
  font-size: 11px;
  line-height: 145%;
}

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

h1,
h2 {
  color: white;
  font-weight: bold;
  font-size: 17px;
  line-height: 18px;
  border-bottom: 1px dotted white;
  background: url(../images/h1_icon.png) no-repeat 0 0;
  padding: 0 0 4px 12px;
  margin: 0 0 15px 0;
}

h2 {
  font-size: 13px;
}

h3 {
  color: #fe5900;
  font-weight: bold;
  margin: 0 0 4px 0;
  background: url(../images/gt.gif) no-repeat 0 2px;
  padding: 0 0 0 14px;
}

ul {
  list-style: circle;
  margin: 5px 0 5px 15px;
}

