/*---------------------页面基础定义----------------------------------*/
body {
	
	margin:0px;
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	background-image:url(images/index_01.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#87afd3;
}
td {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	line-height:1.8;
}
.bottom {
	color:#ffffff;
}
.title{
color:#ffffff;
font-weight:bold;
font-size:15px;
}
.title1{
color:#F09308;
font-weight:bold;
font-size:15px;
}
.menu{
color:#F09308;
font-weight:bold;
font-size:13px;
}

/*---------------------链接定义----------------------------------*/
a {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #F09308;
	text-decoration: none;
}
a:active{
	color: #F09308;
	text-decoration: none;
}
