﻿@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Reset CSS - Brings all browsers to a default state ------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, a, fieldset, input, p, blockquote, address, th, td {
	margin: 0;
	padding: 0;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}
dt, address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
.SpryHiddenRegion {
	visibility: hidden;
}
