/*----默认页边距、字体、字体大小设置------*/
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	font-family:"宋体";
	font-size: 12px;
	text-decoration: none;
	background-color:#d5f6fb;
	color: #333333;
}
/*----默认链接字体颜色、大小设置------*/
a{
	font-size:12px;
	color:#71a10d;
	text-decoration:none;
	font-family: "宋体";
	text-transform: none;
}
a:hover{
	font-size:12px;
	color:#FF0000;
	text-decoration:underline;
	text-transform: none;
}
/*----默认链接字体颜色、大小设置------*/
td{
	font-size:12px;
	color:#000000;
	padding-left:0px;
	line-height:20px;
	font-family:"宋体";
	text-decoration:none;
	text-transform: none;
}
/*----默认表格头字体颜色、大小设置------*/
th{
	font-size:12px;
	color:#666666;
	padding-left:0px;
	line-height:22px;
	font-family:"宋体";
	text-decoration:none;
	text-transform: none;
}
/*----导航字体颜色、大小设置------*/
.aNav{
	font-size:13px;
	color:#FFFFFF;
	font-family:"宋体";
	padding:5px 8px;
	text-decoration:none;
	font-weight: bold;
}
.aNav:hover{
	font-size:13px;
	color:#FFFF00;
	font-family:"宋体";
	padding:5px 8px;
	text-decoration:underline;
	font-weight: bold;
}
/*----标题字体颜色、大小设置；为便于记忆请将“_”后名称改为相应颜色名称；------*/
.Title_Red{
	filter:glow (color=#ffFFFF,strength=2);
	color:#CA6701;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	padding-left:15px;
}
.Title_Green{
	filter:glow (color=#ffFFFF,strength=2);
	color:#000000;
	font-size:14px;
	text-decoration: none;
	font-family: "宋体";
	font-weight: bold;
	padding-left:10px;
}
.Title_SRed{
	font-size: 14px;
	font-weight: bold;
	color: #FF9300;
	text-decoration: none;
	font-family: "宋体";
}.Title_SBlack{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:15px;
	font-family: "宋体";
	letter-spacing: 3px;
}
/*----表格下边距设置------*/
.Tbl_Border_BottomMargin{	margin-bottom:5px;border:#EEEEEE 1px solid;}
.Tbl_Bottom_Margin{	margin-bottom:5px;}
/*----无序列表样式，可将样式改为图片------*/
li {
	list-style-position: inside;
	list-style-type: square;
	font-size: 12px;
	color: #663366;
	padding-left:8px;
}
li a{
	list-style-position: inside;
	list-style-type: square;
	font-size: 12px;
	text-decoration: none;	/*list-style-image: url(images/index_14.gif);*/
	color: #663366;
}
li a:hover {
	list-style-position: inside;
	list-style-type: square;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;	/*list-style-image: url(images/index_14.gif);*/
}
/*----正文级字体颜色、大小、行高样式------*/
.Body_Black{
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
.Body_White{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	padding-left:5px;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
}.Body_Red{
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
}
.Body_Blue{
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #0033FF;
	text-decoration: none;
}
.txtInPut{height:18px;}
.td_Padding{ padding:5px; line-height:22px;}
.txtBottom{
	font-size:12px;
	height:30px;
	padding: 2px;
}
.tdBorder{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CECECE;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	border-left-color: #CECECE;
}
.tbl_Margin{ margin-top:10px 0px;}
.form2Copy{ font-size:16px; font-family:Arial, Helvetica, sans-serif; color:#0000CC; height:25px; padding:3px;}
.mainBg{background:url(../images/tj_pro_2.jpg); background-repeat:repeat-y;background-position:right top;padding: 0px 1px 1px 3px;}
