@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*---------links----------------*/
a {
    font-family: Verdana;
	font-size: 12px;
	text-decoration:none;
	color: #ff0000;
}
a:hover {
    font-family: Verdana;
	font-size: 12px;
	text-decoration:none;
	color: #000000;
}
.chineselink{
	font-family: SimHei;
	font-size: 14px;
	color: #ff0000;
}
.chineselink:hover{
	font-family: SimHei;
	font-size: 14px;
	color: #000000;
}
.topmenulink {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
}
.topmenulink:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}

/*---------Adjustments----------------*/
.flash {
	margin: 35px 0px 0px 39px;
}
.image {
	margin: 2px 6px 0px 10x;
}
.top_container{
	margin: 20px 0px 0px 0px;
}

/*---------text/content----------------*/
.videotitle {
	font-family: Verdana;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
}
.phototitle {
	font-family: Verdana;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
}
.date {
	font-family: Verdana;
	font-size: 11px;
	color: #0000ff;
}
.content {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.copyright {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
.whitetitle{
	font-family: Verdana;
	font-size: 20px;
	color: #ffffff;
}
.subwhitetitle {
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
}
.subtitle {
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}

.menudivider{
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
}

