/* CSS Document */
@charset=utf-8;

body{
    background: transparent url(../images/bg_body.gif) repeat-x left top;
	background-color:#E2F4FE;
	}

body,table{
    margin:0px;
    color:#666666;
	font-size:12px;
	font-family:"Verdana","宋体";
	line-height:18px;
	}
a{
    color:#666666;
	font-size:12px;
	text-decoration:none;
	}
a:hover{
    color:#0077DB;
	font-size:12px;
	text-decoration:underline;
	}

/*****************  标题部分部分  ************************/	
.title {
    color:#0082CD;
	font-size:14px;
	font-weight:bold;
	text-indent:18px;
    line-height:28px;
	background: transparent url(../images/bg_title.gif) no-repeat left top;
	}

.title_bottom {
    border-top:1px dashed #dddddd;
	}

.black{
    color:#000000;
	font-size:12px;
	font-weight:bold;
	}
	
.blue{
    color:#0077DB;
	font-size:16px;
	font-weight:bold;
	}

.news_bottom {
    line-height:26px;
	background: transparent url(../images/bg_news.gif) no-repeat left top;
	border-bottom: 1px dashed #dddddd;
	}

.pic {
    border: 1px solid #E6E6E6;
	}

/******************  主菜单链接样式  ************************/
.menu {
    color: #ffffff;
	font-size: 12px;
    }
.menu a{
    color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
    }
.menu a:hover{
    color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
    }

/******************  底部版权文字样式  ************************/
.gray_copy{
    color:#888888;
	font-size:12px;
	}
.gray_copy a{
    color:#888888;
	font-size:12px;
	text-decoration:none;
	}
.gray_copy a:hover{
    color:#888888;
	font-size:12px;
	text-decoration:underline;
	}