/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

a,
.link {
  margin: 0;
  padding: 0;
  border: 0;/*
  background: transparent;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;*/
  text-decoration: underline;
  cursor: pointer;
}

a:link,
.link:link,
a:visited,
.link:visited {
  color: #0b51a6;
  text-decoration: underline;
}

a:active,
.link:active,
a:hover,
.link:hover {
  color: #2B73C9;
  text-decoration: underline;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

::-moz-focus-inner,
::-moz-focus-inner {
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}