@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');

	table, tr, td, p, li, input, select, textarea,	{ font-family:돋움; color:#333333; font-size:9pt;}
	a:link    {text-decoration:none; color:#333333; font-size:9pt;}
	a:active  {text-decoration:none; color:#333333; font-size:9pt;}
	a:visited {text-decoration:none; color:#333333; font-size:9pt;}
	a:hover   {text-decoration:underline; color:#CCCCCC; font-size:9pt;} 
	
	BODY  
	{
	 scrollbar-face-color: #E7E7E7; 
	 scrollbar-shadow-color: #B7B3B7; 
	 scrollbar-highlight-color: white; 
	 scrollbar-3dlight-color: #B7B3B7; 
	 scrollbar-darkshadow-color: white; 
	 scrollbar-track-color: white; 
	 scrollbar-arrow-color: #717171;
	}	
		
	.BLT {border-top:1px solid #CCCCCC;}
	.BLB {border-bottom:1px solid #CCCCCC;}
	.BLTB {border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;}