/*全局*/
body,td,th {
	font-family: 宋体;
	font-size: 12px;
	color: #333333;
}
body {
	margin: 0;
	background:#FFFFFF;
}
p{
	line-height:150%;
}
a:link {
	color: #464788;
	text-decoration: none;
}
a:visited {
	color: #464788;
	text-decoration: none;
}
a:hover {
	color: #008800;
	text-decoration: underline;
}
a:active {
	color: #464788;
	text-decoration: none;
}

/*字体*/
h1{ 
	font-size:24px; 
	color:#000000; 
	margin:0;
}
.white{ color: #FFFFFF; }
.red { color:#FF0000; }
.nav_tit1{
	background:url(web/tag.gif);
	background-repeat:no-repeat;
	width:106px;
	height:26px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}
.nav_tit2{
	background:url(web/nav_right.gif);
	background-repeat:no-repeat;
	width:225px;
	height:29px;
	color:#2E7DC8;
	font-size:12px;
	font-weight:bold;
	padding:2px 0 0 20px;
}
.f14{ 
	font-size:14px;
}
.blue{ color:#2E7DC8; font-weight:bold;}

/*链接*/
.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.link_black:link {
	color: #000000;
	text-decoration: none;
}
.link_black:visited {
	color: #000000;
	text-decoration: none;
}
.link_black:hover {
	color: #FF0000;
	text-decoration: underline;
}
.link_black:active {
	color: #000000;
	text-decoration: none;
}

/*边框*/
.line_x{ border-bottom: 1px dashed #CCCCCC;}
.left_border{ 
	border: 1px solid #5678B2;
	background:#EAF7FD;
}
.right_border{
	border:1px solid #BCCBDC;
	background:#FAF9F9;
}
.img1{ border:1px solid #CCCCCC; }

/*标签*/
.tab1,.tab2{width:112px; height:29px; text-align:center; cursor:pointer;}
.tab1{ color:#2E7DC8; background:url(web/tab1.gif) no-repeat; font-weight:bold; padding:1px 0 0 3px;}
.tab2{ color:#2E7DC8; background:url(web/tab2.gif); padding-top:1px;}