@charset "UTF-8";

html, body{
    height:100%;
    border:none;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.contentred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
.contentblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #000033;
	color: #FFFFFF;
}
.dropdown_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #990000;
	color: #FFFFFF;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #000033;
	border: 1px solid #666699;
	color: #FFFFFF;
}
.content_zh {
	font-family: 华文黑体, 黑体, Hei;
	font-size: 11px;
	color: #666666;
}
.contentblue_zh {
	font-family: 华文黑体, 黑体, Hei;
	font-size: 11px;
	color: #003366;
}
.contentred_zh {
	font-family: 华文黑体, 黑体, Hei;
	font-size: 11px;
	color: #CC0000;
}
.link_zh {
	font-family: 华文黑体, 黑体, Hei;
	font-weight: bold;
	font-size: 11px;
	color: #FF9900;
}
a.link_zh:hover {
	font-family: 华文黑体, 黑体, Hei;
	font-weight: bold;
	font-size: 11px;
	color: #0066CC;
}
