/*******************************************************************************************************************************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
  }

TD, TR, TABLE, SELECT, INPUT {
	FONT-FAMILY: "돋움", dotum, "굴림", Arial, Tahoma;
	color: #a3a3a3;
	FONT-SIZE:8pt;
	LINE-HEIGHT:1.5
}

img{border:none}

/*--------------------------------------------------
  link class
--------------------------------------------------*/ 
a:link			{color: #646464; text-decoration:none; }
a:visited		{color: #646464; text-decoration:none;}
a:active		{color: #646464; text-decoration:none; }
a:hover			{color: #737373; text-decoration:none; }

a.list:link		{color: #929292; text-decoration:none;}
a.list:visited	{color: #929292; text-decoration:none;}
a.list:active	{color: #929292; text-decoration:none;}
a.list:hover	{color: #2d519c; text-decoration:none;font-weight: bold;}

/*--------------------------------------------------
          select
--------------------------------------------------*/

/*--------------------------------------------------
  table class
--------------------------------------------------*/ 
.table_view{
	background-color: #ffffff;
	border-collapse: collapse;
	border-left-style: none;
	border-right-style: none;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3d3d3d;
	border-bottom-color: #e0e0e0;
	border-left-color: #FFFFFF;
	border-right-color:#FFFFFF;
 }

 .table_tt{
	font-size: 8pt;
	color: #6b6b6b;
	background-color: #f0f0f0;
	align: center;
}

/*--------------------------------------------------
  bg class
--------------------------------------------------*/ 

/*--------------------------------------------------
  form class
--------------------------------------------------*/ 

.textfield {
	border: 1px solid #cfcfcf;
	vertical-align: middle;
}
.textfield_center {
	border: 1px solid #cfcfcf;
	text-align: center;
	vertical-align: middle;
}

.textfield2 {
	border: 1px solid #ffffff;
	padding: 5px;
}


/*--------------------------------------------------
  txt class
--------------------------------------------------*/ 
.m_t_bg {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.main_bg {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.copy_bg {
	background-image: url(images/copy_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.s_t_bg {
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.pd_b20 {
	padding-bottom: 20px;
}
.pd_l10 {
	padding-left: 10px;
}
.pd_t15 {
	padding-top: 15px;
}
.black {
	color: #606060;
}
