@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
	font-family: 'NanumGothic';
	src: url(/new/fonts/NanumGothic.eot);
	src: url(/new/fonts/NanumGothic.eot?#iefix) format('embedded-opentype'),
		 url(/new/fonts/NanumGothic.woff) format('woff'),
	  	 url(/new/fonts/NanumGothic.ttf) format('truetype');
}


BODY {	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:#3AB8EB;
	scrollbar-face-color:white;
	scrollbar-shadow-color:#3AB8EB;
	scrollbar-darkshadow-color:white;
	scrollbar-base-color:white;
	scrollbar-arrow-color:#3AB8EB;
	}

a:link {
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-size: 9pt;
	color: #1993C3;
	text-decoration: underline;
}
a:active {
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}


body, table, tr, td, select,input,div,form,textarea {
	font-family: 'NanumGothic', ±¼¸², Arial; 
	font-size:13px;  
	color: #666666;
	line-height:14pt;
	}