/* 首页顶部主菜单式样 */
.1st_Pg_Menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.1st_Pg_Menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.1st_Pg_Menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.1st_Pg_Menu a:hover {
	color: #FFCC00;
	text-decoration: none;
}

/* 二级页面顶部菜单 */
.ActiveMenu a:link {
	color: #663300;
	text-decoration: none;
}
.ActiveMenu a:visited {
	color: #663300;
	text-decoration: none;
}
.ActiveMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ActiveMenu a:active {
	color: #663300;
	text-decoration: none;
}

/* 所有页面普通连接式样 */
a:link {
	color: #aa3300;
	text-decoration: none;
}
a:active {
	color: #aa3300;
	text-decoration: none;
}
a:visited {
	color: #aa3300;
	text-decoration: none;
}
a:hover {
	color: #aa3300;
	text-decoration: underline;
}

#content {
	clear: left; 
	font-family: "宋体";
	font-size: 10pt;
        line-height: 150%;
	text-align: justify;
	text-indent: 18pt;
}

body {
	margin-top: 0px;
        margin-left: 0px;
	margin: 0px;
	padding: 0px;
	/* background-image: url(../images/bg.jpg); */
	/* background-position: center;  */
	/* background-repeat: no-repeat;  */
	/* background-attachment: fixed;  */
}

/* 宋体字体 */
.st9 {
	font-family: "宋体";
	font-size: 9pt;
}
.st10b {
	font-family: "宋体";
	font-size: 10pt;
	font-weight: bold;
}
.st12b {
	font-family: "宋体";
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.st16b {
	font-family: "宋体";
	font-size: 16pt;
	font-weight: bold;
}

/* 隶书式样 */
.ls12 {
	font-family: "隶书";
	font-size: 12pt;
}
.ls18 {
	font-family: "隶书";
	font-size: 18pt;
	color: #663300;
}

.tt001 {
	height: 91px;
	width: 79px;
	padding: 0px;
	margin: 0px;
}
.tt001 img {
    border: 0px;
}
#tt001 li a {
	width: 70px;
	height: 34px;
	color: #ffffff;
	display: block;
	line-height: 34px;
	text-decoration: none;
	background-image: url(../images/navbar.gif);
	background-repeat: no-repeat;
}
#tt001 li a:hover {
	height: 34px;
	width: 70px;
	color: #002963;
	background-image: url(../images/navbarOver.gif);
	background-repeat: no-repeat;
} 

.tt002 {
	visibility: hidden;
	position:absolute;
	z-index: 3;
}

.tt003 {
	visibility: visible;
	position:absolute;
	z-index: 4;
}

input {
	font-family: "宋体";
	font-size: 9pt;
	height: 18px;
}

/* 自定义字体颜色 */
.font_color_white {
	color: #FFFFFF
}
.font_color_custom_1 {
	color: #663300
}

