.font_body {
	font-size: 12px;
	line-height: 18px;
	color: #111111;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
}
.b:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.b:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.b:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.b:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.yellow_b {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
a:link {
	font-size: 12px;
	color: #111111;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: #111111;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #111111;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #111111;
	text-decoration: underline;
}
.us_bg {
	background-attachment: fixed;
	background-image: url(../images/us_ico.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
