/***********************
  REEEEEEEEEEEEEEEESET
  by justintalbott.com 
************************
  adaptation of Eric Meyer's 
    http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded
*/

/* reset */
html, body, div, span, object, embed, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
html, body { height: 100%; }
body { line-height: 1; color: black; background-color: white; }
ol, ul { list-style: none; }
:focus, a { outline: 0; }
a img, :link img, :visited img { border: 0; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
img { -ms-interpolation-mode: bicubic; }
table, caption, th, td { vertical-align: middle; text-align: left; font-weight: normal; }

/* restore */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, ins { text-decoration: none; }
a, input[type=submit], label, select { cursor: pointer; }
em, i { font-style: italic; }
strong, b { font-weight: bold; }
sup, sub { line-height: 0; }
del { text-decoration: line-through; }
pre, code { white-space: pre; }