/*以下是一些常规的CSS定义*/
/*＝＝＝＝＝＝＝＝页面设计＝＝＝＝＝＝＝＝＝＝＝*/
/*text-align 设置页面居中对其*/
body {
	padding-top: 0px;
	margin-top: 5px;
	text-align: center;
	background-image: url(../images/diwen.gif);
}
/*＝＝＝＝＝＝＝＝表格设计＝＝＝＝＝＝＝＝＝＝＝*/
table {
	color: #000000;
	text-align: left;
	padding: 0px;
	border: #000033;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 170%;
}
/*＝＝＝＝＝＝＝＝表单设计＝＝＝＝＝＝＝＝＝＝＝＝*/
form {
	margin: 0px;
	padding: 0px;
}
input {
	/* width: 60pt; */
}
A
{
TEXT-DECORATION: none;
}
/*＝＝＝＝＝＝＝＝链接设计＝＝＝＝＝＝＝＝＝＝＝＝*/
A:link {
	COLOR: #333333;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 9pt;
}
A:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size: 9pt;
	font-family: "宋体";
}
A:active {
	COLOR: #006633;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 9pt;
}
A:hover {
	COLOR: #006600;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-size: 9pt;
}
/*＝＝滚动新闻样式＝＝*/
A.a01:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.a01:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.a01:active {
	COLOR: #eeeeee;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.a01:hover {
	COLOR: #FF9900;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*＝＝二级菜单＝＝*/
A.a02:link {
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-weight: bold;	text-indent: 15px;
	font-size: 9pt;
}
A.a02:visited {
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-weight: bold;	text-indent: 15px;

		font-size: 9pt;
}
A.a02:active {
	COLOR: #999900;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-weight: bold;	text-indent: 15px;
		font-size: 9pt;
}
A.a02:hover {
	COLOR: #333333;
	TEXT-DECORATION: none;
	font-family: "宋体";
	font-weight: bold;	text-indent: 15px;
		font-size: 9pt;
}
/*＝＝三级级菜单＝＝*/
A.a03:link {
	COLOR: #006600;
	TEXT-DECORATION: none;	text-indent: 30px;
	font-family: "宋体";
	font-size: 9pt;
	font-weight: bold;
}
A.a03:visited {
	COLOR: #003300;
	TEXT-DECORATION: none;	text-indent: 30px;
	font-family: "宋体";
	font-size: 9pt;
}
A.a03:active {
	COLOR: #009900;
	TEXT-DECORATION: none;	text-indent: 30px;
	font-family: "宋体";
	font-size: 9pt;
}
A.a03:hover {
	COLOR: #993300;
	TEXT-DECORATION: none;  text-indent: 30px;
	background-color: #C8FFC8;
	font-family: "宋体";
	font-size: 9pt;

}
/*＝＝＝＝＝＝＝＝类的设计＝＝＝＝＝＝＝＝＝＝＝＝*/

/*标题*/
.title {
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 12pt;
}
/*段落有缩进*/
.paragraph {
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 9pt;
	line-height: 150%;
	text-indent: 18pt;
}
/*文本*/
.text{
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 9pt;
	line-height: 150%;
}
/*使表格td元素无间隙，长用于表单*/
.nopad {
	margin: 0px;
	padding: 0px;
}
/*带背景图标的文本样式，background-position参数可以对图标上下距离进行微调*/
.arrow01 {
	background-image: url(arrow.gif);
	background-position: left 3px;	text-indent: 15px;
}

img {
	border: none;
}
/*二级菜单表格背景样式*/
.tdbg02 {
	background-image: url(/images/icon02.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
/*三级菜单表格背景样式*/
.tdbg03 {
	background-image: url(/images/inco03.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
p {
	font-family: "宋体";
	font-size: 9pt;
	text-indent: 19pt;
	line-height: 160%;
}
.A5A5A5 {
	color: #666666;
}
