
/* Default StyleSheet */

body { 
 		font-family: ??, seoul, verdana, arial;
 		font-size: 12px;
 		line-height: 18px;
 		color: #555555;
		scrollbar-face-color: #E4E4D4;
		scrollbar-shadow-color: #ABAB84;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #999999;
		scrollbar-darkshadow-color: #ABAB84;
		scrollbar-track-color: #F2F2E9;
		scrollbar-arrow-color: #AEAE89;}

td { 
 		font-family: ??, seoul, verdana, arial;
 		font-size: 12px;
 		line-height: 18px;
 		color: #555555;}

select, textarea, input, button { 
 		font-family: ??, seoul, verdana, arial;
 		font-size: 12px;
 		color: #555555;
		border:1 solid #B9B8B6;}

.mt {
 		font-family: ??, seoul, verdana, arial;
		vertical-align:top;
		padding-top: 5px;
		font-weight:bold;
		color: #4E8E8C;}

.n {border:0px;}

.wbod2 { border:2 solid #FFFFFF;}

.margin {
		padding-top: 13px;
		padding-bottom: 13px;}

a:link {color: #FF6600; text-decoration: none}
a:active {color: #FF6600; text-decoration: none}
a:visited {color: #FF6600; text-decoration: none}
a:hover {color: #000000; text-decoration: underline}


/* List Paging */

.page {font-family: "Verdana"; font-size: 10px; color: #FF8000; text-decoration: none; font-weight:bold;}
a.page:link     {font-family: "Verdana"; font-size: 12px; color: #666666; text-decoration: none; font-weight:lighter;}
a.page:active  {font-family: "Verdana"; font-size: 12px; color: #666666; text-decoration: none; font-weight:lighter;}
a.page:visited  {font-family: "Verdana"; font-size: 12px; color: #666666; text-decoration: none; font-weight:lighter;}
a.page:hover    {font-family: "Verdana"; font-size: 12px; color: #FF8000; text-decoration: underline; font-weight:lighter;}
