@charset "gb2312";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	
	font-size: 14px;
	background-image: url(../images/bj.png);
	background-repeat: repeat-y;
	background-position: center top;
}
a
{
	color: #000;
	text-decoration: none;
}
#navigation
{
	margin:0 auto;
	background-image:url(../images/dh.jpg);
	text-align:center;
	}
#navigation table
{
	text-align:center;
	}
#navigation table td
{
	width:130px;
	}
#navigation table a
{
	color:#FFF;
	text-decoration:none;
	}
#navigation table a:hover
{
	font-size:16px;
	font-weight:bold;
	}
#content
{
	margin-top:20px;
	}
#bottom
{
	color:#8e8e8e;
	}
#bottom a
{
	color:#8e8e8e;
	}
#bottom a:hover
{
	color:#000;
	}
.cp
{ 
	font-weight:bold;
}
.cp a
{
	color: #2b4a76;
	text-decoration: none;
}
.cp table
{
	background-color:#CCC;}
.cp table:hover
{
	background-color:#999;}
.bk td
{
	padding-left:10px;
	border:solid 1px #CCCCCC;}
