@CHARSET "UTF-8";

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

body {
	font-family: 'Times New Roman', Times, Roman, serif;
	font-size: 12pt;
}

span.englishTranslation {
	font-weight: bold;
}

span.chineseWebsite {
	font-size: 10pt;
	font-weight: bold;
}

span.englishWebsite {
	font-size: 12pt;
	font-weight: bold;
}

span.hotNewsChinese {
	color: #ED1941;
	font-size: 22pt;
	font-weight: bold;
	text-decoration: underline;
}

span.hotNewsEnglish {
	color: #ED1941;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: underline;
}

span.articleHeaderChinese {
	color: #ED1941;
	font-size: 9pt;
	font-weight: bold;
}

span.articleHeaderEnglish {
	color: #ED1941;
	font-size: 11pt;
	font-weight: bold;
}

table.tableBorder {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

td {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px;
	vertical-align: top;
}

td.tdBottomBorder {
	border-bottom-width: 1px;
	padding: 10px;
}

td.tdLogo {
	border-bottom-width: 1px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
}

