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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* set the body tag */
body {
	background: #fdfdfd url(../../img/body_bg.png) 0 0 repeat-x;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	text-align: center;
}

/* JS helper classes: */
.no-js .no-js-show {
	display: block;
}
.no-js .no-js-hide {
	display: none;
}

/* ! Skip Nav (Accessibility navigation) */
.skip-nav a {
	border: 0;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	z-index: 1;
	background: #ffffff;
	color: #5E7B71;
}
.skip-nav a:focus,
.skip-nav a:active {
	padding: .25rem .5rem;
	margin: 0;
	height: auto;
	width: auto;
	overflow: hidden;
	clip: auto;
}

.visuallyhidden {
	border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
