.body,td {
	font-family: "MS UI Gothic";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	}
a:hover {
	font-family: "MS UI Gothic";
	color: #FF6600;
	text-decoration: none;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	color: #9999CC;
	text-decoration: none;
}
.style1 {
	color: #FF6600;
	font: bold;
}
.style2 {
	padding-left: 10px;
	color: #666666; 
	line-height: 20px;
	font-size: 12px;
}
.s {
	font-family: "MS UI Gothic";
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}

div.footer {
	width: 790px;
	padding: 10px 0;
	line-height: 1.4em;
	color: #999999;
}
div.footerTop {
	height: 10px;
	background: url(images/frame_top.gif) 0 0 no-repeat;
}
div.footerMiddle {
	background: url(images/frame_middle.gif) 0 0 repeat-y;
}
div.footerBottom {
	height: 10px;
	background: url(images/frame_bottom.gif) 0 0 no-repeat;
}
div.footerMiddle ul.footerMenu {
	width: 570px;
	float: left;
	margin: 15px 0 0 10px;
	padding: 0;
}
div.footer ul.footerMenu li {
	float: left;
	list-style-type: none;
}
div.footer ul.footerMenu li a {
	display: block;
	text-align: center;
}
div.footer ul.footerMenu li a:link, 
div.footer ul.footerMenu li a:visited {
	color: #999999;
	font-family: "MS UI Gothic";
}
div.footer ul.footerMenu li a:hover {
	background-color: #F2F2F2;
	color: #FF6600;
}
div.footer div.footerImg {
	float: right;
	width: 194px;
}
div.footer div.footerImg img {
	margin-right: 10px;
}
div.footer div.counter {
	float: right;
	width: 160px;
	margin-right: 10px;
	background: url(images/index_18-2.gif) 100% 0 no-repeat;
}
div.footer div.counter div.counterTxt {
	padding: 18px 25px 15px 0;
}
div.footer div.info {
	clear: both;
	width: 98%;
	text-align: center;
}
div.footer div.info p {
	margin: 5px auto 0 auto;
	padding-top: 5px;
	border-top: 1px dotted #CBCBCB;
}
.clear {
	clear: both;
}
.floatL {
	float: left;
}
