/* 常用标签 - 必须要有的 */
body {
	margin: 0px;
	background-image: url();
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
}

body,td,th,select,input,textarea {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.copyright {line-height: 148%;}

/* 正文样式 */
td.content {
	font-size: 12px;
	line-height: 170%;
	text-indent: 2em;
	color: #000000;
}
/* 正文行间距 - 如果用了正文样式的就不要再用这个了 */
td.text {
	font-size: 12px;
	line-height: 150%;
	color: #333333
}

p {
	line-height: 20px;
}


/* 链接样式 */
a:link{color: #666666;text-decoration: none;}
a:visited{color: #666666;text-decoration: none;}
a:hover{color: #FF0000;text-decoration: none;}

.greenLink:link{color: #006600;text-decoration: none;}
.greenLink:visited{color: #006600;text-decoration: none;}
.greenLink:hover{color: #FF6600;text-decoration: none;}

.whiteLink:link{color: #fff;text-decoration: none;}
.whiteLink:visited{color: #fff;text-decoration: none;}
.whiteLink:hover{color: #fff000;text-decoration:none;}

.redLink:link{color: #FF0000;text-decoration: none;}
.redLink:visited{color: #FF0000;text-decoration: none;}
.redLink:hover{color: #FF0000;text-decoration:underline;}

a.grayLink:link {color: #666666;font-size: 12px;	text-decoration: none}
a.grayLink:visited {color: #666666;font-size: 12px;text-decoration: none}
a.grayLink:hover {color: #ff0000;font-size: 12px;text-decoration: underline;}

a.blackLink:link {color: #000000;font-size: 12px;	text-decoration: none}
a.blackLink:visited {color: #000000;font-size: 12px;text-decoration: none}
a.blackLink:hover {color: #ff0000;font-size: 12px;text-decoration: none;}


/* 字体颜色 */

.redFont {color: #FF0000}

.orangeFont {color: #FF7D00;}

.blueFont {color: #003399;}

.docParameter{color:#666666}

.whiteFont {color: #ffffff}
/* 标题样式 */
.contentTitle {
	line-height: 150%;
	text-align: center;
	font-size: 24px;
	color: #FF4400;
	padding-top: 15px;
	font-weight: bold;
}

.title {font-size: 14px;  font-weight:bold; color: #006600;}

.title1{font-size: 14px;  font-weight:bold;}
/* 虚线列表 */
.brokenLine {
	background: url(../images/dot_01.gif) repeat-x bottom;
}

.leftBg {
	background: #FF7000 url(../images/leftBottomBg.jpg) no-repeat center bottom;
	height: 34px;
	width: 148px;
}

.lineBg {
	background: url(../images/leftTopBg.gif) repeat-x;
}
.contentLine{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E9E9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}
.styleBox {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.bodyLine {
	background-image: url(../images/bodyLine.gif);
	background-repeat: repeat-y;
}
.bodyLineBottom {
	background-image: url(../images/bodyLine_01.gif);
	background-repeat: no-repeat;
	background-position: left;
}
