/*====网站基本样式=====*/
body {
	margin: 0;
	padding:0;
	text-align:left;
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	background:#ccedfe url(../images/main_bg.gif) center repeat-y;
}


div, ul, li, ol, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form {
	margin:0;
	padding:0;
}
ul li{
	list-style:none
	}
table {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
/*====默认链接颜色：深蓝色=====*/
a:link {
	color: #13598a;
	text-decoration: none;
}
a:visited {
	color: #13598a;
	text-decoration: none;
}
a:hover {
	color: #13598a;
	text-decoration:underline;
}
a:active {
	color: #13598a;
	text-decoration:none;
}
/*====链接颜色：黑色=====*/
a.black:link {
	color: #000000;
	text-decoration: none;
}
a.black:visited {
	color: #000000;
	text-decoration: none;
}
a.black:hover {
	color: #000000;
	text-decoration:underline;
}
a.black:active {
	color: #000000;
	text-decoration:none;
}
/*====链接颜色：白色=====*/
a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: #ffffff;
	text-decoration:underline;
}
a.white:active {
	color: #ffffff;
	text-decoration:none;
}
/*====链接颜色：灰色=====*/
a.gary:link {
	color: #666666;
	text-decoration: none;
}
a.gary:visited {
	color: #666666;
	text-decoration: none;
}
a.gary:hover {
	color: #666666;
	text-decoration:underline;
}
a.gary:active {
	color: #666666;
	text-decoration:none;
}

/*====链接颜色：红色=====*/
a.red:link {
	color: #ff0000;
	text-decoration: none;
}
a.red:visited {
	color: #ff0000;
	text-decoration: none;
}
a.red:hover {
	color: #ff0000;
	text-decoration:underline;
}
a.red:active {
	color: #ff0000;
	text-decoration:none;
}

.text13 {
	font-size: 13px;
}
.text14 {
	font-size: 14px;
}
.text15 {
	font-size: 15px;
}
.text16 {
	font-size: 16px;
}
.text18 {
	font-size: 18px;
}

.text_16 {
	line-height: 16px;
}
.text_18 {
	line-height: 18px;
}
.text_20 {
	line-height: 20px;
}
.text_22 {
	line-height:22px;
}
.text_25 {
	line-height: 25px;
}
.text_26 {
	line-height: 26px;
}
.text_28 {
	line-height: 28px;
}
.text_30 {
	line-height: 30px;
}
.text_red {
	color: #FF0000;
}
.text_red_b {
	color: #FF0000;
	font-weight:bold;
}
.text_b {
	font-weight:bold;
}
.clear {
	line-height:0px;
	clear:both;
}
