
/* 整个网页的默认形式 */

BODY {
    PADDING: 0px; 
	FONT-SIZE: 12px;
	BACKGROUND: #fff; 
	MARGIN-top: 5px ; 
	COLOR: #000; 
	FONT-FAMILY: 宋体; 
	TEXT-ALIGN: left
}
	
A{
    COLOR: #000000;
	TEXT-DECORATION: none
}	

A:hover{
	color: #FF0000;
	TEXT-DECORATION: underline}

A Img{
border:0px
}

p A{
    COLOR: #0000FF;
	TEXT-DECORATION: none
}	


/* 顶部导航的项目 */

.HeadNav{
	MARGIN: 10px 0px 10px 0px;
	WIDTH: 868px;
	HEIGHT: 25px;
	COLOR: #d8e3f1;
	BACKGROUND: #fff;
	FLOAT: left;
	line-height: 1.8em;
	text-align:center;
}

.HeadNav A{
   COLOR: #039
}

.ScrolFrame,.ImgFrame{ /* 图片的外框，一是多个图的，一个单个图的 */
 margin: 5px 1px 0px 1px;
 border: 1px solid #555; 
 width:870px;
 FLOAT: left;  
 overflow:hidden
}

.ImgFrame{
 padding:2px; 
}

/* 底部的项目 */

#foot{
	MARGIN: 10px 0px 10px 0px;
	COLOR: #333;
	PADDING: 8px 0px 10px 0px;	
	width:868px;
	float:left;
	position:relative;
	line-height: 1.8em;
	border-top: 1px solid #CCCCFF;
	text-align:center;
}

#foot SPAN {
	FONT-FAMILY: Arial;	
	color: #0000FF;
	text-decoration: underline;
}
	
#foot A {
	COLOR: #000
}


/* 浮动广告的 */
.AdDiv {
	background-color: #FFFFFF;
	border: 1px solid #009900;
    border-top: 20px solid #009900;
	border-bottom: 20px solid #009900;
	margin: 1px;
	padding: 0px 8px 15px 8px;
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: right;
}

/* 浮动广告的标题 居中 */
.AdTitle {
	font-family: "宋体";
	font-size: 12px;
	color: #FF6600;
	text-align: center;
	font-weight: 900;
	padding: 16px 0px 5px 0px;

}

/* 浮动广告的具体项目 */
.AdDetail {
	font-size: 16px;
	border-bottom: 1px solid #330066;
}

.AdImg {
	text-align: center;
	padding:  3px 2px 3px 2px;	
}

.AdMSN {
	font-size: 12px;
	padding: 4px;
	border-bottom: 1px solid #330066;
	cursor: pointer;
}


/* 当前所处位置的 */

.SetArea
{
 width:870px; 
 position:relative;
}

.nvLocation
{
 float:left;
 width:864px;
 height:20px;
 background:#7cc4de;
 clear:both;
 border:1px solid #0033FF;
 margin:5px 0px 10px 2px;
 padding:10px 0px 10px 10px;
}
.nvLocation A
{
 color: #039;
}

p {
	font-family: "宋体";
	font-size: 20px;
	text-indent: 2em;

	line-height: 28px;
	margin:5px 0px 4px 0px;		
}

#mytips{
 	position:absolute;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0000FF;
	z-index:1;
	padding:5px;
	border:0px;		
}

