@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.25;
  font:11px/18px Arial, Helvetica, sans-serif;
  color:#686868;
  text-align: left;
}
ul, ol {
  list-style: none outside none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b, strong {
  font-weight: bold;
}
i, em {
  font-style: italic;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.check {
	display: none;
}