@charset "utf-8";

/*
*	DOCUMENT
*/

* {
	margin: 0; padding: 0px;
}
html, body {
	height: 100%;
	background-color: white;
}
html {
	overflow-y: scroll;
	font-size: 100.1%
}
body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	padding-left: 44px;
	padding-right: 44px;
	/*font-size: 100%;*/
	/*font-size: 0.8em;*/
	font-size: 13px;
	color: #000;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

p, a {
	/*font-size: 0.8em;*/
	color: #000;
}
p {
	margin-bottom: 0.4em;
}

a img {
	border: none;
}

ul li {
	list-style-type: none;
}
ol li {
	margin-left: 20px;
}

h1 {
	font-family: "Times New Roman";
	font-size: 2.4em;
	margin-bottom: 0.4em;
	font-weight: normal;
}

h2, h3,h4,h5{
	font-weight: normal;
}
h2 {
	font-size: 2.0em;
	margin-bottom: 0.1em;
	margin-top: 0.6em;
}
h3 {
	font-size: 1.6em;
	margin-bottom: 0.1em;
	margin-top: 0.6em;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 0.1em;
	margin-top: 0.4em;
}
h6 {
	font-size: 1.6em;
	font-family: "Times New Roman";
	font-weight: normal;
	margin-bottom: 0.4em;
	margin-top: 1em;
}

.text h1,
.text h2,
.text h3,
.text h4, 
.text h5,
.text h6 {
	font-weight: normal;
	clear: left;
}


h4 {
	font-size: 1.6em;
	margin-bottom: -0.8em;
	margin-top: 0.6em;
}
