@charset "utf-8";
/* CSS Document */
body {
    margin:0px;
	background:url(../images/index_01.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#60B2E9;
	padding:0px;
	margin:0px;
}
table {font-size:12px;
color:#000000;
line-height:25px;
}
.white { color:#FFFFFF;}
.title {
font-size:16px;
font-family:"微软雅黑", "黑体", "宋体";
font-weight:bold;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
text-decoration: none;
	color:#595959;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.baise:link {
	color: #FFFFFF;
	text-decoration: none;

}
.baise:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.baise:hover {
	color: #ECECEC;
	text-decoration:none;
}
.baise:active {
	color: #FFFFFF;
	text-decoration:none;
}
