body {
	background-color: #FFFFFF;
	background-image: url(images/bg_kr.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}

a.navi:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.navi:visited {
	text-decoration: none;
	color: #000000;
}
a.navi:hover {
	text-decoration: underline;
	color: #FF6600;
}
a.navi:active {
	text-decoration: none;
	color: #FF6600;
}

.text_small {font-size: 10px}

.headline {
	color: #FF6600;
	font-weight: bold;
}

.header {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}

.header2 {
	color: #FF6600;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
.navi_on {color: #FF6600}