/********************************************************************************
*
*	Default
*
********************************************************************************/

	body, td, th, caption
	{
		font-family: arial, gulim, gulimche, ±¼¸², ±¼¸²Ã¼, ms sans serif, sans-serif, arial, verdana;
		font-size: 12px;
		color: #000000;
		font-weight: normal;
		line-height: 18px;
	}
	
	a
	{
		text-decoration: none;
	}
	a.visit:visit
	{
		color: #a2a2a2;
	}
	a:hover
	{
		color: #ff9e05;
		text-decoration: none;
	}

	input
	{
		color: #666666;
		padding-top: 2px;
		font-size: 12px;
	}


/********************************************************************************
*
*	Color
*
********************************************************************************/

	.copy
	{
		color: #000000;
	}

	.grey3
	{
		color: #333333;
	}
	
	.grey6
	{
		color: #666666;
	}
	
	.grey9
	{
		color: #999999;
	}
		
	.white
	{
		color: #ffffff;
	}

	.orange
	{
		color: #ff780b;
	}
	
	.orange2
	{
		color: #ff8929;
	}
	
	.orange3
	{
		color: #fe9f05;
	}
	
	.orange4
	{
		color: #ffa922;
	}
	
	.orange5
	{
		color: #ff780b;
	}
	
	.red
	{
		color: #f4200b;
	}
	
	.red2
	{
		color: #880005;
	}
	
	.blue
	{
		color: #0a1d81;
	}
	
	.green
	{
		color: #047132;
	}
	
	.olive
	{
		color: #b0a168;
	}


/********************************************************************************
*
*	Size
*
********************************************************************************/

	.size8
	{
		font-size: 8px;
	}

	.size9
	{
		font-size: 9px;
	}

	.size10
	{
		font-size: 10px;
	}

	.size11
	{
		font-size: 11px;
	}

	.size12
	{
		font-size: 12px;
	}

	.size13
	{
		font-size: 13px;
	}

	.size14
	{
		font-size: 14px;
	}
	
	.line14
	{
		line-height: 14px;
	}

	.line15
	{
		line-height: 15px;
	}
	
	.line16
	{
		line-height: 16px;
	}
	
	.line17
	{
		line-height: 17px;
	}
	
	.line18
	{
		line-height: 18px;
	}



/********************************************************************************
*
*	Style
*
********************************************************************************/

	.small
	{
		font-size: 11px;
	}
	
	.normal
	{
		font-weight: normal;
	}
	
	.bold
	{
		font-weight: bold;
	}

	.blank
	{
		font-size: 1px;
		line-height: 1px;
	}
	
	.a.aline
	{
		text-decoration: underline;
	}
	
	.a.aline:hover
	{
		text-decoration: underline;
	}
	
	.none:hover
	{
		text-decoration: none;
	}
	
	.underline:hover
	{
		text-decoration: underline;
	}
	
	.nl
	{
		line-height: 22px;
	}
	
	.nl2
	{
		line-height: 16px;
	}	