/* CSS RESET */

@charset "UTF-8";

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, b, u, i, center, 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-size: 100%;font: inherit;vertical-align: baseline;outline: none; background: transparent;
}

article, aside, details, div, fieldset, figcaption, figure, footer, header, hgroup, label, main, menu, nav, section { display: block; }

body { line-height: 1em; }
/*img, embed, object, video  { max-width:100%; height:auto !important }*/
ol, ul {  list-style: none; }
blockquote, q {  quotes: none; }
blockquote:before, blockquote:after { content: '';  content: none; }
table {  border-collapse: collapse;  border-spacing: 0; width:100% }
table, td, th {	vertical-align:middle; }
td { text-align:left;font-weight:normal; }
a img {	border:none; }

