body {
	background-image: url(../images/bulebg.gif);
	background-repeat: repeat-x;
}
.table1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #3A72C7;
	border-right-color: #3A72C7;
	border-left-color: #3A72C7;
}

td {
	font-size: 12px;
	color: #464545;
}

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #464545;} /* 未访问的链接 */
a:visited {color:#464545;} /* 已访问的链接 */
a:hover{color: #464545; text-decoration:underline;} /* 鼠标在链接上 */ 
a:active {color: #464545;} /* 点击激活链接 */


/*  蓝色链接*/ 
a.blue1{text-decoration: none; }
a.blue1:link {color: #0068A5; font-size:14px;}
a.blue1:visited {color: #0068A5; font-size:14px;}
a.blue1:hover{color: #0068A5; font-size:14px;}
a.blue1:active {color: #0068A5; font-size:14px;}

/*  蓝色链接*/ 
a.blue2{text-decoration: none; }
a.blue2:link {color: #0068A5; }
a.blue2:visited {color: #0068A5; }
a.blue2:hover{color: #0068A5; }
a.blue2:active {color: #0068A5; }

/*  白色链接*/ 
a.blackl{text-decoration: none;}
a.blackl:link {color: #FFFFFF;}
a.blackl:visited {color: #FFFFFF;}
a.blackl:hover{color: #FFFFFF;}
a.blackl:active {color: #FFFFFF;}

/*  红色链接*/ 
a.redl{text-decoration: none;}
a.redl:link {color: #FA2402;}
a.redl:visited {color: #FA2402;}
a.redl:hover{color: #FA2402;}
a.redl:active {color: #FA2402;}


.td1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.td2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.tx1 {
	color: #2568AF;
	padding-top:5px;
	line-height:160%;
}
.content_text{width:100%; padding:8px;float:left; line-height:22px;}