/*
####################################################################################################################
CSS Reset
####################################################################################################################
*/

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  line-height: 16px;
  color: #454545;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

b, h1, h2, h3, h4 {
  font-weight: 700;
}

h1 {
  font-size: 2.7em;
  margin: 0.67em 0;
}

h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

h3 {
  font-size: 1.6em;
  margin: 0.67em 0;
}

h4 {
  font-size: 1.3em;
  margin: 0.67em 0;
}

h5 {
  font-size: 1.1em;
  margin: 0.67em 0;
}

h6 {
  font-size: 0.9em;
  margin: 0.67em 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote {
  display: block;
  margin: 1em 40px 1em 40px;
}

img {
	vertical-align: middle;
}

a {
	color: #2b8eda;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
  font-size: 12px;
  margin: 0 0 10px 0;
}

ul, ol {
  margin: 5px 0 10px 20px;
}

li {
	margin-bottom: 4px;
	line-height: 16px;
}

li img {
	margin-right: 3px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
