@charset "UTF-8";
/* CSS Document */

img {
	outline:0;
}
a {
	outline:0;
}
p {
	margin-top:10px;
	margin-bottom:5x;
}
strong {
	font-weight:bold;
}
ul, ol {
	margin-left: 1.5em;
}
ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
}
li {
	margin-top:7px;
	margin-bottom:8px;
}
ul, ol, dl, dialog {
	line-height: 12px;
	position: relative;
	top: 5px;/*margin-top: 10px;
	margin-bottom: 10px;*/
}
li ul, li ol {
	top: 0;
	margin-top: 0;
	margin-bottom: 0;
}
li h1, li h2, li h3, li h4, li h5, li h6, li p {
	top: 0;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight:normal;
}
h1, h2 {
	line-height: 36px;
	margin-bottom: 18px;
}
h1, h2, h3, h4 {
	/*margin-top: 18px;*/
}
h3, h4, h5, h6 {
	line-height: 18px;
}
h1 {
	font-size: 36px;
	top: 5px;
}
h2 {
	font-size: 28px;
	top: 8px;
}
h3 {
	font-size: 22px;
	top: 1px;
}
h4 {
	font-size: 18px;
	top: 2px;
}
h5 {
	font-size: 15px;
	top: 4px;
}
h6 {
	font-size: 13px;
	top: 5px;
}
blockquote{
	padding-left:1.5em;
	padding-right:1.5em;
	padding-bottom:0.2em;
	padding-top:0.2em;
}
pre{
	white-space: pre;
}