/* CSS Document */

/*********** General text rendering ************/

body, tc {
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	font-size: 90%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

acronym {
	border-bottom:dotted 1px #00bf08;
	cursor: help
}

a:link {
	border-bottom:dashed 1px #666;
	text-decoration: none;
	color: #333;	
}

a:visited {
	color:#999;
}

a:hover {
	border-bottom:solid 1px #FF6600;
	text-decoration: none;
	color: #2673cf;	
}

h1 {
	color: #4B7EA5;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.7em;
	font-weight:800;
	margin-top: 10px;
	margin-bottom: -5px;
	line-height: 200%;
}

h2 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #4B7EA5;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: -5px;
	line-height: 200%;
}

h3 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #4B7EA5;
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: -5px;
	line-height: 200%;
}

h1.eng {
	color: #4B7EA5;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.9em;
	margin-top: 10px;
	margin-bottom: -5px;
	line-height: 200%;
}

h2.eng {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #4B7EA5;
	font-size: 1.7em;
	margin-top: 10px;
	margin-bottom: -5px;
	line-height: 200%;
}

h3.eng {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #4B7EA5;
	font-size: 1.5em;
	line-height: 200%;
}

h4.eng {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #4B7EA5;
	font-size: 1.3em;
	line-height: 200%;
}

a:link.h_link, a:active.h_link {
	text-decoration: none;
	color: #4B7EA5;
}

a:visited.h_link {
	text-decoration: none;
	border-bottom:dashed 1px #999999;
}

a:hover.h_link {
	border-bottom:solid 1px #FF6600;
	text-decoration: none;
	color: #2673cf;	
}

a:link.h_nobot_link, a:active.h_nobot_link {
	text-decoration: none;
	border-bottom:0px;
	color: #333;
}

a:visited.h_nobot_link {
	text-decoration: none;
	border-bottom:0px;
}

a:hover.h_nobot_link {
	border-bottom:solid 1px #FF6600;
	text-decoration: none;
	color: #2673cf;	
}


ul.h_list {
	font-size: 1.5em;
	line-height:150%;
}

ul.h_list ul.h_list {
	font-size: 1.5em;	
	line-height:150%;
}

ul.h_list ul.h_list ul.h_list {
	font-size: 1.5em;
	line-height:150%;
}

ol {
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

/*********** Page Layout ************/
/* use <div id=" "> */
#container {
	width: 850px;	
	margin: auto;
}

#title {	
	padding: 40px 0px 25px 30px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #86A4B0;
	background-color: #000;
	color: #CEE7FF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 2.2em;
	font-weight: bold;	
}

a:link.atitle, a:visited.atitle, a:active.atitle   {
	border-bottom: none;
	text-decoration: none;
	color: #CEE7FF;
}

a:hover.atitle {
	border-bottom: none;
	text-decoration: none;
	color: #E8F3FF;
}

#nav {
	margin-bottom: 0px;
	padding: 5px 0px 5px 20px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #86A4B0;
	background-color: #4E778F;
	color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

a:link.anav, a:visited.anav {
	border-bottom: none;
	text-decoration: none;
	color: #FFF;
}

a:hover.anav {
	border-bottom: none;
	text-decoration: none;
	color: #FFFF00;
}

#content {
	padding: 20px 30px 30px 30px;
	font-size: 9pt;	
	text-align: justify;
}

#footer {
	border-top: 1px solid #4e778f;
	width: 850px;
	padding: 10px 0px 10px 0px;
	line-height: 110%;
    font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	text-align:center;
}

/******** Extra rendering and layout *********/
/* use <div class=" "> for layout box, use <span class=" "> for normal text */
a:link.emph {
	border-bottom:dashed 2px #999;
	text-decoration: none;
	color: #333;
}

a:visited.emph {		
	text-decoration: line-through; 	
	color:#999;
}

a:hover.emph {
	border-bottom:solid 2px #FF6600;
	text-decoration: none;
	color: #4e778f;	
}

a:link.img_link {
	border-bottom: none;
	text-decoration: none;
}

a:visited.img_link  {
	border-bottom: none;
	text-decoration: none;
}


.eng_classic {
	font-family:Georgia, "Times New Roman", sans-serif;
	font-size: 10pt;
}

.eng_small {
	font-family: Verdana, Arial ;
	font-size: 8pt;
}

.eng_neat {
	font-family: "Copperplate Gothic Bold", Tahoma, sans-serif;
	font-weight: bold;
	font-size: 20pt;
}

.kor_style {
	font-family:"바탕";
}

.kor_style_large {
	font-family:"바탕";
	font-size: 24px;
}

.kor_small {
	font-family: "굴림";
	font-size: 8pt;
}

.code {
	border: 1px dashed #2f6fab;
	padding: 10px 10px 10px 20px;
	margin: 0px 20px 0px 20px;
	background-color: #f9f9f9;
	line-height: 130%;
	color: #000;
	font-family: "Courier New", "Lucida Console", sans-serif;
}

.terminal {
	border-left: 7px solid #FFCC00;
	padding: 7px 10px 7px 15px;
	margin: 5px 30px 0px 20px;
	background-color: #000;
	line-height: 130%;
	color: #FFF;
	font-family: Courier, "Lucida Console", sans-serif;
}

.quote {
	border: 2px solid #b0c4de;
	margin: 10px 20px 10px 20px;
	padding: 15px 20px 15px 20px;
	background-color: #F7FBFF
}

.quote2 {
	border: 1px dashed #2f6fab;	
	padding: 10px 10px 10px 20px;
	margin: 0px 20px 0px 20px;
	background-color: #f9f9f9;
	line-height: 130%;
	font-size: 8pt;
}

.quote3 {
	padding: 0px 20px 0px 0px;
	margin: 0px 20px 0px 0px;
	line-height: 120%;
	color: #000;
	font-family:Georgia,"Times New Roman", sans-serif;
	font-size: 13pt;
	font-style: italic;
}

.quote4 {
	border: 1px dashed #2f6fab;
	padding: 10px 20px 10px 20px;
	margin: 0px 20px 0px 20px;
	background-color: #f9f9f9;
	line-height: 120%;
	color: #000;
	font-size: 13pt;
	font-family:Georgia,"Times New Roman", sans-serif;
	font-style: italic;
}

.list {
	border: 1px dashed #2f6fab;
	margin: 0px 20px 0px 20px;	
	background-color: #f9f9f9;
	color: #000;
}

.textbox {
	border: 1px dashed #2f6fab;
	padding: 10px 10px 10px 20px;
	margin: 0px 20px 0px 20px;
	background-color: #f9f9f9;
	color: #000;
}

#outline {	
	border-left: 5px solid #4E778F;
	padding: 3px 10px 3px 15px;
	line-height: 150%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.5em;
	margin: auto;
}

#outline_kor {	
	border-left: 5px solid #4E778F;
	padding: 3px 10px 3px 15px;
	line-height: 200%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: auto;
}

.image_box {
	border: 1px solid #CCCCCC;
	padding: 4px 4px 4px 4px;
	margin: 10px 10px 10px 10px;
	background-color: #F9F9F9;
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	width: auto
}

.hr_bar {
	border-top: 2px solid #C0CED6;
}

.text_ads {
	border: 1px solid #CCCCCC;
	padding: 10px 10px 10px 10px;
	background-color: #f9f9f9;
	color: #000;
}

.vista {
	font-family: Calibri, "Trebuchet MS", Verdana, Arial;
}

.s_link {
		
}

.s_link:hover {
	border-bottom:solid 1px #FF6600;
	text-decoration: none;
	color: #2673cf;
	cursor: pointer;	
}