@charset "UTF-8";
.eng {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}

.eng_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
}

.shd {
	font-size: 14px;
	line-height: 200%;
	color: #669900;
	font-weight: bold;
}


.shd_150 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #999999;
	
}
a:link {
	color: #0065FE;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #082043;
	text-decoration: underline;
}


nav:link {
	color: #666666;
	text-decoration: none;
}
nav:visited {
	color: #666666;
	text-decoration: none;
}
nav:hover {
	color: #082043;
	text-decoration: underline;
}
