/**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
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;
	font-weight: normal;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, object {
	display: block;
}
body {
	line-height: 1.2;
	overflow-x: hidden;
	font-size: 62.5%;
}
html, body {
	height: 100%;
	width: 100%;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
}
blockquote, q {
	quotes: none;
	margin-top: 16px;
	margin-right: 40px;
	margin-bottom: 16px;
	margin-left: 40px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-spacing: 0;
}
.clr, .cfclear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline-block;
}
a:link, a:visited {
	color: #5fa797;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
a:focus, a:active {
	outline: none;
}
strong, b {
	font-weight: bold;
}
em, cite {
	font-style: italic;
}
h1, h2, h3, h4 {
	font-weight: bold;
	line-height: 1;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
