@charset "UTF-8";
/* CSS Document */

#flash {
	float:left;
	display:inline;
	width:950px;
	height:350px;
	overflow:hidden;
}

#content {
	background:url(../images/bg-wrapper.jpg) -15px 0 no-repeat;
}



#slideWrap {
	width:950px;
	height:350px;
	overflow:hidden;
	position:relative;
}

#HTdifference {
	position:absolute;
	top:150px;
	left:20px;
	width:225px;
	height:180px;
	overflow:hidden;
	background:url(../images/bg-HTdifference.png) 0 0 no-repeat;
	z-index:100;
}

table.HTdifference {
	width:225px;
	height:180px;
	overflow:hidden;
}

table.HTdifference td.HTtitle {
	width:205px;
	height:40px;
	margin:0;
	padding:10px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
}
table.HTdifference td.HTtitle a {
	color:#fff;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	text-decoration:none;
}
table.HTdifference td.HTtext {
	width:225px;
	height:115px;
	padding:10px;
	overflow:hidden;
	color:#34160c;
	font-size:11px;
	line-height:16px;
	font-weight:normal;
}
table.HTdifference a {
	color:#356aa0;
	text-decoration:none;
}
table.HTdifference a:hover {
	text-decoration:underline;
}