@charset "UTF-8";

/* default.css - Type Selector Definition */
body { margin:0px;padding:0px; font-size:0.85em;font-family: Verdana, "NanumGothic",sans-serif}

img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }
a {color:blue;text-decoration:none;z-index:10;}
a:visited {color:blue}
a:hover {color:orange;position:relative;z-index:100;}

.fr { float:right; }
.fl { float:left; }
.clear { clear:both; }
.fb { font-weight:bold;}
.fn { font-weight:100;}
.fi { font-style:italic;}
.tCenter { text-align:center; }
.tRight { text-align:right; }
.tLeft { text-align:left; }
.gap01 { margin-top:0.1em; }
.gap03 { margin-top:0.3em; }
.gap05 { margin-top:0.5em; }
.gap1 { margin-top:1em; }
.gap12 { margin-top:1.2em; }
.gap15 { margin-top:1.5em; }
.gap2 { margin-top:2em; }
.nowrap { white-space:nowrap; }

.c_or { color:orange }
.c_bl { color:#2C98EA }
.c_rd { font-weight:bold;color:#E9675D }
.hr   { border-top:2px solid #000099;margin-top:5px;}
.hr2   { border-top:1px dotted #000099;margin-top:5px;}

#content {margin:auto;text-align:left;padding:1em;width:600px;}
#hdr {line-height:200%}

H1 {font-size:1.5em;margin-top:0px;display:inline}
H2 {font-size:1.3em;margin-top:0px;display:inline}

#tg {	
	width: 95%;
	padding: 2px;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height:160%;
	}

ol {
	line-height:180%;
}

ul li{ font-weight:bold }

ul li p {font-weight:100;margin-left:30px;}


ul li ul {	
	list-style: disc;
	margin-left: 0;
	padding-left: 1em;	
	text-indent : -0.5em;
	}

ul li ul li{ font-weight:100 }

.lic {font-size:0.8em;font-family: "Verdana";margin-top:5px;text-align:center}

th {width:100px}

#msgcnt {
	float:right;
  color: silver;
  font-family: Georgia;
  font-weight: bold;
  font-size:1.4em;
  text-align: center;  
  vertical-align: middle;
}
 