/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #570102;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.Pic {
	border: 1px solid #333333;
}
.neirong_01 {
	font-size: 13px;
	line-height: 28px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}.neirong_02 {

	font-size: 13px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
.neirong_03 {
	line-height: 18px;
	color: #FFFFFF;
	padding: 2px;
}

.ziti-01 {
	font-size: 13px;
	color: #f8b500;
}
.ziti-02 {
	font-size: 13px;
	color: #fff100;
}
.zit_03 {
	font-size: 14px;
	font-weight: bold;
	color: #FFf100;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.ziti_04 {
	color: #FFF100;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pic1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.pic2 {
	border: 1px solid #FFFFFF;
}
.pic3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.pic04 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.pic5 {
	border: 1px solid #FFFFFF;
}
a{text-decoration: none;} /* 链接无下划线,有为underline */
a:link {color: #f8b500;} /* 未访问的链接 */
a:visited {color: #f8b500;} /* 已访问的链接 */
a:hover{COLOR: #ffffff; text-decoration: underline ;} /* 鼠标在链接上 */
a:active {color: #f8b500;} /* 点击激活链接 */