@charset "utf-8"; 

a:link {color:#666666;text-decoration:none} 
a:visited {color:#666666;text-decoration:none;} 
a:hover{color:#0092d4; text-decoration:none;} 
a:active{color:#0092d4; text-decoration:none;} 

/* common style */
body{
	
	font-size: 12px;
	color: #666666;
	margin:0px;	
}

a{
	cursor:pointer; /* For all a tag must have hand pointer */
}

form{ 
	margin:0px; /* For eliminating space of form */
}

img{
	border:0px; /* Eliminate border around image */
}

input, textarea, select, button{
	font-family: "dotum";
	font-size: 12px;
	color: #666666;
}

/* Topmost navigation style start*/
.page_navigator{
	font-family:"gulim";
	font-size:11px;
	width:100%;
}
	.page_navigator td{
		text-align:right;
		height:15px;
	}
/* Topmost navigation style end*/


/* Each page title style start*/
.base_subject{
	height:38px; 
	text-align:left; 
	background:url(../../img/sub_img/sub_tilte_bg.gif) repeat-x; 
	width:100%;
	margin-bottom:5px;
}
	.base_subject img{
		margin: 10px 0;
	}
/* Each page title style end*/


.without_p_margin p{
	margin:0px;
}


