<!-- /* $WEFT -- Created by: ddd (ddd) on 2010-04-11 -- */
/* @font-face { font-family: 나눔고딕; font-style:  normal; font-weight: normal; src: url(NanumGothic.ttf); } */

/* define tags for basic display of content elements */

body, td, center {
	font-family: 나눔고딕, 돋움, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
}

th {
	font-family: 나눔고딕, 돋움, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
}

p {
	font-family: 나눔고딕, 돋움, Arial, Helvetica, sans-serif, Verdana;
	line-height: 160%;
	font-size: 10pt;
}

xmp {
	font-size: 9pt;
}

.smallFont {
	font-family: 나눔고딕, 돋움, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* define links to have no underline/be blue */
/* a { color: #0100FF; text-decoration: none; } */
a:link { color: #2C56AC;text-decoration: none; background: transparent; }
a:visited { color: #2C56AC;text-decoration: none; background: transparent; }
a:hover { color:#CC66CC;text-decoration: none; }
.menu:link { color:#000000;text-decoration: none; background: transparent; line-height:170%; padding-left:5; }
.menu:visited { color:#000000;text-decoration: none; background: transparent; line-height:170%; padding-left:5; }
.menu:hover { color:#CC66CC;text-decoration: none; line-height:170%; padding-left:5; }


/* define tags for input elements */
form { margin: 0px; }
input, select {
	font-family: 나눔고딕, 굴림, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: 나눔고딕, 굴림, "Courier New",monospace;
	font-size: 12px;
	line-height: 18px;
}

/* define styles (classes) for general type styling */
.headline {
	font-family: 굴림, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.subheadline {
	font-family: 굴림, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}

.fixedFont
{
	font-family: 바탕체, "Courier New",monospace;
}

/* define styles for table elements */

.borderTable {
    border-color: #6699CC;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.borderTable td {
    border-color: #6699CC;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    margin: 0;
/*    padding: 4px; */
}

.noBorderTable {
	border-width: 0 0 0 0;
	border-style: solid;
}
.noBorderTable td {
    border-width: 0 0 0 0;
}
.noBorderTable th {
    border-width: 0 0 0 0;
}

td.tableHead {
	color:#000000;
	background-color:#c1d0df;
	text-align:left;
	font-weight:bold; 
}

/* other html element's default */
ul
{
	font-family: 나눔고딕, 돋움, Arial, Helvetica, sans-serif, Verdana;
	/*
	margin-top: 5px;
	margin-bottom: 5px;
	*/
	line-height: 180%;
}

tt
{
	font-family: 돋움체, "Courier New",monospace;
	font-size:90%;
	margin-left: 0;
	margin-bottom: 0;
}

pre
{
	font-family: 굴림체, "Courier New",monospace;
	font-size:90%;
	margin-left: 0;
	margin-bottom: 0;
}

pre.smallFont
{
	font-family: 굴림체, "Courier New",monospace;
	font-size:100%;
	margin-left: 0;
	margin-bottom: 0;
}

pre.alignment
{
	font-family: 굴림체, "Courier New",monospace;
	font-size:80%;
	margin-left: 0;
	margin-bottom: 0;
}


hr
{
	background-color:transparent;
	color:#000000;
	height:1px;
}

dl
{
	margin-top: 0;
	margin-left: 30;
	margin-bottom: 0;
}


