/*--主体部分
	background-image: url(/images/bg.gif);
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;'
--*/
body {
	background-position: center;
	background-image: url(/images/bg.gif);
	background-color: #DDDDDD;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
    FONT-FAMILY:宋体;
	font-size: 12px;
	color: #6e6d6d;
}
/*--超链接部分--*/
a:link {
	color: #6e6d6d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6e6d6d;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
a:active {
	text-decoration: none;
	color: #6e6d6d;
}

/*--内容部分1--*/
.aaa {FONT-WEIGHT: none; FONT-SIZE: 12px; COLOR: #6e6d6d; LINE-HEIGHT: 20px; TEXT-DECORATION: none}
/*--内容部分2--*/
.bbb {FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #6e6d6d; LINE-HEIGHT: 25px; TEXT-DECORATION: none}

/*--首页新闻调用框--*/
.border {border: 1px solid #1B85E2;}
/*--检索页面调用框--*/
.search {border: 1px solid #B7CDE4;}
/*--视频页面调用框--*/
.vod {border: 1px solid #c7c8cc;}
/*--右部调用框--*/
.border1 {border: 1px solid #c6c6c6;}

/*--按纽部分--*/
#btn{ background:url(E:\校园\切割图\images\btn.gif) no-repeat}
#btn{ background-position: -14px -195px; width:66px; height:20px; margin-left:0; cursor:pointer; text-align:center; line-height:25px; color:#666; border:0}
#btn-border{border:1px solid #ffffff;}

/*--文本域部分--*/
.inp{border:1px solid #84a1bd; font-size:9pt; font-family:宋体; overflow:auto;}
.inp2{border:1px solid #84a1bd; font-size:9pt; font-family:宋体;}

/*--下拉列表部分--*/
select {
        position:relative;
        left:-2px;
        font-size:12px;
        color:#84a1bd;
}
