
body {
	margin: 0px;
	background: white;
}

em {
	font-weight: bold;
	font-style: normal;
}

.tag2 {   
	font-size: 7pt;
	color: #272;
	background: #cfa;
	font-weight: bold;
}
#enclosure {
	background: white;
	color: black;
	font-family: "¸¼Àº °íµñ", "Segoe UI", "±¼¸²", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	overflow: auto;
	font-size: 10pt;
	padding: 0;
	width: 820px; 
	margin: 40px 80px;
}

.temp { color: #d33; font-weight: bold;}


h3 { font-size: 14pt; margin: 1em 0; }
h4 { font-size: 11pt; font-weight: normal; margin: 1em 0; }
h5 { font-size: 9pt; color: #c33; font-weight: bold; margin: 0;}

ul, ol {
	padding: 0;
	margin: 0.5em;
	list-style: square inside;
}
li {
margin: 0.5em;
}

a:link, a:visited, a:hover {
	text-decoration: none;
}
a:hover {
	background: #46c;
	color: white;
}

#header {
	font-size: 10pt;
	font-family: "¸¼Àº °íµñ", "Segoe UI", "±¼¸²", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

#header a {
	color: black;
}
#header a:hover {
	color: white;
}


#header ul {
	font-size: 10pt;
	font-family: "¸¼Àº °íµñ", "Segoe UI", "±¼¸²", "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	list-style: none;
	padding: 1px 0 0 0;
	margin: 0;
}
#header li {
	display: inline;
	border: solid #888;
	border-width: 1px 1px 0 1px;
	margin: 0 0.5em 0 0;
	background: rgb(218,224,239);
}
#header li a {
	padding: 0 1em;
}
#header #selected {
	padding-bottom: 1px;
	background: white;
}
#content {
	border: 1px solid #888;
	padding: 25px;
	background: white;
}

/* CSS tab Âü°íÇÑ °÷:  http://htmldog.com/articles/tabs/ */

/*
	background: rgb(218,224,239);
*/




#table1
{
	line-height: 1.3;
	margin: 20px;
	border-collapse: collapse;
	text-align: left;
}
#table1 th
{
	font-size: 1em;
	font-weight: normal;
	color: #039;
	padding: 0.5em 0.5em;
	border-bottom: 2px solid #6678b1;
}
#table1 td
{
	font-size: 0.9em;
	border-bottom: 1px solid #ccc;
	color: #336;
	padding: 0 0.5em;
}
#table1 tbody tr:hover td
{
	background: rgb(218,224,239);
}




