body 
{
	font-family: Arial, Gulim, Dotum;
	font-size: 10pt;
	line-height: 170%;
	width: auto;
	margin-left: 10px;
	margin-right: 20px;	
}
p{
	font-size: 10pt;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 10px;
}
li {
	font-size: 10pt;
}
ul
{
	margin-left: 20px;
/*	padding: 0px 0px 0px 20px;*/
	list-style-type:disc ;
	font-weight: bold;
}

ol
{
	margin-left: 25px;
/*	padding: 0px 0px 0px 20px;*/
	font-weight: bold;
}

h1 {
	font-size: 13pt;
}
h2 {
	font-size: 11pt;
	border-top: dotted 1px #555555;	

	padding: 15px 5px 5px 5px;
}
h3 {
	font-size: 11pt;
	margin-left: 10px;
}
h4 {
	font-size: 10pt;
	margin-left: 15px;
}
pre {
	font-family: ±¼¸²Ã¼, Courier New, Courier, mono;
	font-weight: normal;
	font-size: 9pt;
	background-color: #DDDDDD;
	padding: 1px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin-top: 1px;
	margin-left: 20px;
	margin-right: 30px;
}

dt
{
	margin-left: 10px;
	font-weight: normal;
	font-style:italic;
	color: #000000;
	margin-top: 5px;
}

dl
{
	margin-left: 10px;
	font-weight: normal;
}

pre b {
	text-decoration: underline;
}
a {
	COLOR: #0050A0;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	COLOR: #0050A0;
	text-decoration: underline;
	font-weight: normal;
}
A:visited
{
    COLOR: #0050A0;
	font-weight: normal;
}

.btitle {
	color: #000000;
	text-decoration: none;
}
.btitle:hover {
	background-color: #F4F4F4;
	color: #000000;
	text-decoration: underline;
}