
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: thin dotted #000000;
	outline: 2px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}

a:hover,
a:active {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 28px;
	line-height: 32px;
}

h2 {
	font-size: 26px;
	line-height: 30px;
}

h3 {
	font-size: 24px;
	line-height: 28px;
}

h4 {
	font-size: 20px;
	line-height: 24px;
}

h5 {
	font-size: 18px;
	line-height: 22px;
}

h6 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

small {
	font-size: 75%;
}

b,
strong {
	font-weight: bold;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
	cursor: help;
}

q {
	quotes: none;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre,
code {
	font-family: monospace, Arial, Helvetica, sans-serif;
	_font-family: 'Courier New', monospace, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

sub,
sup {
	font-size: 75%;
	vertical-align: super;
	line-height: 0;
}

sub {
	vertical-align: sub;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0 5px;
	white-space: normal;
	*margin-left: -7px;
}

button,
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	vertical-align: middle;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	*zoom: 1;
}













