@import url("layout.css");
@import url("Anchor.css");
@import url("FontColor.css");
@import url("menu.css");
@import url("navigator.css");
@import url("koreanStock.css");


/*
**********************************************************************************
	# Construct Element Setting 
**********************************************************************************/
body{
	background-color: #FBFBFB;
	margin:	0;	padding: 0;	text-align: center;
	/*
	overflow: visible;
	overflow-y: scroll; overflow-x: hidden;

	scrollbar-face-color: #CCC; 
	scrollbar-shadow-color: #CCC;
	scrollbar-highlight-color: #CCC; 
	scrollbar-3dlight-color: #CCC; 
	scrollbar-track-color: #EEE; 
	scrollbar-darkshadow-color: #888; 
	scrollbar-arrow-color: #444;	
	*/

}

table{	
	margin:	0;	padding: 0;
	border-bottom-style: none;
}
td{	
	margin:	0;	padding: 0; vertical-align:top; line-height: 160%;
	font-family: tahoma; color: #444; font-size:  9pt;
}
td{	
	margin:	0;	padding: 0; vertical-align:top; line-height: 160%;
	font-family: tahoma; color: #444; font-size:  9pt;
}
span	{	
	margin:	0;	padding: 0; vertical-align:bottom; line-height: 100%;
	font-family: tahoma; color: #444; font-size:  9pt;
}
div	{
	margin:	0;	padding: 0; vertical-align: top; line-height: 100%;
	font-family: tahoma; color: #444; font-size:  9pt;
}

#svm div{
	padding: 7px 0 27px 0;
	text-align: justify;
	color: #444; font-family: Verdana, tahoma, arial; font-size: 10pt; line-height: 160%; 
}


p{
	padding: 7px 0 7px 0;
	color: #444; font-family: tahoma, arial; font-size: 9pt; text-align: justify;
}
p.deco1:first-letter{
	margin:	0;	padding: 0 0 0 0;
	text-align: justify; vertical-align: baseline;
	color: #999977; font-size: 19pt; font-weight: normal; font-family: tahoma, arial; line-height: 129%; 
}

h1
{
	display: none;
}

h2
{
	margin: 0; padding: 5px 0 5px 0;
	font-family: Times New Roman; font-size: 31px; color: #444; font-weight: normal; line-height: 130%;
}

h3
{
	margin: 0; padding: 5px 0 5px 0;
	text-align: left;
	font-family: Times New Roman; font-size: 20px; color: #888; font-weight: normal; line-height: 130%;
}

img	{	
	margin: 0; padding: 0; vertical-align:middle; border-width: 0;	}

code {	font-family: "Courier New" ; font-size: 9px; vertical-align: -0%;	}

ol,ul	{
	margin:	0;	padding: 0 0 0 30px; vertical-align:middle; line-height: 160%;
	font-family: tahoma, arial; color: #446; font-size:  9pt;
}

i	
{
	font-family: Times New Roman; 	
}

/*
**********************************************************************************
	input option
**********************************************************************************/
form		{padding: 0 0 0 0; margin: 0 0 0 0;}

input.light{ color: #444; }
input{
	background: none;
	border-style: solid solid solid solid; border-color: #AAA; border-width: 1px;
	font-size: 8pt; font-family: Courier New; 
}
input.logon{
	background: #CCC;
	color: #444;
	border-style: solid; border-color: #BBB; border-width: 2px;
}
select{
	background: #EEE;
	border-style: solid solid solid solid; border-color: #BBB; border-width: 1px;
	font-size: 9pt; font-family: Courier New; color: #444;
}
textarea{
	background: none;
	border-style: solid; border-color: #BBB; border-width: 1px;
	font-size: 9pt; color: #444; line-height: 175%;
}
