﻿@charset "UTF-8";

BODY
	{
	MARGIN: 0px;
    BACKGROUND-COLOR: white;
    FONT-FAMILY: "굴림",Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    }
    
B	{
	LETTER-SPACING: -1px
	}
.M1 
{
	color: #003366;
	font-family: "굴림";
	font-size:16pt;
	font-weight: bold;
	padding-left:3px;
}
.M2
{
	color: #444444;
	font-family: "굴림";
	font-size:14pt;
	font-weight: bold;
}
.M3
{
	color: #444444;
	font-family: "굴림";
	font-size:12pt;
	font-weight: bold;
}
.M4
{
	color: #444444;
	font-family: "굴림";
	font-size:10pt;
	font-weight: bold;
}
.M5
{
	color: #444444;
	font-family: 굴림;
	font-size:9pt;
	font-weight: bold;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
	{
    COLOR: #003366;
    }
    
H1	{
	font-family: "굴림",Verdana, Arial, Helvetica, sans-serif;
	font-size:	20pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom:0px;
	}	
		
H2	{	
	font-family: "굴림",Verdana, Arial, Helvetica, sans-serif;
	font-size:	18pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom:0px;
	}	
		
H3	{	
	font-family: "굴림",Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom:0px;
	}	
		
H4	{	
	font-family: "굴림",Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom:0px;
	}	
		
H5, DT	{	
	font-family: "굴림",Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom:0px;
	}	
		
H6	{	
	font-family: "굴림",Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom:0px;
	}	
		
TFOOT, THEAD	{	
	font-size:	9pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: "굴림",Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:middle;
	font-size:	9pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: "굴림",Arial, Helvetica, sans-serif;
	}

TD	{	
	font-size: 	9pt;
	}	

DIV	{	
	font-size: 	9pt;
	}	

INPUT {
	FONT-SIZE: 9pt; TEXT-ALIGN: center;
	}
	
SELECT {
	FONT-SIZE: 9pt; TEXT-ALIGN: center;
	}

A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG {
	margin:0px
	}

BUTTON {
	font-family:"굴림",Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt
	}

.Overlay80 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.Overlay50 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
