* {
	font-size: 100.01%;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	color: #000000;
	font-family: Arial, sans-serif;
	line-height: 1.4;
	background-color: #ffffff;
}

a {
	font-size: 85%;
	color: #0055cc;
}

a:visited {
	color: #0055cc;
}

a:hover {
	text-decoration: none;
	color: #61bc12;
}

img {
	border-width: 0;
}

p, address, blockquote {
	margin: 0 0 0.6em 0;
}

address {
	font-style: normal;
}

small {
	font-size: 0.8em;
}

hr {
	border: 0 hidden;
	border-top: 1px solid #d6d6d6;
	height: 0;
}

ul, dl {
	margin: 0 0 1.5em 0;
}

ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style-type: none;
}

li {
	margin: 0 0 0.3em 0;
}

li ul, li ol {
	margin: 0.3em 0 0 2.5em;
}

dt {
	margin: 0;
	font-weight: bold;
}

dd {
	margin: 0 0 0.6em 0;
}

h1, h2, h3, h4 {
	line-height: 1.2;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 2em;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 1.5em;
	margin: 1.2em 0 0.3em 0;
}

h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;text-align:center;margin: 0 0 0.5em 0;font-family: Arial, sans-serif;
}

h2:first-child, h3:first-child {
	margin-top: 0;
}

h1 + h2, h1 + h3, h2 + h3 {
	margin-top: 0;
}

table {
	border-spacing: 0;
	border: none;
}

td, th {
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: top;
}


.width_fix {
	width: 100%;
}

.clear {
	clear: both;
	font-size: 0;
	overflow: hidden;
	height: 0px;
}

.clickable {
	cursor: pointer;
}

.nobr {
	white-space: nowrap;
}

.hidden {
	display: none !important;
}

